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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCountryGeoCodePK
(GeoCodePK countryGeoCodePK) void
setFromTime
(Long fromTime) void
void
setItemTaxClassificationPK
(ItemTaxClassificationPK itemTaxClassificationPK) void
setTaxClassificationPK
(TaxClassificationPK taxClassificationPK) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<ItemTaxClassificationDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ItemTaxClassificationDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ItemTaxClassificationDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-