public class Property extends DataObject implements Retirable
DEBUG, record
MAX_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, toString
protected Property(Repository.Record r)
public void post_commit(boolean changed) throws DataFault
DataObject
post_commit
in class DataObject
changed
- record was changed by commit.DataFault
public 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)
Identified
getIdentifier
in interface Identified
getIdentifier
in class DataObject
max
- advisory max lengthpublic boolean canRetire()
Retirable