Class TaxClassificationDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.tax.server.entity.TaxClassificationDetail
- 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 TaxClassificationDetailTaxClassificationDetail(TaxClassificationDetailValue value, EntityPermission entityPermission) Creates a new instance of TaxClassificationDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCountryGeoCode(EntityPermission entityPermission) getCountryGeoCode(Session session) getCountryGeoCode(Session session, EntityPermission entityPermission) getCountryGeoCodeForUpdate(Session session) booleanbooleanbooleanbooleangetTaxClassification(EntityPermission entityPermission) getTaxClassification(Session session) getTaxClassification(Session session, EntityPermission entityPermission) getTaxClassificationForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetCountryGeoCode(GeoCode entity) voidsetCountryGeoCodePK(GeoCodePK countryGeoCodePK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidvoidvoidsetTaxClassificationName(String taxClassificationName) voidsetTaxClassificationPK(TaxClassificationPK taxClassificationPK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
TaxClassificationDetail
Creates a new instance of TaxClassificationDetail- Throws:
PersistenceException
-
TaxClassificationDetail
public TaxClassificationDetail(TaxClassificationDetailValue value, EntityPermission entityPermission) Creates a new instance of TaxClassificationDetail
-
-
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
-
getTaxClassificationDetailValue
-
setTaxClassificationDetailValue
public void setTaxClassificationDetailValue(TaxClassificationDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getTaxClassificationPK
-
getTaxClassification
-
getTaxClassification
-
getTaxClassification
-
getTaxClassification
-
getTaxClassificationForUpdate
-
getTaxClassificationForUpdate
-
setTaxClassificationPK
public void setTaxClassificationPK(TaxClassificationPK taxClassificationPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTaxClassification
-
getTaxClassificationPKHasBeenModified
-
getCountryGeoCodePK
-
getCountryGeoCode
-
getCountryGeoCode
-
getCountryGeoCode
-
getCountryGeoCode
-
getCountryGeoCodeForUpdate
-
getCountryGeoCodeForUpdate
-
setCountryGeoCodePK
public void setCountryGeoCodePK(GeoCodePK countryGeoCodePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCountryGeoCode
-
getCountryGeoCodePKHasBeenModified
-
getTaxClassificationName
-
setTaxClassificationName
public void setTaxClassificationName(String taxClassificationName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getTaxClassificationNameHasBeenModified
-
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
-