ar.com.fdvs.dj.domain
Class ImageBanner

java.lang.Object
  extended by ar.com.fdvs.dj.domain.DJBaseElement
      extended by ar.com.fdvs.dj.domain.ImageBanner
All Implemented Interfaces:
Entity, java.io.Serializable

public class ImageBanner
extends DJBaseElement

See Also:
Serialized Form

Field Summary
static byte ALIGN_CENTER
           
static byte ALIGN_LEFT
           
static byte ALIGN_RIGHT
           
 
Fields inherited from interface ar.com.fdvs.dj.domain.entities.Entity
SERIAL_VERSION_UID
 
Constructor Summary
ImageBanner()
           
ImageBanner(java.lang.String imagePath, int width, int height, byte align)
           
 
Method Summary
 byte getAlign()
           
 int getHeight()
           
 java.lang.String getImagePath()
           
 ImageScaleMode getScaleMode()
           
 int getWidth()
           
 void setAlign(byte orientation)
           
 void setHeight(int height)
           
 void setImagePath(java.lang.String imagePath)
           
 void setScaleMode(ImageScaleMode scaleMode)
           
 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)

getScaleMode

public ImageScaleMode getScaleMode()

setScaleMode

public void setScaleMode(ImageScaleMode scaleMode)


Copyright © 2006-2011 FDV Solutions. All Rights Reserved.