Class HarmonizedTariffScheduleCodeUseValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<HarmonizedTariffScheduleCodeUsePK>
com.echothree.model.data.item.server.value.HarmonizedTariffScheduleCodeUseValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class HarmonizedTariffScheduleCodeUseValue
extends BaseValue<HarmonizedTariffScheduleCodeUsePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionHarmonizedTariffScheduleCodeUseValue
(HarmonizedTariffScheduleCodePK harmonizedTariffScheduleCodePK, HarmonizedTariffScheduleCodeUseTypePK harmonizedTariffScheduleCodeUseTypePK, Long fromTime, Long thruTime) Creates a new instance of HarmonizedTariffScheduleCodeUseValueHarmonizedTariffScheduleCodeUseValue
(HarmonizedTariffScheduleCodeUsePK harmonizedTariffScheduleCodeUsePK, HarmonizedTariffScheduleCodePK harmonizedTariffScheduleCodePK, HarmonizedTariffScheduleCodeUseTypePK harmonizedTariffScheduleCodeUseTypePK, Long fromTime, Long thruTime) Creates a new instance of HarmonizedTariffScheduleCodeUseValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setHarmonizedTariffScheduleCodePK
(HarmonizedTariffScheduleCodePK harmonizedTariffScheduleCodePK) void
setHarmonizedTariffScheduleCodeUseTypePK
(HarmonizedTariffScheduleCodeUseTypePK harmonizedTariffScheduleCodeUseTypePK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
HarmonizedTariffScheduleCodeUseValue
public HarmonizedTariffScheduleCodeUseValue(HarmonizedTariffScheduleCodeUsePK harmonizedTariffScheduleCodeUsePK, HarmonizedTariffScheduleCodePK harmonizedTariffScheduleCodePK, HarmonizedTariffScheduleCodeUseTypePK harmonizedTariffScheduleCodeUseTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of HarmonizedTariffScheduleCodeUseValue- Throws:
PersistenceNotNullException
-
HarmonizedTariffScheduleCodeUseValue
public HarmonizedTariffScheduleCodeUseValue(HarmonizedTariffScheduleCodePK harmonizedTariffScheduleCodePK, HarmonizedTariffScheduleCodeUseTypePK harmonizedTariffScheduleCodeUseTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of HarmonizedTariffScheduleCodeUseValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<HarmonizedTariffScheduleCodeUsePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<HarmonizedTariffScheduleCodeUsePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<HarmonizedTariffScheduleCodeUsePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<HarmonizedTariffScheduleCodeUsePK>
-
getHarmonizedTariffScheduleCodePK
-
setHarmonizedTariffScheduleCodePK
public void setHarmonizedTariffScheduleCodePK(HarmonizedTariffScheduleCodePK harmonizedTariffScheduleCodePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getHarmonizedTariffScheduleCodePKHasBeenModified
-
getHarmonizedTariffScheduleCodeUseTypePK
-
setHarmonizedTariffScheduleCodeUseTypePK
public void setHarmonizedTariffScheduleCodeUseTypePK(HarmonizedTariffScheduleCodeUseTypePK harmonizedTariffScheduleCodeUseTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getHarmonizedTariffScheduleCodeUseTypePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-