com.elasticpath.domain.misc.impl
Class ImageRenderRequestImpl

java.lang.Object
  extended by com.elasticpath.domain.impl.AbstractEpDomainImpl
      extended by com.elasticpath.domain.impl.AbstractTransientImpl
          extended by com.elasticpath.domain.misc.impl.ImageRenderRequestImpl
All Implemented Interfaces:
EpDomain, ImageRenderRequest, Transient, java.io.Serializable

public class ImageRenderRequestImpl
extends AbstractTransientImpl
implements ImageRenderRequest

A default implemenation of ImageRenderRequest.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
          Serial version id.
 
Constructor Summary
ImageRenderRequestImpl()
           
 
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 class com.elasticpath.domain.impl.AbstractEpDomainImpl
getElasticPath, setElasticPath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.elasticpath.domain.EpDomain
getElasticPath, setElasticPath
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Serial version id.

See Also:
Constant Field Values
Constructor Detail

ImageRenderRequestImpl

public ImageRenderRequestImpl()
Method Detail

getImageFilePath

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

Specified by:
getImageFilePath in interface ImageRenderRequest
Returns:
the impage file path

getImageName

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

Specified by:
getImageName in interface ImageRenderRequest
Returns:
the image name

getPadding

public int getPadding()
Returns the padding.

Specified by:
getPadding in interface ImageRenderRequest
Returns:
the padding

getRequiredHeight

public int getRequiredHeight()
Returns the required height.

Specified by:
getRequiredHeight in interface ImageRenderRequest
Returns:
the required height

getRequiredWidth

public int getRequiredWidth()
Returns the required width.

Specified by:
getRequiredWidth in interface ImageRenderRequest
Returns:
the required width

setImageFielPath

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

Specified by:
setImageFielPath in interface ImageRenderRequest
Parameters:
imageFilePath - the image file path

setImageName

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

Specified by:
setImageName in interface ImageRenderRequest
Parameters:
imageName - the image name

setPadding

public void setPadding(int padding)
Sets the padding.

Specified by:
setPadding in interface ImageRenderRequest
Parameters:
padding - the padding

setRequiredHeight

public void setRequiredHeight(int requiredHeight)
Sets the required height.

Specified by:
setRequiredHeight in interface ImageRenderRequest
Parameters:
requiredHeight - the required height

setRequiredWidth

public void setRequiredWidth(int requiredWidth)
Sets the required width.

Specified by:
setRequiredWidth in interface ImageRenderRequest
Parameters:
requiredWidth - the required width