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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetEmployeeTypePK(EmployeeTypePK employeeTypePK) voidsetFromTime(Long fromTime) voidsetPartyEmployeeName(String partyEmployeeName) voidsetPartyPK(PartyPK partyPK) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<PartyEmployeePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PartyEmployeePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PartyEmployeePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-