Class HarmonizedTariffScheduleCodeUnitValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<HarmonizedTariffScheduleCodeUnitPK>
com.echothree.model.data.item.server.value.HarmonizedTariffScheduleCodeUnitValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class HarmonizedTariffScheduleCodeUnitValue
extends BaseValue<HarmonizedTariffScheduleCodeUnitPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionHarmonizedTariffScheduleCodeUnitValue
(HarmonizedTariffScheduleCodeUnitDetailPK activeDetailPK, HarmonizedTariffScheduleCodeUnitDetailPK lastDetailPK) Creates a new instance of HarmonizedTariffScheduleCodeUnitValueHarmonizedTariffScheduleCodeUnitValue
(HarmonizedTariffScheduleCodeUnitPK harmonizedTariffScheduleCodeUnitPK, HarmonizedTariffScheduleCodeUnitDetailPK activeDetailPK, HarmonizedTariffScheduleCodeUnitDetailPK lastDetailPK) Creates a new instance of HarmonizedTariffScheduleCodeUnitValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(HarmonizedTariffScheduleCodeUnitDetailPK activeDetailPK) void
setLastDetailPK
(HarmonizedTariffScheduleCodeUnitDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
HarmonizedTariffScheduleCodeUnitValue
public HarmonizedTariffScheduleCodeUnitValue(HarmonizedTariffScheduleCodeUnitPK harmonizedTariffScheduleCodeUnitPK, HarmonizedTariffScheduleCodeUnitDetailPK activeDetailPK, HarmonizedTariffScheduleCodeUnitDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of HarmonizedTariffScheduleCodeUnitValue- Throws:
PersistenceNotNullException
-
HarmonizedTariffScheduleCodeUnitValue
public HarmonizedTariffScheduleCodeUnitValue(HarmonizedTariffScheduleCodeUnitDetailPK activeDetailPK, HarmonizedTariffScheduleCodeUnitDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of HarmonizedTariffScheduleCodeUnitValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<HarmonizedTariffScheduleCodeUnitPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<HarmonizedTariffScheduleCodeUnitPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<HarmonizedTariffScheduleCodeUnitPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<HarmonizedTariffScheduleCodeUnitPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-