com.dotmarketing.portlets.campaigns.model
Class Click

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

public class Click
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
Click()
          default constructor
 
Method Summary
 int getClickCount()
           
 long getInode()
           
 java.lang.String getLink()
          Returns the link.
 void setClickCount(int clickCount)
           
 void setClickCount(java.lang.Object clickCount)
           
 void setInode(long inode)
          Sets the inode.
 void setLink(java.lang.String link)
          Sets the link.
 
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, toString, wait, wait, wait
 

Constructor Detail

Click

public Click()
default constructor

Method Detail

getInode

public long getInode()
Overrides:
getInode in class Inode

setInode

public void setInode(long inode)
Description copied from class: Inode
Sets the inode.

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

getClickCount

public int getClickCount()

setClickCount

public void setClickCount(int clickCount)

setClickCount

public void setClickCount(java.lang.Object clickCount)

getLink

public java.lang.String getLink()
Returns the link.

Returns:
String

setLink

public void setLink(java.lang.String link)
Sets the link.

Parameters:
link - The link to set


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.