| 
|||||||||
| 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 ImageRenderRequestpublic java.lang.String getImageName()
getImageName in interface ImageRenderRequestpublic int getPadding()
getPadding in interface ImageRenderRequestpublic int getRequiredHeight()
getRequiredHeight in interface ImageRenderRequestpublic int getRequiredWidth()
getRequiredWidth in interface ImageRenderRequestpublic void setImageFielPath(java.lang.String imageFilePath)
setImageFielPath in interface ImageRenderRequestimageFilePath - the image file pathpublic void setImageName(java.lang.String imageName)
setImageName in interface ImageRenderRequestimageName - the image namepublic void setPadding(int padding)
setPadding in interface ImageRenderRequestpadding - the paddingpublic void setRequiredHeight(int requiredHeight)
setRequiredHeight in interface ImageRenderRequestrequiredHeight - the required heightpublic void setRequiredWidth(int requiredWidth)
setRequiredWidth in interface ImageRenderRequestrequiredWidth - the required width
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||