public class Property extends DataObject implements Retirable
DEBUG, recordMAX_IDENTIFIER| Modifier | Constructor and Description |
|---|---|
protected |
Property(Repository.Record r) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRetire()
Is this object in a state that allows it to be retired.
|
java.lang.String |
getIdentifier(int max)
Generate Identifier with advisory max length.
|
java.lang.String |
getName() |
java.lang.String |
getValue() |
void |
post_commit(boolean changed)
Extension point called at end of commit
|
void |
retire()
retire this object.
|
void |
setName(java.lang.String name) |
void |
setValue(java.lang.String value) |
addToMap, addToMap, addToMap, commit, delete, empty, equals, formUpdate, getContext, getDatabaseService, getFactoryTag, getID, getIdentifier, getLogger, getMap, getMap, getOwningFactory, getRecord, getRecord, getRecord, getSQLContext, getUniqueIdName, hashCode, isLocked, lock, postCreate, pre_commit, release, setContents, setDirty, setMap, toStringprotected Property(Repository.Record r)
public void post_commit(boolean changed)
throws DataFault
DataObjectpost_commit in class DataObjectchanged - record was changed by commit.DataFaultpublic java.lang.String getName()
public java.lang.String getValue()
public void setName(java.lang.String name)
public void setValue(java.lang.String value)
public java.lang.String getIdentifier(int max)
IdentifiedgetIdentifier in interface IdentifiedgetIdentifier in class DataObjectmax - advisory max lengthpublic boolean canRetire()
Retirable