Class PartyEmployeeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyEmployeePK>
com.echothree.model.data.employee.server.value.PartyEmployeeValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PartyEmployeeValue
extends BaseValue<PartyEmployeePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPartyEmployeeValue
(PartyEmployeePK partyEmployeePK, PartyPK partyPK, String partyEmployeeName, EmployeeTypePK employeeTypePK, Long fromTime, Long thruTime) Creates a new instance of PartyEmployeeValuePartyEmployeeValue
(PartyPK partyPK, String partyEmployeeName, EmployeeTypePK employeeTypePK, Long fromTime, Long thruTime) Creates a new instance of PartyEmployeeValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setEmployeeTypePK
(EmployeeTypePK employeeTypePK) void
setFromTime
(Long fromTime) void
setPartyEmployeeName
(String partyEmployeeName) void
setPartyPK
(PartyPK partyPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyEmployeeValue
public PartyEmployeeValue(PartyEmployeePK partyEmployeePK, PartyPK partyPK, String partyEmployeeName, EmployeeTypePK employeeTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyEmployeeValue- Throws:
PersistenceNotNullException
-
PartyEmployeeValue
public PartyEmployeeValue(PartyPK partyPK, String partyEmployeeName, EmployeeTypePK employeeTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyEmployeeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PartyEmployeePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyEmployeePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyEmployeePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartyEmployeePK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getPartyEmployeeName
-
setPartyEmployeeName
- Throws:
PersistenceNotNullException
-
getPartyEmployeeNameHasBeenModified
-
getEmployeeTypePK
-
setEmployeeTypePK
- Throws:
PersistenceNotNullException
-
getEmployeeTypePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-