Class ItemCountryOfOriginValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ItemCountryOfOriginPK>
com.echothree.model.data.item.server.value.ItemCountryOfOriginValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ItemCountryOfOriginValue
extends BaseValue<ItemCountryOfOriginPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionItemCountryOfOriginValue
(ItemCountryOfOriginPK itemCountryOfOriginPK, ItemPK itemPK, GeoCodePK countryGeoCodePK, Integer percent, Long fromTime, Long thruTime) Creates a new instance of ItemCountryOfOriginValueItemCountryOfOriginValue
(ItemPK itemPK, GeoCodePK countryGeoCodePK, Integer percent, Long fromTime, Long thruTime) Creates a new instance of ItemCountryOfOriginValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCountryGeoCodePK
(GeoCodePK countryGeoCodePK) void
setFromTime
(Long fromTime) void
void
setPercent
(Integer percent) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ItemCountryOfOriginValue
public ItemCountryOfOriginValue(ItemCountryOfOriginPK itemCountryOfOriginPK, ItemPK itemPK, GeoCodePK countryGeoCodePK, Integer percent, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemCountryOfOriginValue- Throws:
PersistenceNotNullException
-
ItemCountryOfOriginValue
public ItemCountryOfOriginValue(ItemPK itemPK, GeoCodePK countryGeoCodePK, Integer percent, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemCountryOfOriginValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ItemCountryOfOriginPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ItemCountryOfOriginPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ItemCountryOfOriginPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ItemCountryOfOriginPK>
-
getItemPK
-
setItemPK
- Throws:
PersistenceNotNullException
-
getItemPKHasBeenModified
-
getCountryGeoCodePK
-
setCountryGeoCodePK
- Throws:
PersistenceNotNullException
-
getCountryGeoCodePKHasBeenModified
-
getPercent
-
setPercent
- Throws:
PersistenceNotNullException
-
getPercentHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-