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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(HarmonizedTariffScheduleCodeDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<HarmonizedTariffScheduleCodePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<HarmonizedTariffScheduleCodePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<HarmonizedTariffScheduleCodePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<HarmonizedTariffScheduleCodePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-