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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(EmploymentDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<EmploymentPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<EmploymentPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<EmploymentPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<EmploymentPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-