Class TerminationReasonDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TerminationReasonDetailPK>
com.echothree.model.data.employee.server.value.TerminationReasonDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class TerminationReasonDetailValue
extends BaseValue<TerminationReasonDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionTerminationReasonDetailValue(TerminationReasonDetailPK terminationReasonDetailPK, TerminationReasonPK terminationReasonPK, String terminationReasonName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TerminationReasonDetailValueTerminationReasonDetailValue(TerminationReasonPK terminationReasonPK, String terminationReasonName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TerminationReasonDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetTerminationReasonName(String terminationReasonName) voidsetTerminationReasonPK(TerminationReasonPK terminationReasonPK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TerminationReasonDetailValue
public TerminationReasonDetailValue(TerminationReasonDetailPK terminationReasonDetailPK, TerminationReasonPK terminationReasonPK, String terminationReasonName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TerminationReasonDetailValue- Throws:
PersistenceNotNullException
-
TerminationReasonDetailValue
public TerminationReasonDetailValue(TerminationReasonPK terminationReasonPK, String terminationReasonName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TerminationReasonDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<TerminationReasonDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<TerminationReasonDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<TerminationReasonDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<TerminationReasonDetailPK>
-
getTerminationReasonPK
-
setTerminationReasonPK
public void setTerminationReasonPK(TerminationReasonPK terminationReasonPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTerminationReasonPKHasBeenModified
-
getTerminationReasonName
-
setTerminationReasonName
public void setTerminationReasonName(String terminationReasonName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTerminationReasonNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-