com.retek.rsm.domain.common.bo
Interface EffectiveBusinessObject

All Superinterfaces:
com.retek.platform.bo.BusinessObject, com.retek.platform.bo.Identifiable
All Known Subinterfaces:
RoleHierarchyPermission, UserRole
All Known Implementing Classes:
EffectiveBusinessObjectImpl, RoleHierarchyPermissionImpl, UserRoleImpl

public interface EffectiveBusinessObject
extends com.retek.platform.bo.BusinessObject


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 interface com.retek.platform.bo.BusinessObject
checkInvariants, getBusinessInterface, getVersion, validate, validateProperty, validateProperty
 
Methods inherited from interface com.retek.platform.bo.Identifiable
getObjectId, toReference
 

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)