com.elasticpath.domain.misc
Interface ImageRenderRequest

All Superinterfaces:
EpDomain, java.io.Serializable, Transient
All Known Implementing Classes:
ImageRenderRequestImpl

public interface ImageRenderRequest
extends Transient

Represents a request to render a image.


Method Summary
 java.lang.String getImageFilePath()
          Returns the impage file path.
 java.lang.String getImageName()
          Return the image name.
 int getPadding()
          Returns the padding.
 int getRequiredHeight()
          Returns the required height.
 int getRequiredWidth()
          Returns the required width.
 void setImageFielPath(java.lang.String imageFilePath)
          Sets the image file path.
 void setImageName(java.lang.String imageName)
          Sets the image name.
 void setPadding(int padding)
          Sets the padding.
 void setRequiredHeight(int requiredHeight)
          Sets the required height.
 void setRequiredWidth(int requiredWidth)
          Sets the required width.
 
Methods inherited from interface com.elasticpath.domain.EpDomain
getElasticPath, setElasticPath
 

Method Detail

getImageFilePath

java.lang.String getImageFilePath()
Returns the impage file path.

Returns:
the impage file path

getImageName

java.lang.String getImageName()
Return the image name.

Returns:
the image name

getPadding

int getPadding()
Returns the padding.

Returns:
the padding

getRequiredHeight

int getRequiredHeight()
Returns the required height.

Returns:
the required height

getRequiredWidth

int getRequiredWidth()
Returns the required width.

Returns:
the required width

setImageFielPath

void setImageFielPath(java.lang.String imageFilePath)
Sets the image file path.

Parameters:
imageFilePath - the image file path

setImageName

void setImageName(java.lang.String imageName)
Sets the image name.

Parameters:
imageName - the image name

setPadding

void setPadding(int padding)
Sets the padding.

Parameters:
padding - the padding

setRequiredHeight

void setRequiredHeight(int requiredHeight)
Sets the required height.

Parameters:
requiredHeight - the required height

setRequiredWidth

void setRequiredWidth(int requiredWidth)
Sets the required width.

Parameters:
requiredWidth - the required width