Class PartyDepartmentValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyDepartmentPK>
com.echothree.model.data.party.server.value.PartyDepartmentValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PartyDepartmentValue
extends BaseValue<PartyDepartmentPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPartyDepartmentValue
(PartyDepartmentPK partyDepartmentPK, PartyPK partyPK, PartyPK divisionPartyPK, String partyDepartmentName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyDepartmentValuePartyDepartmentValue
(PartyPK partyPK, PartyPK divisionPartyPK, String partyDepartmentName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyDepartmentValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setDivisionPartyPK
(PartyPK divisionPartyPK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setPartyDepartmentName
(String partyDepartmentName) void
setPartyPK
(PartyPK partyPK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyDepartmentValue
public PartyDepartmentValue(PartyDepartmentPK partyDepartmentPK, PartyPK partyPK, PartyPK divisionPartyPK, String partyDepartmentName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyDepartmentValue- Throws:
PersistenceNotNullException
-
PartyDepartmentValue
public PartyDepartmentValue(PartyPK partyPK, PartyPK divisionPartyPK, String partyDepartmentName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyDepartmentValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PartyDepartmentPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyDepartmentPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyDepartmentPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartyDepartmentPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getDivisionPartyPK
-
setDivisionPartyPK
- Throws:
PersistenceNotNullException
-
getDivisionPartyPKHasBeenModified
-
getPartyDepartmentName
-
setPartyDepartmentName
- Throws:
PersistenceNotNullException
-
getPartyDepartmentNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-