Class TerminationReasonDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TerminationReasonDescriptionPK>
com.echothree.model.data.employee.server.value.TerminationReasonDescriptionValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class TerminationReasonDescriptionValue
extends BaseValue<TerminationReasonDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionTerminationReasonDescriptionValue
(TerminationReasonDescriptionPK terminationReasonDescriptionPK, TerminationReasonPK terminationReasonPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of TerminationReasonDescriptionValueTerminationReasonDescriptionValue
(TerminationReasonPK terminationReasonPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of TerminationReasonDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
setLanguagePK
(LanguagePK languagePK) 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
-
TerminationReasonDescriptionValue
public TerminationReasonDescriptionValue(TerminationReasonDescriptionPK terminationReasonDescriptionPK, TerminationReasonPK terminationReasonPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TerminationReasonDescriptionValue- Throws:
PersistenceNotNullException
-
TerminationReasonDescriptionValue
public TerminationReasonDescriptionValue(TerminationReasonPK terminationReasonPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TerminationReasonDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<TerminationReasonDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TerminationReasonDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TerminationReasonDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<TerminationReasonDescriptionPK>
-
getTerminationReasonPK
-
setTerminationReasonPK
public void setTerminationReasonPK(TerminationReasonPK terminationReasonPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTerminationReasonPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-