ar.com.fdvs.dj.domain
Class ImageBanner

java.lang.Object
  extended by ar.com.fdvs.dj.domain.ImageBanner

public class ImageBanner
extends java.lang.Object


Field Summary
static byte ALIGN_CENTER
           
static byte ALIGN_LEFT
           
static byte ALIGN_RIGHT
           
 
Constructor Summary
ImageBanner()
           
ImageBanner(java.lang.String imagePath, int width, int height, byte align)
           
 
Method Summary
 byte getAlign()
           
 int getHeight()
           
 java.lang.String getImagePath()
           
 int getWidth()
           
 void setAlign(byte orientation)
           
 void setHeight(int height)
           
 void setImagePath(java.lang.String imagePath)
           
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ImageBanner

public ImageBanner()

ImageBanner

public ImageBanner(java.lang.String imagePath,
                   int width,
                   int height,
                   byte align)
Method Detail

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.