Package com.jamasoftware.velocity.api
Interface DomainObject
-
- All Known Subinterfaces:
AclPermissionEntry,Attachment,Baseline,ChangeRequestAssociation,Comment,ContourItem,Document,DocumentCustomFieldValue,DocumentDocAttach,DocumentDocument,DocumentGroup,DocumentTag,DocumentType,DocumentTypeField,EventEntry,Filter,Lookup,LookupType,Organization,Project,ProjectType,RelationshipType,Release,ReleaseType,Report,ReportCriteria,ReportFormat,ReportType,Review,Revision,RevisionItem,RevisionPropertyEntry,RevisionTestSet,RevisionUser,RevisionUserItem,Role,Signature,SmartFilter,Tag,TestCycle,TestPlan,TestRun,User,Version
public interface DomainObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.IntegergetCreatedBy()java.util.DategetCreatedDate()java.lang.IntegergetId()java.lang.IntegergetModifiedBy()java.util.DategetModifiedDate()java.lang.StringgetXmlToString()java.lang.BooleanisNewObject()AclObjectIdentityobtainAclObjectIdentity()
-
-
-
Method Detail
-
getId
java.lang.Integer getId()
-
getCreatedDate
java.util.Date getCreatedDate()
-
getModifiedDate
java.util.Date getModifiedDate()
-
getCreatedBy
java.lang.Integer getCreatedBy()
-
getModifiedBy
java.lang.Integer getModifiedBy()
-
isNewObject
java.lang.Boolean isNewObject()
-
getXmlToString
java.lang.String getXmlToString()
-
obtainAclObjectIdentity
AclObjectIdentity obtainAclObjectIdentity()
-
-