com.jamasoftware.contour.domain
Class DomainObjectSupportWithVersion

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

public abstract class DomainObjectSupportWithVersion
extends DomainObjectSupport

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
DomainObjectSupportWithVersion()
           
 
Method Summary
 java.lang.Integer getHibVersion()
           
 void setHibVersion(java.lang.Integer hibVersion)
           
 
Methods inherited from class com.jamasoftware.contour.domain.DomainObjectSupport
getCreatedBy, getCreatedDate, getModifiedBy, getModifiedDate, setCreatedBy, setCreatedDate, setModifiedBy, setModifiedDate
 
Methods inherited from class com.jamasoftware.contour.domain.DomainObjectBaseSupport
equals, hashCode, isNewObject, 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
getXmlToString
 
Methods inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
getId, getOrganizationId, setId, setOrganizationId
 

Constructor Detail

DomainObjectSupportWithVersion

public DomainObjectSupportWithVersion()
Method Detail

getHibVersion

public java.lang.Integer getHibVersion()

setHibVersion

public void setHibVersion(java.lang.Integer hibVersion)


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