Class PartyCancellationPolicyValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyCancellationPolicyPK>
com.echothree.model.data.cancellationpolicy.server.value.PartyCancellationPolicyValue
- All Implemented Interfaces:
Serializable,Cloneable
public class PartyCancellationPolicyValue
extends BaseValue<PartyCancellationPolicyPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionPartyCancellationPolicyValue(PartyCancellationPolicyPK partyCancellationPolicyPK, PartyPK partyPK, CancellationPolicyPK cancellationPolicyPK, Long fromTime, Long thruTime) Creates a new instance of PartyCancellationPolicyValuePartyCancellationPolicyValue(PartyPK partyPK, CancellationPolicyPK cancellationPolicyPK, Long fromTime, Long thruTime) Creates a new instance of PartyCancellationPolicyValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCancellationPolicyPK(CancellationPolicyPK cancellationPolicyPK) voidsetFromTime(Long fromTime) voidsetPartyPK(PartyPK partyPK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyCancellationPolicyValue
public PartyCancellationPolicyValue(PartyCancellationPolicyPK partyCancellationPolicyPK, PartyPK partyPK, CancellationPolicyPK cancellationPolicyPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyCancellationPolicyValue- Throws:
PersistenceNotNullException
-
PartyCancellationPolicyValue
public PartyCancellationPolicyValue(PartyPK partyPK, CancellationPolicyPK cancellationPolicyPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyCancellationPolicyValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<PartyCancellationPolicyPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PartyCancellationPolicyPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PartyCancellationPolicyPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PartyCancellationPolicyPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getCancellationPolicyPK
-
setCancellationPolicyPK
public void setCancellationPolicyPK(CancellationPolicyPK cancellationPolicyPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCancellationPolicyPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-