Class HarmonizedTariffScheduleCodeUnitDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<HarmonizedTariffScheduleCodeUnitDetailPK>
com.echothree.model.data.item.server.value.HarmonizedTariffScheduleCodeUnitDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class HarmonizedTariffScheduleCodeUnitDetailValue
extends BaseValue<HarmonizedTariffScheduleCodeUnitDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionHarmonizedTariffScheduleCodeUnitDetailValue(HarmonizedTariffScheduleCodeUnitDetailPK harmonizedTariffScheduleCodeUnitDetailPK, HarmonizedTariffScheduleCodeUnitPK harmonizedTariffScheduleCodeUnitPK, String harmonizedTariffScheduleCodeUnitName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of HarmonizedTariffScheduleCodeUnitDetailValueHarmonizedTariffScheduleCodeUnitDetailValue(HarmonizedTariffScheduleCodeUnitPK harmonizedTariffScheduleCodeUnitPK, String harmonizedTariffScheduleCodeUnitName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of HarmonizedTariffScheduleCodeUnitDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetHarmonizedTariffScheduleCodeUnitName(String harmonizedTariffScheduleCodeUnitName) voidsetHarmonizedTariffScheduleCodeUnitPK(HarmonizedTariffScheduleCodeUnitPK harmonizedTariffScheduleCodeUnitPK) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
HarmonizedTariffScheduleCodeUnitDetailValue
public HarmonizedTariffScheduleCodeUnitDetailValue(HarmonizedTariffScheduleCodeUnitDetailPK harmonizedTariffScheduleCodeUnitDetailPK, HarmonizedTariffScheduleCodeUnitPK harmonizedTariffScheduleCodeUnitPK, String harmonizedTariffScheduleCodeUnitName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of HarmonizedTariffScheduleCodeUnitDetailValue- Throws:
PersistenceNotNullException
-
HarmonizedTariffScheduleCodeUnitDetailValue
public HarmonizedTariffScheduleCodeUnitDetailValue(HarmonizedTariffScheduleCodeUnitPK harmonizedTariffScheduleCodeUnitPK, String harmonizedTariffScheduleCodeUnitName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of HarmonizedTariffScheduleCodeUnitDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<HarmonizedTariffScheduleCodeUnitDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<HarmonizedTariffScheduleCodeUnitDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<HarmonizedTariffScheduleCodeUnitDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<HarmonizedTariffScheduleCodeUnitDetailPK>
-
getHarmonizedTariffScheduleCodeUnitPK
-
setHarmonizedTariffScheduleCodeUnitPK
public void setHarmonizedTariffScheduleCodeUnitPK(HarmonizedTariffScheduleCodeUnitPK harmonizedTariffScheduleCodeUnitPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getHarmonizedTariffScheduleCodeUnitPKHasBeenModified
-
getHarmonizedTariffScheduleCodeUnitName
-
setHarmonizedTariffScheduleCodeUnitName
public void setHarmonizedTariffScheduleCodeUnitName(String harmonizedTariffScheduleCodeUnitName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getHarmonizedTariffScheduleCodeUnitNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-