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
,RevisionItemComment
,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.Integer
getCreatedBy()
java.util.Date
getCreatedDate()
java.lang.Integer
getId()
java.lang.Integer
getModifiedBy()
java.util.Date
getModifiedDate()
java.lang.String
getXmlToString()
java.lang.Boolean
isNewObject()
AclObjectIdentity
obtainAclObjectIdentity()
-
-
-
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()
-
-