public interface DomainObject extends DomainObjectBase
MAP_DOMAIN_OBJECT_TO_ID_FUNCTION, ORGANIZATION_COLUMN_NAME
Modifier and Type | Method and Description |
---|---|
Integer |
getCreatedBy() |
Date |
getCreatedDate() |
Integer |
getModifiedBy() |
Date |
getModifiedDate() |
String |
getXmlToString() |
boolean |
isNewObject() |
com.jamasoftware.contour.api.security.acl.AclObjectIdentity |
obtainAclObjectIdentity() |
void |
setCreatedBy(Integer createdBy) |
void |
setCreatedDate(Date createdDate) |
void |
setModifiedBy(Integer modifiedBy) |
void |
setModifiedDate(Date modifiedDate) |
getId, getOrganizationId, setId, setOrganizationId
Date getCreatedDate()
void setCreatedDate(Date createdDate)
Date getModifiedDate()
void setModifiedDate(Date modifiedDate)
Integer getCreatedBy()
void setCreatedBy(Integer createdBy)
Integer getModifiedBy()
void setModifiedBy(Integer modifiedBy)
boolean isNewObject()
String getXmlToString()
com.jamasoftware.contour.api.security.acl.AclObjectIdentity obtainAclObjectIdentity()
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.