Class GeoCodeTaxValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<GeoCodeTaxPK>
com.echothree.model.data.tax.server.value.GeoCodeTaxValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionGeoCodeTaxValue
(GeoCodePK geoCodePK, TaxPK taxPK, Long fromTime, Long thruTime) Creates a new instance of GeoCodeTaxValueGeoCodeTaxValue
(GeoCodeTaxPK geoCodeTaxPK, GeoCodePK geoCodePK, TaxPK taxPK, Long fromTime, Long thruTime) Creates a new instance of GeoCodeTaxValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
getTaxPK()
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setGeoCodePK
(GeoCodePK geoCodePK) void
void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
GeoCodeTaxValue
public GeoCodeTaxValue(GeoCodeTaxPK geoCodeTaxPK, GeoCodePK geoCodePK, TaxPK taxPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of GeoCodeTaxValue- Throws:
PersistenceNotNullException
-
GeoCodeTaxValue
public GeoCodeTaxValue(GeoCodePK geoCodePK, TaxPK taxPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of GeoCodeTaxValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<GeoCodeTaxPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<GeoCodeTaxPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<GeoCodeTaxPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<GeoCodeTaxPK>
-
getGeoCodePK
-
setGeoCodePK
- Throws:
PersistenceNotNullException
-
getGeoCodePKHasBeenModified
-
getTaxPK
-
setTaxPK
- Throws:
PersistenceNotNullException
-
getTaxPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-