Class HarmonizedTariffScheduleCodeTranslationValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<HarmonizedTariffScheduleCodeTranslationPK>
com.echothree.model.data.item.server.value.HarmonizedTariffScheduleCodeTranslationValue
- All Implemented Interfaces:
Serializable,Cloneable
public class HarmonizedTariffScheduleCodeTranslationValue
extends BaseValue<HarmonizedTariffScheduleCodeTranslationPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionHarmonizedTariffScheduleCodeTranslationValue(HarmonizedTariffScheduleCodePK harmonizedTariffScheduleCodePK, LanguagePK languagePK, String description, MimeTypePK overviewMimeTypePK, String overview, Long fromTime, Long thruTime) Creates a new instance of HarmonizedTariffScheduleCodeTranslationValueHarmonizedTariffScheduleCodeTranslationValue(HarmonizedTariffScheduleCodeTranslationPK harmonizedTariffScheduleCodeTranslationPK, HarmonizedTariffScheduleCodePK harmonizedTariffScheduleCodePK, LanguagePK languagePK, String description, MimeTypePK overviewMimeTypePK, String overview, Long fromTime, Long thruTime) Creates a new instance of HarmonizedTariffScheduleCodeTranslationValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetHarmonizedTariffScheduleCodePK(HarmonizedTariffScheduleCodePK harmonizedTariffScheduleCodePK) voidsetLanguagePK(LanguagePK languagePK) voidsetOverview(String overview) voidsetOverviewMimeTypePK(MimeTypePK overviewMimeTypePK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
HarmonizedTariffScheduleCodeTranslationValue
public HarmonizedTariffScheduleCodeTranslationValue(HarmonizedTariffScheduleCodeTranslationPK harmonizedTariffScheduleCodeTranslationPK, HarmonizedTariffScheduleCodePK harmonizedTariffScheduleCodePK, LanguagePK languagePK, String description, MimeTypePK overviewMimeTypePK, String overview, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of HarmonizedTariffScheduleCodeTranslationValue- Throws:
PersistenceNotNullException
-
HarmonizedTariffScheduleCodeTranslationValue
public HarmonizedTariffScheduleCodeTranslationValue(HarmonizedTariffScheduleCodePK harmonizedTariffScheduleCodePK, LanguagePK languagePK, String description, MimeTypePK overviewMimeTypePK, String overview, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of HarmonizedTariffScheduleCodeTranslationValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<HarmonizedTariffScheduleCodeTranslationPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<HarmonizedTariffScheduleCodeTranslationPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<HarmonizedTariffScheduleCodeTranslationPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<HarmonizedTariffScheduleCodeTranslationPK>
-
getHarmonizedTariffScheduleCodePK
-
setHarmonizedTariffScheduleCodePK
public void setHarmonizedTariffScheduleCodePK(HarmonizedTariffScheduleCodePK harmonizedTariffScheduleCodePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getHarmonizedTariffScheduleCodePKHasBeenModified
-
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
-