Class ItemTaxClassificationDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.tax.server.entity.ItemTaxClassificationDetail
- 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 ItemTaxClassificationDetailItemTaxClassificationDetail(ItemTaxClassificationDetailValue value, EntityPermission entityPermission) Creates a new instance of ItemTaxClassificationDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCountryGeoCode(EntityPermission entityPermission) booleanbooleangetItem()getItem(EntityPermission entityPermission) booleangetItemTaxClassification(EntityPermission entityPermission) booleangetTaxClassification(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidsetCountryGeoCode(GeoCode entity) voidsetCountryGeoCodePK(GeoCodePK countryGeoCodePK) voidsetFromTime(Long fromTime) voidvoidvoidvoidvoidsetItemTaxClassificationPK(ItemTaxClassificationPK itemTaxClassificationPK) voidvoidsetTaxClassificationPK(TaxClassificationPK taxClassificationPK) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
ItemTaxClassificationDetail
Creates a new instance of ItemTaxClassificationDetail- Throws:
PersistenceException
-
ItemTaxClassificationDetail
public ItemTaxClassificationDetail(ItemTaxClassificationDetailValue value, EntityPermission entityPermission) Creates a new instance of ItemTaxClassificationDetail
-
-
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
-
getItemTaxClassificationDetailValue
-
setItemTaxClassificationDetailValue
public void setItemTaxClassificationDetailValue(ItemTaxClassificationDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getItemTaxClassificationPK
-
getItemTaxClassification
-
getItemTaxClassification
-
getItemTaxClassificationForUpdate
-
setItemTaxClassificationPK
public void setItemTaxClassificationPK(ItemTaxClassificationPK itemTaxClassificationPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemTaxClassification
-
getItemTaxClassificationPKHasBeenModified
-
getItemPK
-
getItem
-
getItem
-
getItemForUpdate
-
setItemPK
public void setItemPK(ItemPK itemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItem
-
getItemPKHasBeenModified
-
getCountryGeoCodePK
-
getCountryGeoCode
-
getCountryGeoCode
-
getCountryGeoCodeForUpdate
-
setCountryGeoCodePK
public void setCountryGeoCodePK(GeoCodePK countryGeoCodePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCountryGeoCode
-
getCountryGeoCodePKHasBeenModified
-
getTaxClassificationPK
-
getTaxClassification
-
getTaxClassification
-
getTaxClassificationForUpdate
-
setTaxClassificationPK
public void setTaxClassificationPK(TaxClassificationPK taxClassificationPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTaxClassification
-
getTaxClassificationPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-