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