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 TypeMethodDescriptionbooleangetContactMechanismPurpose(EntityPermission entityPermission) getContactMechanismPurpose(Session session) getContactMechanismPurpose(Session session, EntityPermission entityPermission) booleanbooleangetGlAccount(EntityPermission entityPermission) getGlAccount(Session session) getGlAccount(Session session, EntityPermission entityPermission) getGlAccountForUpdate(Session session) booleanbooleanbooleanbooleanbooleanbooleanbooleangetTax()getTax(EntityPermission entityPermission) getTax(Session session, EntityPermission entityPermission) getTaxForUpdate(Session session) booleangetTaxPK()booleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetContactMechanismPurposePK(ContactMechanismPurposePK contactMechanismPurposePK) voidsetFromTime(Long fromTime) voidsetGlAccount(GlAccount entity) voidsetGlAccountPK(GlAccountPK glAccountPK) voidsetIncludeInsuranceCharge(Boolean includeInsuranceCharge) voidsetIncludeProcessingCharge(Boolean includeProcessingCharge) voidsetIncludeShippingCharge(Boolean includeShippingCharge) voidsetIsDefault(Boolean isDefault) voidsetPercent(Integer percent) voidsetSortOrder(Integer sortOrder) voidvoidsetTaxDetailValue(TaxDetailValue value) voidsetTaxName(String taxName) voidvoidsetThruTime(Long thruTime) voidtoString()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:
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
-
getTaxDetailValue
-
setTaxDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin 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
-