Package com.jamasoftware.velocity.api
Interface RevisionPropertyEntry
-
- All Superinterfaces:
DomainObject
public interface RevisionPropertyEntry extends DomainObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getPropertyName()
java.lang.String
getPropertyValue()
Revision
getRevision()
-
Methods inherited from interface com.jamasoftware.velocity.api.DomainObject
getCreatedBy, getCreatedDate, getId, getModifiedBy, getModifiedDate, getXmlToString, isNewObject, obtainAclObjectIdentity
-
-
-
-
Method Detail
-
getRevision
Revision getRevision()
-
getPropertyName
java.lang.String getPropertyName()
-
getPropertyValue
java.lang.String getPropertyValue()
-
-