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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setTerminationReasonName
(String terminationReasonName) void
setTerminationReasonPK
(TerminationReasonPK terminationReasonPK) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<TerminationReasonDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TerminationReasonDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TerminationReasonDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-