Class ItemCountryOfOrigin
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.item.server.entity.ItemCountryOfOrigin
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of ItemCountryOfOriginItemCountryOfOrigin
(ItemCountryOfOriginValue value, EntityPermission entityPermission) Creates a new instance of ItemCountryOfOrigin -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCountryGeoCode
(EntityPermission entityPermission) getCountryGeoCode
(Session session) getCountryGeoCode
(Session session, EntityPermission entityPermission) getCountryGeoCodeForUpdate
(Session session) boolean
boolean
getItem()
getItem
(EntityPermission entityPermission) getItem
(Session session, EntityPermission entityPermission) getItemForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setCountryGeoCode
(GeoCode entity) void
setCountryGeoCodePK
(GeoCodePK countryGeoCodePK) void
setFromTime
(Long fromTime) void
void
void
void
setPercent
(Integer percent) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ItemCountryOfOrigin
Creates a new instance of ItemCountryOfOrigin- Throws:
PersistenceException
-
ItemCountryOfOrigin
Creates a new instance of ItemCountryOfOrigin
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getItemCountryOfOriginValue
-
setItemCountryOfOriginValue
public void setItemCountryOfOriginValue(ItemCountryOfOriginValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getItemPK
-
getItem
-
getItem
-
getItem
-
getItem
-
getItemForUpdate
-
getItemForUpdate
-
setItemPK
public void setItemPK(ItemPK itemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItem
-
getItemPKHasBeenModified
-
getCountryGeoCodePK
-
getCountryGeoCode
-
getCountryGeoCode
-
getCountryGeoCode
-
getCountryGeoCode
-
getCountryGeoCodeForUpdate
-
getCountryGeoCodeForUpdate
-
setCountryGeoCodePK
public void setCountryGeoCodePK(GeoCodePK countryGeoCodePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCountryGeoCode
-
getCountryGeoCodePKHasBeenModified
-
getPercent
-
setPercent
public void setPercent(Integer percent) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPercentHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-