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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCountryGeoCodePK(GeoCodePK countryGeoCodePK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetTaxClassificationName(String taxClassificationName) voidsetTaxClassificationPK(TaxClassificationPK taxClassificationPK) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<TaxClassificationDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<TaxClassificationDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<TaxClassificationDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-