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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleangetWidth()booleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidvoidsetItemDescriptionPK(ItemDescriptionPK itemDescriptionPK) voidsetItemImageTypePK(ItemImageTypePK itemImageTypePK) voidsetScaledFromParent(Boolean scaledFromParent) voidsetThruTime(Long thruTime) voidtoString()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:
getBaseFactoryInstancein classBaseValue<ItemImageDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ItemImageDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ItemImageDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-