com.jamasoftware.contour.domain
Class DomainObjectBaseSupport

java.lang.Object
  extended by com.jamasoftware.contour.domain.DomainObjectBaseSupport
All Implemented Interfaces:
DomainObject, DomainObjectBase, OrganizationAware, java.io.Serializable
Direct Known Subclasses:
ContourItem, DomainObjectSupport

public abstract class DomainObjectBaseSupport
extends java.lang.Object
implements DomainObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
DomainObjectBaseSupport()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 boolean isNewObject()
           
 com.jamasoftware.contour.security.acl.AclObjectIdentity obtainAclObjectIdentity()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jamasoftware.contour.domain.DomainObject
getCreatedBy, getCreatedDate, getModifiedBy, getModifiedDate, getXmlToString, setCreatedBy, setCreatedDate, setModifiedBy, setModifiedDate
 
Methods inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
getId, getOrganizationId, setId, setOrganizationId
 

Constructor Detail

DomainObjectBaseSupport

public DomainObjectBaseSupport()
Method Detail

isNewObject

public boolean isNewObject()
Specified by:
isNewObject in interface DomainObject

obtainAclObjectIdentity

public com.jamasoftware.contour.security.acl.AclObjectIdentity obtainAclObjectIdentity()
Specified by:
obtainAclObjectIdentity in interface DomainObject

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


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