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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setHarmonizedTariffScheduleCodeUnitName
(String harmonizedTariffScheduleCodeUnitName) void
setHarmonizedTariffScheduleCodeUnitPK
(HarmonizedTariffScheduleCodeUnitPK harmonizedTariffScheduleCodeUnitPK) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<HarmonizedTariffScheduleCodeUnitDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<HarmonizedTariffScheduleCodeUnitDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<HarmonizedTariffScheduleCodeUnitDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-