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 TypeMethodDescriptionvoidclone()booleanbooleangetName()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidvoidsetPartyPK(PartyPK partyPK) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<PartyGroupPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PartyGroupPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PartyGroupPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PartyGroupPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getName
-
setName
-
getNameHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-