Class PartyDivisionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyDivisionPK>
com.echothree.model.data.party.server.value.PartyDivisionValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PartyDivisionValue
extends BaseValue<PartyDivisionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPartyDivisionValue
(PartyDivisionPK partyDivisionPK, PartyPK partyPK, PartyPK companyPartyPK, String partyDivisionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyDivisionValuePartyDivisionValue
(PartyPK partyPK, PartyPK companyPartyPK, String partyDivisionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyDivisionValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCompanyPartyPK
(PartyPK companyPartyPK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setPartyDivisionName
(String partyDivisionName) 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
-
PartyDivisionValue
public PartyDivisionValue(PartyDivisionPK partyDivisionPK, PartyPK partyPK, PartyPK companyPartyPK, String partyDivisionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyDivisionValue- Throws:
PersistenceNotNullException
-
PartyDivisionValue
public PartyDivisionValue(PartyPK partyPK, PartyPK companyPartyPK, String partyDivisionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyDivisionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PartyDivisionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyDivisionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyDivisionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartyDivisionPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getCompanyPartyPK
-
setCompanyPartyPK
- Throws:
PersistenceNotNullException
-
getCompanyPartyPKHasBeenModified
-
getPartyDivisionName
-
setPartyDivisionName
- Throws:
PersistenceNotNullException
-
getPartyDivisionNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-