Class ItemTaxClassificationDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ItemTaxClassificationDetailPK>
com.echothree.model.data.tax.server.value.ItemTaxClassificationDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ItemTaxClassificationDetailValue
extends BaseValue<ItemTaxClassificationDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionItemTaxClassificationDetailValue(ItemTaxClassificationDetailPK itemTaxClassificationDetailPK, ItemTaxClassificationPK itemTaxClassificationPK, ItemPK itemPK, GeoCodePK countryGeoCodePK, TaxClassificationPK taxClassificationPK, Long fromTime, Long thruTime) Creates a new instance of ItemTaxClassificationDetailValueItemTaxClassificationDetailValue(ItemTaxClassificationPK itemTaxClassificationPK, ItemPK itemPK, GeoCodePK countryGeoCodePK, TaxClassificationPK taxClassificationPK, Long fromTime, Long thruTime) Creates a new instance of ItemTaxClassificationDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCountryGeoCodePK(GeoCodePK countryGeoCodePK) voidsetFromTime(Long fromTime) voidvoidsetItemTaxClassificationPK(ItemTaxClassificationPK itemTaxClassificationPK) voidsetTaxClassificationPK(TaxClassificationPK taxClassificationPK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ItemTaxClassificationDetailValue
public ItemTaxClassificationDetailValue(ItemTaxClassificationDetailPK itemTaxClassificationDetailPK, ItemTaxClassificationPK itemTaxClassificationPK, ItemPK itemPK, GeoCodePK countryGeoCodePK, TaxClassificationPK taxClassificationPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemTaxClassificationDetailValue- Throws:
PersistenceNotNullException
-
ItemTaxClassificationDetailValue
public ItemTaxClassificationDetailValue(ItemTaxClassificationPK itemTaxClassificationPK, ItemPK itemPK, GeoCodePK countryGeoCodePK, TaxClassificationPK taxClassificationPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemTaxClassificationDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ItemTaxClassificationDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ItemTaxClassificationDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ItemTaxClassificationDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ItemTaxClassificationDetailPK>
-
getItemTaxClassificationPK
-
setItemTaxClassificationPK
public void setItemTaxClassificationPK(ItemTaxClassificationPK itemTaxClassificationPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getItemTaxClassificationPKHasBeenModified
-
getItemPK
-
setItemPK
- Throws:
PersistenceNotNullException
-
getItemPKHasBeenModified
-
getCountryGeoCodePK
-
setCountryGeoCodePK
- Throws:
PersistenceNotNullException
-
getCountryGeoCodePKHasBeenModified
-
getTaxClassificationPK
-
setTaxClassificationPK
public void setTaxClassificationPK(TaxClassificationPK taxClassificationPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTaxClassificationPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-