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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetBillingAccountPK(BillingAccountPK billingAccountPK) voidsetBillingAccountRoleTypePK(BillingAccountRoleTypePK billingAccountRoleTypePK) voidsetFromTime(Long fromTime) voidsetPartyContactMechanismPK(PartyContactMechanismPK partyContactMechanismPK) voidsetPartyPK(PartyPK partyPK) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<BillingAccountRolePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<BillingAccountRolePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<BillingAccountRolePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-