Class ItemImageDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ItemImageDescriptionPK>
com.echothree.model.data.item.server.value.ItemImageDescriptionValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ItemImageDescriptionValue
extends BaseValue<ItemImageDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionItemImageDescriptionValue
(ItemDescriptionPK itemDescriptionPK, ItemImageTypePK itemImageTypePK, Integer height, Integer width, Boolean scaledFromParent, Long fromTime, Long thruTime) Creates a new instance of ItemImageDescriptionValueItemImageDescriptionValue
(ItemImageDescriptionPK itemImageDescriptionPK, ItemDescriptionPK itemDescriptionPK, ItemImageTypePK itemImageTypePK, Integer height, Integer width, Boolean scaledFromParent, Long fromTime, Long thruTime) Creates a new instance of ItemImageDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
getWidth()
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
void
setItemDescriptionPK
(ItemDescriptionPK itemDescriptionPK) void
setItemImageTypePK
(ItemImageTypePK itemImageTypePK) void
setScaledFromParent
(Boolean scaledFromParent) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ItemImageDescriptionValue
public ItemImageDescriptionValue(ItemImageDescriptionPK itemImageDescriptionPK, ItemDescriptionPK itemDescriptionPK, ItemImageTypePK itemImageTypePK, Integer height, Integer width, Boolean scaledFromParent, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemImageDescriptionValue- Throws:
PersistenceNotNullException
-
ItemImageDescriptionValue
public ItemImageDescriptionValue(ItemDescriptionPK itemDescriptionPK, ItemImageTypePK itemImageTypePK, Integer height, Integer width, Boolean scaledFromParent, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemImageDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ItemImageDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ItemImageDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ItemImageDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ItemImageDescriptionPK>
-
getItemDescriptionPK
-
setItemDescriptionPK
public void setItemDescriptionPK(ItemDescriptionPK itemDescriptionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getItemDescriptionPKHasBeenModified
-
getItemImageTypePK
-
setItemImageTypePK
- Throws:
PersistenceNotNullException
-
getItemImageTypePKHasBeenModified
-
getHeight
-
setHeight
-
getHeightHasBeenModified
-
getWidth
-
setWidth
-
getWidthHasBeenModified
-
getScaledFromParent
-
setScaledFromParent
- Throws:
PersistenceNotNullException
-
getScaledFromParentHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-