com.retek.rsm.domain.common.bo
Class EffectiveBusinessObjectImpl

java.lang.Object
  |
  +--com.retek.platform.bo.IdentifiableImpl
        |
        +--com.retek.platform.bo.BusinessObjectImpl
              |
              +--com.retek.rsm.domain.common.bo.EffectiveBusinessObjectImpl
All Implemented Interfaces:
com.retek.platform.bo.BusinessObject, EffectiveBusinessObject, com.retek.platform.bo.Identifiable
Direct Known Subclasses:
RoleHierarchyPermissionImpl, UserRoleImpl

public abstract class EffectiveBusinessObjectImpl
extends com.retek.platform.bo.BusinessObjectImpl
implements EffectiveBusinessObject


Field Summary
 
Fields inherited from class com.retek.platform.bo.BusinessObjectImpl
version
 
Fields inherited from class com.retek.platform.bo.IdentifiableImpl
LOG
 
Constructor Summary
protected EffectiveBusinessObjectImpl()
           
  EffectiveBusinessObjectImpl(com.retek.platform.bo.ObjectId objectId)
           
 
Method Summary
 com.retek.platform.util.type.RDate getEndDateTime()
           
 com.retek.platform.util.type.RDate getStartDateTime()
           
 void setEndDateTime(com.retek.platform.util.type.RDate endDateTime)
           
 void setStartDateTime(com.retek.platform.util.type.RDate startDateTime)
           
 
Methods inherited from class com.retek.platform.bo.BusinessObjectImpl
checkInvariants, getBusinessInterface, getVersion, toReference, toString, validate, validateProperty, validateProperty
 
Methods inherited from class com.retek.platform.bo.IdentifiableImpl
equals, getObjectId, hashCode, setObjectId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.retek.platform.bo.BusinessObject
checkInvariants, getBusinessInterface, getVersion, validate, validateProperty, validateProperty
 
Methods inherited from interface com.retek.platform.bo.Identifiable
getObjectId, toReference
 

Constructor Detail

EffectiveBusinessObjectImpl

protected EffectiveBusinessObjectImpl()

EffectiveBusinessObjectImpl

public EffectiveBusinessObjectImpl(com.retek.platform.bo.ObjectId objectId)
Method Detail

getEndDateTime

public com.retek.platform.util.type.RDate getEndDateTime()
Specified by:
getEndDateTime in interface EffectiveBusinessObject

setEndDateTime

public void setEndDateTime(com.retek.platform.util.type.RDate endDateTime)
Specified by:
setEndDateTime in interface EffectiveBusinessObject

getStartDateTime

public com.retek.platform.util.type.RDate getStartDateTime()
Specified by:
getStartDateTime in interface EffectiveBusinessObject

setStartDateTime

public void setStartDateTime(com.retek.platform.util.type.RDate startDateTime)
Specified by:
setStartDateTime in interface EffectiveBusinessObject