Class BillingAccountRoleValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<BillingAccountRolePK>
com.echothree.model.data.payment.server.value.BillingAccountRoleValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class BillingAccountRoleValue
extends BaseValue<BillingAccountRolePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionBillingAccountRoleValue
(BillingAccountPK billingAccountPK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, BillingAccountRoleTypePK billingAccountRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of BillingAccountRoleValueBillingAccountRoleValue
(BillingAccountRolePK billingAccountRolePK, BillingAccountPK billingAccountPK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, BillingAccountRoleTypePK billingAccountRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of BillingAccountRoleValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setBillingAccountPK
(BillingAccountPK billingAccountPK) void
setBillingAccountRoleTypePK
(BillingAccountRoleTypePK billingAccountRoleTypePK) void
setFromTime
(Long fromTime) void
setPartyContactMechanismPK
(PartyContactMechanismPK partyContactMechanismPK) 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
-
BillingAccountRoleValue
public BillingAccountRoleValue(BillingAccountRolePK billingAccountRolePK, BillingAccountPK billingAccountPK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, BillingAccountRoleTypePK billingAccountRoleTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of BillingAccountRoleValue- Throws:
PersistenceNotNullException
-
BillingAccountRoleValue
public BillingAccountRoleValue(BillingAccountPK billingAccountPK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, BillingAccountRoleTypePK billingAccountRoleTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of BillingAccountRoleValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<BillingAccountRolePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<BillingAccountRolePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<BillingAccountRolePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<BillingAccountRolePK>
-
getBillingAccountPK
-
setBillingAccountPK
public void setBillingAccountPK(BillingAccountPK billingAccountPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getBillingAccountPKHasBeenModified
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getPartyContactMechanismPK
-
setPartyContactMechanismPK
public void setPartyContactMechanismPK(PartyContactMechanismPK partyContactMechanismPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartyContactMechanismPKHasBeenModified
-
getBillingAccountRoleTypePK
-
setBillingAccountRoleTypePK
public void setBillingAccountRoleTypePK(BillingAccountRoleTypePK billingAccountRoleTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getBillingAccountRoleTypePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-