Class PartyPaymentMethodDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.payment.server.entity.PartyPaymentMethodDetail
- 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 PartyPaymentMethodDetailPartyPaymentMethodDetail(PartyPaymentMethodDetailValue value, EntityPermission entityPermission) Creates a new instance of PartyPaymentMethodDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleangetParty()getParty(EntityPermission entityPermission) getParty(Session session, EntityPermission entityPermission) getPartyForUpdate(Session session) getPartyPaymentMethod(EntityPermission entityPermission) getPartyPaymentMethod(Session session) getPartyPaymentMethod(Session session, EntityPermission entityPermission) getPartyPaymentMethodForUpdate(Session session) booleanbooleanbooleangetPaymentMethod(EntityPermission entityPermission) getPaymentMethod(Session session) getPaymentMethod(Session session, EntityPermission entityPermission) getPaymentMethodForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetDeleteWhenUnused(Boolean deleteWhenUnused) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidvoidvoidvoidsetPartyPaymentMethodName(String partyPaymentMethodName) voidsetPartyPaymentMethodPK(PartyPaymentMethodPK partyPaymentMethodPK) voidsetPartyPK(PartyPK partyPK) voidsetPaymentMethod(PaymentMethod entity) voidsetPaymentMethodPK(PaymentMethodPK paymentMethodPK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
PartyPaymentMethodDetail
Creates a new instance of PartyPaymentMethodDetail- Throws:
PersistenceException
-
PartyPaymentMethodDetail
public PartyPaymentMethodDetail(PartyPaymentMethodDetailValue value, EntityPermission entityPermission) Creates a new instance of PartyPaymentMethodDetail
-
-
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
-
getPartyPaymentMethodDetailValue
-
setPartyPaymentMethodDetailValue
public void setPartyPaymentMethodDetailValue(PartyPaymentMethodDetailValue 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
-
getPartyPaymentMethodName
-
setPartyPaymentMethodName
public void setPartyPaymentMethodName(String partyPaymentMethodName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPartyPaymentMethodNameHasBeenModified
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getDescription
-
setDescription
public void setDescription(String description) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDescriptionHasBeenModified
-
getPaymentMethodPK
-
getPaymentMethod
-
getPaymentMethod
-
getPaymentMethod
-
getPaymentMethod
-
getPaymentMethodForUpdate
-
getPaymentMethodForUpdate
-
setPaymentMethodPK
public void setPaymentMethodPK(PaymentMethodPK paymentMethodPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPaymentMethod
-
getPaymentMethodPKHasBeenModified
-
getDeleteWhenUnused
-
setDeleteWhenUnused
public void setDeleteWhenUnused(Boolean deleteWhenUnused) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDeleteWhenUnusedHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-