com.dotmarketing.portlets.banners.model
Class Banner

java.lang.Object
  extended by com.dotmarketing.beans.Inode
      extended by com.dotmarketing.portlets.banners.model.Banner
All Implemented Interfaces:
java.io.Serializable

public class Banner
extends Inode
implements java.io.Serializable

Author:
Hibernate CodeGenerator
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dotmarketing.beans.Inode
inode
 
Constructor Summary
Banner()
          default constructor
 
Method Summary
 java.lang.String getAltText()
           
 java.lang.String getBody()
           
 java.lang.String getCaption()
          Returns the caption.
 java.lang.String[] getCategories()
          Returns the categories.
 java.util.Date getEndDate()
           
 long getHtmlpage()
           
 long getImage()
           
 java.lang.String getImageFile()
           
 int getImageHeight()
           
 int getImageWidth()
           
 long getInode()
          Returns the inode.
 java.lang.String getLink()
           
 int getNmbrClicks()
           
 int getNmbrViews()
           
 long getParent()
           
 java.lang.String getPath()
           
 java.lang.String getPlacement()
           
 java.util.Date getStartDate()
           
 java.lang.String getTitle()
           
 boolean isActive()
          Returns the active.
 boolean isNewWindow()
          Returns the newWindow.
 void setActive(boolean active)
          Sets the active.
 void setAltText(java.lang.String altText)
           
 void setBody(java.lang.String body)
           
 void setCaption(java.lang.String caption)
          Sets the caption.
 void setCategories(java.lang.String[] categories)
          Sets the categories.
 void setEndDate(java.util.Date endDate)
           
 void setHtmlpage(long htmlpage)
           
 void setImage(long image)
           
 void setImageFile(java.lang.String imageFile)
           
 void setImageHeight(int imageHeight)
           
 void setImageWidth(int imageWidth)
           
 void setInode(long inode)
          Sets the inode.
 void setLink(java.lang.String link)
           
 void setNewWindow(boolean newWindow)
          Sets the newWindow.
 void setNmbrClicks(int nmbrClicks)
           
 void setNmbrViews(int nmbrViews)
           
 void setParent(long parent)
           
 void setPath(java.lang.String path)
           
 void setPlacement(java.lang.String placement)
           
 void setStartDate(java.util.Date startDate)
           
 void setTitle(java.lang.String title)
           
 java.lang.String toString()
           
 
Methods inherited from class com.dotmarketing.beans.Inode
addChild, addChild, addParent, addParent, deleteChild, deleteChild, deleteParent, deleteParent, equals, getiDate, getIDate, getIdentifier, getMap, getOwner, getType, hasChildren, hasParents, isNew, setiDate, setIDate, setIDate, setIdentifier, setInode, setOwner, setOwner, setParents, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Banner

public Banner()
default constructor

Method Detail

getPath

public java.lang.String getPath()
Returns:
Returns the path.

setPath

public void setPath(java.lang.String path)
Parameters:
path - The path to set.

getPlacement

public java.lang.String getPlacement()
Returns:
Returns the placement.

setPlacement

public void setPlacement(java.lang.String placement)
Parameters:
placement - The placement to set.

getTitle

public java.lang.String getTitle()

setTitle

public void setTitle(java.lang.String title)

getImageFile

public java.lang.String getImageFile()

setImageFile

public void setImageFile(java.lang.String imageFile)

getImageWidth

public int getImageWidth()

setImageWidth

public void setImageWidth(int imageWidth)

getImageHeight

public int getImageHeight()

setImageHeight

public void setImageHeight(int imageHeight)

getAltText

public java.lang.String getAltText()

setAltText

public void setAltText(java.lang.String altText)

getLink

public java.lang.String getLink()

setLink

public void setLink(java.lang.String link)

getStartDate

public java.util.Date getStartDate()

setStartDate

public void setStartDate(java.util.Date startDate)

getEndDate

public java.util.Date getEndDate()

setEndDate

public void setEndDate(java.util.Date endDate)

getBody

public java.lang.String getBody()

setBody

public void setBody(java.lang.String body)

getNmbrViews

public int getNmbrViews()

setNmbrViews

public void setNmbrViews(int nmbrViews)

getNmbrClicks

public int getNmbrClicks()

setNmbrClicks

public void setNmbrClicks(int nmbrClicks)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

isActive

public boolean isActive()
Returns the active.

Returns:
boolean

isNewWindow

public boolean isNewWindow()
Returns the newWindow.

Returns:
boolean

setActive

public void setActive(boolean active)
Sets the active.

Parameters:
active - The active to set

setNewWindow

public void setNewWindow(boolean newWindow)
Sets the newWindow.

Parameters:
newWindow - The newWindow to set

getInode

public long getInode()
Returns the inode.

Overrides:
getInode in class Inode
Returns:
long

setInode

public void setInode(long inode)
Sets the inode.

Overrides:
setInode in class Inode
Parameters:
inode - The inode to set

getCategories

public java.lang.String[] getCategories()
Returns the categories.

Returns:
String[]

setCategories

public void setCategories(java.lang.String[] categories)
Sets the categories.

Parameters:
categories - The categories to set

getCaption

public java.lang.String getCaption()
Returns the caption.

Returns:
String

setCaption

public void setCaption(java.lang.String caption)
Sets the caption.

Parameters:
caption - The caption to set

getImage

public long getImage()
Returns:
Returns the image.

setImage

public void setImage(long image)
Parameters:
image - The image to set.

getParent

public long getParent()
Returns:
Returns the parent.

setParent

public void setParent(long parent)
Parameters:
parent - The parent to set.

getHtmlpage

public long getHtmlpage()
Returns:
Returns the htmlpage.

setHtmlpage

public void setHtmlpage(long htmlpage)
Parameters:
htmlpage - The htmlpage to set.


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.