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 TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
getParty()
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) boolean
boolean
boolean
getPaymentMethod
(EntityPermission entityPermission) getPaymentMethod
(Session session) getPaymentMethod
(Session session, EntityPermission entityPermission) getPaymentMethodForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setDeleteWhenUnused
(Boolean deleteWhenUnused) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
void
void
void
setPartyPaymentMethodName
(String partyPaymentMethodName) void
setPartyPaymentMethodPK
(PartyPaymentMethodPK partyPaymentMethodPK) void
setPartyPK
(PartyPK partyPK) void
setPaymentMethod
(PaymentMethod entity) void
setPaymentMethodPK
(PaymentMethodPK paymentMethodPK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
toString()
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:
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
-
getPartyPaymentMethodDetailValue
-
setPartyPaymentMethodDetailValue
public void setPartyPaymentMethodDetailValue(PartyPaymentMethodDetailValue 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
-
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
-