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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) void
setFromTime
(Long fromTime) 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
-
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:
getBaseFactoryInstance
in classBaseValue<PartyCancellationPolicyPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyCancellationPolicyPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyCancellationPolicyPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-