Class TaxDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TaxDetailPK>
com.echothree.model.data.tax.server.value.TaxDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionTaxDetailValue
(TaxDetailPK taxDetailPK, TaxPK taxPK, String taxName, ContactMechanismPurposePK contactMechanismPurposePK, GlAccountPK glAccountPK, Boolean includeShippingCharge, Boolean includeProcessingCharge, Boolean includeInsuranceCharge, Integer percent, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TaxDetailValueTaxDetailValue
(TaxPK taxPK, String taxName, ContactMechanismPurposePK contactMechanismPurposePK, GlAccountPK glAccountPK, Boolean includeShippingCharge, Boolean includeProcessingCharge, Boolean includeInsuranceCharge, Integer percent, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TaxDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
getTaxPK()
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setContactMechanismPurposePK
(ContactMechanismPurposePK contactMechanismPurposePK) void
setFromTime
(Long fromTime) 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
setTaxName
(String taxName) void
void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TaxDetailValue
public TaxDetailValue(TaxDetailPK taxDetailPK, TaxPK taxPK, String taxName, ContactMechanismPurposePK contactMechanismPurposePK, GlAccountPK glAccountPK, Boolean includeShippingCharge, Boolean includeProcessingCharge, Boolean includeInsuranceCharge, Integer percent, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TaxDetailValue- Throws:
PersistenceNotNullException
-
TaxDetailValue
public TaxDetailValue(TaxPK taxPK, String taxName, ContactMechanismPurposePK contactMechanismPurposePK, GlAccountPK glAccountPK, Boolean includeShippingCharge, Boolean includeProcessingCharge, Boolean includeInsuranceCharge, Integer percent, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TaxDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<TaxDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TaxDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TaxDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<TaxDetailPK>
-
getTaxPK
-
setTaxPK
- Throws:
PersistenceNotNullException
-
getTaxPKHasBeenModified
-
getTaxName
-
setTaxName
- Throws:
PersistenceNotNullException
-
getTaxNameHasBeenModified
-
getContactMechanismPurposePK
-
setContactMechanismPurposePK
public void setContactMechanismPurposePK(ContactMechanismPurposePK contactMechanismPurposePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContactMechanismPurposePKHasBeenModified
-
getGlAccountPK
-
setGlAccountPK
- Throws:
PersistenceNotNullException
-
getGlAccountPKHasBeenModified
-
getIncludeShippingCharge
-
setIncludeShippingCharge
public void setIncludeShippingCharge(Boolean includeShippingCharge) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getIncludeShippingChargeHasBeenModified
-
getIncludeProcessingCharge
-
setIncludeProcessingCharge
public void setIncludeProcessingCharge(Boolean includeProcessingCharge) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getIncludeProcessingChargeHasBeenModified
-
getIncludeInsuranceCharge
-
setIncludeInsuranceCharge
public void setIncludeInsuranceCharge(Boolean includeInsuranceCharge) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getIncludeInsuranceChargeHasBeenModified
-
getPercent
-
setPercent
- Throws:
PersistenceNotNullException
-
getPercentHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-