ar.com.fdvs.dj.domain
Class ImageBanner
java.lang.Object
ar.com.fdvs.dj.domain.ImageBanner
public class ImageBanner
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALIGN_LEFT
public static final byte ALIGN_LEFT
- See Also:
- Constant Field Values
ALIGN_RIGHT
public static final byte ALIGN_RIGHT
- See Also:
- Constant Field Values
ALIGN_CENTER
public static final byte ALIGN_CENTER
- See Also:
- Constant Field Values
ImageBanner
public ImageBanner()
ImageBanner
public ImageBanner(java.lang.String imagePath,
int width,
int height,
byte align)
getHeight
public int getHeight()
setHeight
public void setHeight(int height)
getImagePath
public java.lang.String getImagePath()
setImagePath
public void setImagePath(java.lang.String imagePath)
getAlign
public byte getAlign()
setAlign
public void setAlign(byte orientation)
getWidth
public int getWidth()
setWidth
public void setWidth(int width)
Copyright © 2006-2008 FDV Solutions. All Rights Reserved.