Class PartyPaymentMethodContactMechanism
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.payment.server.entity.PartyPaymentMethodContactMechanism
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of PartyPaymentMethodContactMechanismPartyPaymentMethodContactMechanism(PartyPaymentMethodContactMechanismValue value, EntityPermission entityPermission) Creates a new instance of PartyPaymentMethodContactMechanism -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetPartyContactMechanismPurpose(EntityPermission entityPermission) getPartyContactMechanismPurpose(Session session) getPartyContactMechanismPurpose(Session session, EntityPermission entityPermission) booleangetPartyPaymentMethod(EntityPermission entityPermission) getPartyPaymentMethod(Session session) getPartyPaymentMethod(Session session, EntityPermission entityPermission) getPartyPaymentMethodForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidvoidsetPartyContactMechanismPurposePK(PartyContactMechanismPurposePK partyContactMechanismPurposePK) voidvoidvoidsetPartyPaymentMethodPK(PartyPaymentMethodPK partyPaymentMethodPK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
PartyPaymentMethodContactMechanism
Creates a new instance of PartyPaymentMethodContactMechanism- Throws:
PersistenceException
-
PartyPaymentMethodContactMechanism
public PartyPaymentMethodContactMechanism(PartyPaymentMethodContactMechanismValue value, EntityPermission entityPermission) Creates a new instance of PartyPaymentMethodContactMechanism
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getPartyPaymentMethodContactMechanismValue
-
setPartyPaymentMethodContactMechanismValue
public void setPartyPaymentMethodContactMechanismValue(PartyPaymentMethodContactMechanismValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getPartyPaymentMethodPK
-
getPartyPaymentMethod
-
getPartyPaymentMethod
-
getPartyPaymentMethod
-
getPartyPaymentMethod
-
getPartyPaymentMethodForUpdate
-
getPartyPaymentMethodForUpdate
-
setPartyPaymentMethodPK
public void setPartyPaymentMethodPK(PartyPaymentMethodPK partyPaymentMethodPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPartyPaymentMethod
-
getPartyPaymentMethodPKHasBeenModified
-
getPartyContactMechanismPurposePK
-
getPartyContactMechanismPurpose
public PartyContactMechanismPurpose getPartyContactMechanismPurpose(Session session, EntityPermission entityPermission) -
getPartyContactMechanismPurpose
public PartyContactMechanismPurpose getPartyContactMechanismPurpose(EntityPermission entityPermission) -
getPartyContactMechanismPurpose
-
getPartyContactMechanismPurpose
-
getPartyContactMechanismPurposeForUpdate
-
getPartyContactMechanismPurposeForUpdate
-
setPartyContactMechanismPurposePK
public void setPartyContactMechanismPurposePK(PartyContactMechanismPurposePK partyContactMechanismPurposePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPartyContactMechanismPurpose
-
getPartyContactMechanismPurposePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-