com.jamasoftware.contour.domain
Interface DomainObject

All Superinterfaces:
DomainObjectBase, OrganizationAware, java.io.Serializable
All Known Implementing Classes:
AclObject, AclPermission, AclPermissionEntry, Attachment, AuthProviderConfig, BaseLine, ChangeRequestAssociation, Comment, ContourItem, DistributionGroup, Document, Document_Attachment, Document_DocAttach, Document_Document, Document_URL, DocumentCustomFieldValue, DocumentField, DocumentGroup, DocumentType, DocumentTypeField, DomainObjectBaseSupport, DomainObjectSupport, DomainObjectSupportWithVersion, Email, Estimate, EventEntry, EventType, FieldLayout, FieldLayoutEntry, FieldLayoutType, Filter, GlossaryItem, IntegrationComponentMapping, IntegrationConnection, IntegrationDirectionType, IntegrationFieldMapping, IntegrationType, ItemSyncStatus, ItemTemplate, JobSchedule, LicenseSnapshot, Lookup, LookupType, MutedSubscription, ObjectType, Organization, Perspective, Perspective_Role, Perspective_View, PerspectiveConfig, PerspectiveType, PluginEntry, PropertyEntry, RelationshipType, Release, ReleaseType, Report, ReportCriteria, ReportFormat, ReportType, Review, Revision, Revision_Item, Revision_User, Revision_User_Item, RevisionPropertyEntry, Role, Signature, SmartFilter, Subscription, TestCycle, TestPlan, TestResult, TestRun, Token, User, User_JobSchedule, User_Organization, UserFavorite, UserItemViewHistory, Version, View, View_ItemType, ViewConfig, ViewType

public interface DomainObject
extends DomainObjectBase, java.io.Serializable


Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Method Summary
 java.lang.Integer getCreatedBy()
           
 java.util.Date getCreatedDate()
           
 java.lang.Integer getModifiedBy()
           
 java.util.Date getModifiedDate()
           
 java.lang.String getXmlToString()
           
 boolean isNewObject()
           
 com.jamasoftware.contour.security.acl.AclObjectIdentity obtainAclObjectIdentity()
           
 void setCreatedBy(java.lang.Integer createdBy)
           
 void setCreatedDate(java.util.Date createdDate)
           
 void setModifiedBy(java.lang.Integer modifiedBy)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 
Methods inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
getId, getOrganizationId, setId, setOrganizationId
 

Method Detail

getCreatedDate

java.util.Date getCreatedDate()

setCreatedDate

void setCreatedDate(java.util.Date createdDate)

getModifiedDate

java.util.Date getModifiedDate()

setModifiedDate

void setModifiedDate(java.util.Date modifiedDate)

getCreatedBy

java.lang.Integer getCreatedBy()

setCreatedBy

void setCreatedBy(java.lang.Integer createdBy)

getModifiedBy

java.lang.Integer getModifiedBy()

setModifiedBy

void setModifiedBy(java.lang.Integer modifiedBy)

isNewObject

boolean isNewObject()

obtainAclObjectIdentity

com.jamasoftware.contour.security.acl.AclObjectIdentity obtainAclObjectIdentity()

getXmlToString

java.lang.String getXmlToString()


Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.