Class TaxDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.tax.server.entity.TaxDetail
- 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 TaxDetailTaxDetail
(TaxDetailValue value, EntityPermission entityPermission) Creates a new instance of TaxDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
getContactMechanismPurpose
(EntityPermission entityPermission) getContactMechanismPurpose
(Session session) getContactMechanismPurpose
(Session session, EntityPermission entityPermission) boolean
boolean
getGlAccount
(EntityPermission entityPermission) getGlAccount
(Session session) getGlAccount
(Session session, EntityPermission entityPermission) getGlAccountForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
boolean
boolean
getTax()
getTax
(EntityPermission entityPermission) getTax
(Session session, EntityPermission entityPermission) getTaxForUpdate
(Session session) boolean
getTaxPK()
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setContactMechanismPurposePK
(ContactMechanismPurposePK contactMechanismPurposePK) void
setFromTime
(Long fromTime) void
setGlAccount
(GlAccount entity) void
setGlAccountPK
(GlAccountPK glAccountPK) void
setIncludeInsuranceCharge
(Boolean includeInsuranceCharge) void
setIncludeProcessingCharge
(Boolean includeProcessingCharge) void
setIncludeShippingCharge
(Boolean includeShippingCharge) void
setIsDefault
(Boolean isDefault) void
setPercent
(Integer percent) void
setSortOrder
(Integer sortOrder) void
void
setTaxDetailValue
(TaxDetailValue value) void
setTaxName
(String taxName) void
void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
TaxDetail
Creates a new instance of TaxDetail- Throws:
PersistenceException
-
TaxDetail
Creates a new instance of TaxDetail
-
-
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
-
getTaxDetailValue
-
setTaxDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getTaxPK
-
getTax
-
getTax
-
getTax
-
getTax
-
getTaxForUpdate
-
getTaxForUpdate
-
setTaxPK
-
setTax
-
getTaxPKHasBeenModified
-
getTaxName
-
setTaxName
public void setTaxName(String taxName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getTaxNameHasBeenModified
-
getContactMechanismPurposePK
-
getContactMechanismPurpose
public ContactMechanismPurpose getContactMechanismPurpose(Session session, EntityPermission entityPermission) -
getContactMechanismPurpose
-
getContactMechanismPurpose
-
getContactMechanismPurpose
-
getContactMechanismPurposeForUpdate
-
getContactMechanismPurposeForUpdate
-
setContactMechanismPurposePK
public void setContactMechanismPurposePK(ContactMechanismPurposePK contactMechanismPurposePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContactMechanismPurpose
-
getContactMechanismPurposePKHasBeenModified
-
getGlAccountPK
-
getGlAccount
-
getGlAccount
-
getGlAccount
-
getGlAccount
-
getGlAccountForUpdate
-
getGlAccountForUpdate
-
setGlAccountPK
public void setGlAccountPK(GlAccountPK glAccountPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setGlAccount
-
getGlAccountPKHasBeenModified
-
getIncludeShippingCharge
-
setIncludeShippingCharge
public void setIncludeShippingCharge(Boolean includeShippingCharge) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIncludeShippingChargeHasBeenModified
-
getIncludeProcessingCharge
-
setIncludeProcessingCharge
public void setIncludeProcessingCharge(Boolean includeProcessingCharge) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIncludeProcessingChargeHasBeenModified
-
getIncludeInsuranceCharge
-
setIncludeInsuranceCharge
public void setIncludeInsuranceCharge(Boolean includeInsuranceCharge) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIncludeInsuranceChargeHasBeenModified
-
getPercent
-
setPercent
public void setPercent(Integer percent) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPercentHasBeenModified
-
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
-