Class LeaveReasonValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<LeaveReasonPK>
com.echothree.model.data.employee.server.value.LeaveReasonValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionLeaveReasonValue
(LeaveReasonDetailPK activeDetailPK, LeaveReasonDetailPK lastDetailPK) Creates a new instance of LeaveReasonValueLeaveReasonValue
(LeaveReasonPK leaveReasonPK, LeaveReasonDetailPK activeDetailPK, LeaveReasonDetailPK lastDetailPK) Creates a new instance of LeaveReasonValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(LeaveReasonDetailPK activeDetailPK) void
setLastDetailPK
(LeaveReasonDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
LeaveReasonValue
public LeaveReasonValue(LeaveReasonPK leaveReasonPK, LeaveReasonDetailPK activeDetailPK, LeaveReasonDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of LeaveReasonValue- Throws:
PersistenceNotNullException
-
LeaveReasonValue
public LeaveReasonValue(LeaveReasonDetailPK activeDetailPK, LeaveReasonDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of LeaveReasonValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<LeaveReasonPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<LeaveReasonPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<LeaveReasonPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<LeaveReasonPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-