Class TaxClassificationDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TaxClassificationDetailPK>
com.echothree.model.data.tax.server.value.TaxClassificationDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class TaxClassificationDetailValue
extends BaseValue<TaxClassificationDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionTaxClassificationDetailValue
(TaxClassificationDetailPK taxClassificationDetailPK, TaxClassificationPK taxClassificationPK, GeoCodePK countryGeoCodePK, String taxClassificationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TaxClassificationDetailValueTaxClassificationDetailValue
(TaxClassificationPK taxClassificationPK, GeoCodePK countryGeoCodePK, String taxClassificationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TaxClassificationDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCountryGeoCodePK
(GeoCodePK countryGeoCodePK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setTaxClassificationName
(String taxClassificationName) 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
-
TaxClassificationDetailValue
public TaxClassificationDetailValue(TaxClassificationDetailPK taxClassificationDetailPK, TaxClassificationPK taxClassificationPK, GeoCodePK countryGeoCodePK, String taxClassificationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TaxClassificationDetailValue- Throws:
PersistenceNotNullException
-
TaxClassificationDetailValue
public TaxClassificationDetailValue(TaxClassificationPK taxClassificationPK, GeoCodePK countryGeoCodePK, String taxClassificationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TaxClassificationDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<TaxClassificationDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TaxClassificationDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TaxClassificationDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<TaxClassificationDetailPK>
-
getTaxClassificationPK
-
setTaxClassificationPK
public void setTaxClassificationPK(TaxClassificationPK taxClassificationPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTaxClassificationPKHasBeenModified
-
getCountryGeoCodePK
-
setCountryGeoCodePK
- Throws:
PersistenceNotNullException
-
getCountryGeoCodePKHasBeenModified
-
getTaxClassificationName
-
setTaxClassificationName
public void setTaxClassificationName(String taxClassificationName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTaxClassificationNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-