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