Class HarmonizedTariffScheduleCodeUnitDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<HarmonizedTariffScheduleCodeUnitDescriptionPK>
com.echothree.model.data.item.server.value.HarmonizedTariffScheduleCodeUnitDescriptionValue
- All Implemented Interfaces:
Serializable,Cloneable
public class HarmonizedTariffScheduleCodeUnitDescriptionValue
extends BaseValue<HarmonizedTariffScheduleCodeUnitDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionHarmonizedTariffScheduleCodeUnitDescriptionValue(HarmonizedTariffScheduleCodeUnitDescriptionPK harmonizedTariffScheduleCodeUnitDescriptionPK, HarmonizedTariffScheduleCodeUnitPK harmonizedTariffScheduleCodeUnitPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of HarmonizedTariffScheduleCodeUnitDescriptionValueHarmonizedTariffScheduleCodeUnitDescriptionValue(HarmonizedTariffScheduleCodeUnitPK harmonizedTariffScheduleCodeUnitPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of HarmonizedTariffScheduleCodeUnitDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetHarmonizedTariffScheduleCodeUnitPK(HarmonizedTariffScheduleCodeUnitPK harmonizedTariffScheduleCodeUnitPK) voidsetLanguagePK(LanguagePK languagePK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
HarmonizedTariffScheduleCodeUnitDescriptionValue
public HarmonizedTariffScheduleCodeUnitDescriptionValue(HarmonizedTariffScheduleCodeUnitDescriptionPK harmonizedTariffScheduleCodeUnitDescriptionPK, HarmonizedTariffScheduleCodeUnitPK harmonizedTariffScheduleCodeUnitPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of HarmonizedTariffScheduleCodeUnitDescriptionValue- Throws:
PersistenceNotNullException
-
HarmonizedTariffScheduleCodeUnitDescriptionValue
public HarmonizedTariffScheduleCodeUnitDescriptionValue(HarmonizedTariffScheduleCodeUnitPK harmonizedTariffScheduleCodeUnitPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of HarmonizedTariffScheduleCodeUnitDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<HarmonizedTariffScheduleCodeUnitDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<HarmonizedTariffScheduleCodeUnitDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<HarmonizedTariffScheduleCodeUnitDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<HarmonizedTariffScheduleCodeUnitDescriptionPK>
-
getHarmonizedTariffScheduleCodeUnitPK
-
setHarmonizedTariffScheduleCodeUnitPK
public void setHarmonizedTariffScheduleCodeUnitPK(HarmonizedTariffScheduleCodeUnitPK harmonizedTariffScheduleCodeUnitPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getHarmonizedTariffScheduleCodeUnitPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-