com.retek.rsm.app.common
Class EffectiveValueObject

java.lang.Object
  |
  +--com.retek.rsm.app.common.IdentifiableReferenceValueObject
        |
        +--com.retek.rsm.app.common.EffectiveValueObject
All Implemented Interfaces:
java.io.Serializable, ValueObject
Direct Known Subclasses:
RoleHierarchyPermissionVo, UserRoleVo

public class EffectiveValueObject
extends IdentifiableReferenceValueObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.retek.rsm.app.common.ValueObject
serialVersionUID
 
Constructor Summary
EffectiveValueObject(com.retek.platform.bo.IdentifiableReference reference)
           
 
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.rsm.app.common.IdentifiableReferenceValueObject
equals, getIdentifiableReference, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EffectiveValueObject

public EffectiveValueObject(com.retek.platform.bo.IdentifiableReference reference)
Method Detail

getEndDateTime

public com.retek.platform.util.type.RDate getEndDateTime()

setEndDateTime

public void setEndDateTime(com.retek.platform.util.type.RDate endDateTime)

getStartDateTime

public com.retek.platform.util.type.RDate getStartDateTime()

setStartDateTime

public void setStartDateTime(com.retek.platform.util.type.RDate startDateTime)