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 TypeMethodDescriptionbooleangetCountryGeoCode(EntityPermission entityPermission) getCountryGeoCode(Session session) getCountryGeoCode(Session session, EntityPermission entityPermission) getCountryGeoCodeForUpdate(Session session) booleanbooleangetItem()getItem(EntityPermission entityPermission) getItem(Session session, EntityPermission entityPermission) getItemForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetCountryGeoCode(GeoCode entity) voidsetCountryGeoCodePK(GeoCodePK countryGeoCodePK) voidsetFromTime(Long fromTime) voidvoidvoidvoidsetPercent(Integer percent) voidsetThruTime(Long thruTime) voidtoString()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:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getItemCountryOfOriginValue
-
setItemCountryOfOriginValue
public void setItemCountryOfOriginValue(ItemCountryOfOriginValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin 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
-