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