Class TaxClassificationTranslationValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TaxClassificationTranslationPK>
com.echothree.model.data.tax.server.value.TaxClassificationTranslationValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class TaxClassificationTranslationValue
extends BaseValue<TaxClassificationTranslationPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionTaxClassificationTranslationValue
(TaxClassificationPK taxClassificationPK, LanguagePK languagePK, String description, MimeTypePK overviewMimeTypePK, String overview, Long fromTime, Long thruTime) Creates a new instance of TaxClassificationTranslationValueTaxClassificationTranslationValue
(TaxClassificationTranslationPK taxClassificationTranslationPK, TaxClassificationPK taxClassificationPK, LanguagePK languagePK, String description, MimeTypePK overviewMimeTypePK, String overview, Long fromTime, Long thruTime) Creates a new instance of TaxClassificationTranslationValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
setLanguagePK
(LanguagePK languagePK) void
setOverview
(String overview) void
setOverviewMimeTypePK
(MimeTypePK overviewMimeTypePK) 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
-
TaxClassificationTranslationValue
public TaxClassificationTranslationValue(TaxClassificationTranslationPK taxClassificationTranslationPK, TaxClassificationPK taxClassificationPK, LanguagePK languagePK, String description, MimeTypePK overviewMimeTypePK, String overview, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TaxClassificationTranslationValue- Throws:
PersistenceNotNullException
-
TaxClassificationTranslationValue
public TaxClassificationTranslationValue(TaxClassificationPK taxClassificationPK, LanguagePK languagePK, String description, MimeTypePK overviewMimeTypePK, String overview, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TaxClassificationTranslationValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<TaxClassificationTranslationPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TaxClassificationTranslationPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TaxClassificationTranslationPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<TaxClassificationTranslationPK>
-
getTaxClassificationPK
-
setTaxClassificationPK
public void setTaxClassificationPK(TaxClassificationPK taxClassificationPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTaxClassificationPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getOverviewMimeTypePK
-
setOverviewMimeTypePK
-
getOverviewMimeTypePKHasBeenModified
-
getOverview
-
setOverview
-
getOverviewHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-