Package com.jamasoftware.velocity.api
Interface DocumentTag
-
- All Superinterfaces:
DomainObject
public interface DocumentTag extends DomainObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContourItem
getDocument()
Tag
getTag()
-
Methods inherited from interface com.jamasoftware.velocity.api.DomainObject
getCreatedBy, getCreatedDate, getId, getModifiedBy, getModifiedDate, getXmlToString, isNewObject, obtainAclObjectIdentity
-
-
-
-
Method Detail
-
getDocument
ContourItem getDocument()
-
getTag
Tag getTag()
-
-