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