|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.elasticpath.domain.impl.AbstractEpDomainImpl
com.elasticpath.domain.impl.AbstractTransientImpl
com.elasticpath.domain.misc.impl.ImageRenderRequestImpl
public class ImageRenderRequestImpl
A default implemenation of ImageRenderRequest
.
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 |
---|
public static final long serialVersionUID
Constructor Detail |
---|
public ImageRenderRequestImpl()
Method Detail |
---|
public java.lang.String getImageFilePath()
getImageFilePath
in interface ImageRenderRequest
public java.lang.String getImageName()
getImageName
in interface ImageRenderRequest
public int getPadding()
getPadding
in interface ImageRenderRequest
public int getRequiredHeight()
getRequiredHeight
in interface ImageRenderRequest
public int getRequiredWidth()
getRequiredWidth
in interface ImageRenderRequest
public void setImageFielPath(java.lang.String imageFilePath)
setImageFielPath
in interface ImageRenderRequest
imageFilePath
- the image file pathpublic void setImageName(java.lang.String imageName)
setImageName
in interface ImageRenderRequest
imageName
- the image namepublic void setPadding(int padding)
setPadding
in interface ImageRenderRequest
padding
- the paddingpublic void setRequiredHeight(int requiredHeight)
setRequiredHeight
in interface ImageRenderRequest
requiredHeight
- the required heightpublic void setRequiredWidth(int requiredWidth)
setRequiredWidth
in interface ImageRenderRequest
requiredWidth
- the required width
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |