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 TypeMethodDescriptionboolean
boolean
getPartyContactMechanismPurpose
(EntityPermission entityPermission) getPartyContactMechanismPurpose
(Session session) getPartyContactMechanismPurpose
(Session session, EntityPermission entityPermission) boolean
getPartyPaymentMethod
(EntityPermission entityPermission) getPartyPaymentMethod
(Session session) getPartyPaymentMethod
(Session session, EntityPermission entityPermission) getPartyPaymentMethodForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
void
setPartyContactMechanismPurposePK
(PartyContactMechanismPurposePK partyContactMechanismPurposePK) void
void
void
setPartyPaymentMethodPK
(PartyPaymentMethodPK partyPaymentMethodPK) void
setThruTime
(Long thruTime) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getPartyPaymentMethodContactMechanismValue
-
setPartyPaymentMethodContactMechanismValue
public void setPartyPaymentMethodContactMechanismValue(PartyPaymentMethodContactMechanismValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-