Class ItemImageDescription
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.item.server.entity.ItemImageDescription
- 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 ItemImageDescriptionItemImageDescription
(ItemImageDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ItemImageDescription -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
getItemDescription
(EntityPermission entityPermission) getItemDescription
(Session session) getItemDescription
(Session session, EntityPermission entityPermission) getItemDescriptionForUpdate
(Session session) boolean
getItemImageType
(EntityPermission entityPermission) getItemImageType
(Session session) getItemImageType
(Session session, EntityPermission entityPermission) getItemImageTypeForUpdate
(Session session) boolean
boolean
boolean
getWidth()
boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
void
setItemDescription
(ItemDescription entity) void
setItemDescriptionPK
(ItemDescriptionPK itemDescriptionPK) void
void
setItemImageType
(ItemImageType entity) void
setItemImageTypePK
(ItemImageTypePK itemImageTypePK) void
setScaledFromParent
(Boolean scaledFromParent) void
setThruTime
(Long thruTime) void
void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ItemImageDescription
Creates a new instance of ItemImageDescription- Throws:
PersistenceException
-
ItemImageDescription
Creates a new instance of ItemImageDescription
-
-
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
-
getItemImageDescriptionValue
-
setItemImageDescriptionValue
public void setItemImageDescriptionValue(ItemImageDescriptionValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getItemDescriptionPK
-
getItemDescription
-
getItemDescription
-
getItemDescription
-
getItemDescription
-
getItemDescriptionForUpdate
-
getItemDescriptionForUpdate
-
setItemDescriptionPK
public void setItemDescriptionPK(ItemDescriptionPK itemDescriptionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemDescription
-
getItemDescriptionPKHasBeenModified
-
getItemImageTypePK
-
getItemImageType
-
getItemImageType
-
getItemImageType
-
getItemImageType
-
getItemImageTypeForUpdate
-
getItemImageTypeForUpdate
-
setItemImageTypePK
public void setItemImageTypePK(ItemImageTypePK itemImageTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemImageType
-
getItemImageTypePKHasBeenModified
-
getHeight
-
setHeight
public void setHeight(Integer height) throws PersistenceNotNullException, PersistenceReadOnlyException -
getHeightHasBeenModified
-
getWidth
-
setWidth
public void setWidth(Integer width) throws PersistenceNotNullException, PersistenceReadOnlyException -
getWidthHasBeenModified
-
getScaledFromParent
-
setScaledFromParent
public void setScaledFromParent(Boolean scaledFromParent) throws PersistenceNotNullException, PersistenceReadOnlyException -
getScaledFromParentHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-