Class PartyGroupValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyGroupPK>
com.echothree.model.data.party.server.value.PartyGroupValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPartyGroupValue
(PartyGroupPK partyGroupPK, PartyPK partyPK, String name, Long fromTime, Long thruTime) Creates a new instance of PartyGroupValuePartyGroupValue
(PartyPK partyPK, String name, Long fromTime, Long thruTime) Creates a new instance of PartyGroupValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
getName()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
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
-
PartyGroupValue
public PartyGroupValue(PartyGroupPK partyGroupPK, PartyPK partyPK, String name, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyGroupValue- Throws:
PersistenceNotNullException
-
PartyGroupValue
public PartyGroupValue(PartyPK partyPK, String name, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyGroupValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PartyGroupPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyGroupPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyGroupPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartyGroupPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getName
-
setName
-
getNameHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-