public class TextData extends DataObject implements Removable
DEBUG, record
MAX_IDENTIFIER
Constructor and Description |
---|
TextData(Repository.Record rec) |
Modifier and Type | Method and Description |
---|---|
static TableSpecification |
getTableSpecification() |
java.lang.String |
getText() |
void |
remove()
This method removes the record
It should delete any dependent data then call
DataObject.delete() |
void |
setText(java.lang.String s) |
addToMap, addToMap, addToMap, commit, delete, empty, equals, formUpdate, getContext, getDatabaseService, getFactoryTag, getID, getIdentifier, getIdentifier, getLogger, getMap, getMap, getOwningFactory, getRecord, getRecord, getRecord, getSQLContext, getUniqueIdName, hashCode, isLocked, lock, post_commit, postCreate, pre_commit, release, setContents, setDirty, setMap, toString
public TextData(Repository.Record rec)
public static TableSpecification getTableSpecification()
public java.lang.String getText()
public void setText(java.lang.String s)
public void remove() throws DataException
Removable
DataObject.delete()
remove
in interface Removable
DataException