Package com.jamasoftware.velocity.api
Interface Tag
-
- All Superinterfaces:
DomainObject
public interface Tag extends DomainObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Integer
getCount()
java.util.Set<DocumentTag>
getDocumentTags()
java.lang.String
getTagName()
-
Methods inherited from interface com.jamasoftware.velocity.api.DomainObject
getCreatedBy, getCreatedDate, getId, getModifiedBy, getModifiedDate, getXmlToString, isNewObject, obtainAclObjectIdentity
-
-
-
-
Method Detail
-
getTagName
java.lang.String getTagName()
-
getCount
java.lang.Integer getCount()
-
getDocumentTags
java.util.Set<DocumentTag> getDocumentTags()
-
-