it.eng.spagobi.hotlink.rememberme.bo
Class RememberMe

java.lang.Object
  extended by it.eng.spagobi.hotlink.rememberme.bo.HotLink
      extended by it.eng.spagobi.hotlink.rememberme.bo.RememberMe

public class RememberMe
extends HotLink

Author:
Zerbetto (davide.zerbetto@eng.it)

Field Summary
protected  java.lang.String description
           
protected  java.lang.Integer id
           
protected  java.lang.String name
           
protected  java.lang.String userName
           
 
Fields inherited from class it.eng.spagobi.hotlink.rememberme.bo.HotLink
documentDescription, documentLabel, documentName, documentType, engineName, objId, parameters, subObjId, subObjName
 
Constructor Summary
RememberMe()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the description.
 java.lang.Integer getId()
          Gets the id.
 java.lang.String getName()
          Gets the name.
 java.lang.String getUserName()
          Gets the user name.
 void setDescription(java.lang.String description)
          Sets the description.
 void setId(java.lang.Integer id)
          Sets the id.
 void setName(java.lang.String name)
          Sets the name.
 void setUserName(java.lang.String userName)
          Sets the user name.
 
Methods inherited from class it.eng.spagobi.hotlink.rememberme.bo.HotLink
getDocumentDescription, getDocumentLabel, getDocumentName, getDocumentType, getEngineName, getObjId, getParameters, getSubObjId, getSubObjName, setDocumentDescription, setDocumentLabel, setDocumentName, setDocumentType, setEngineName, setObjId, setParameters, setSubObjId, setSubObjName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.lang.Integer id

name

protected java.lang.String name

description

protected java.lang.String description

userName

protected java.lang.String userName
Constructor Detail

RememberMe

public RememberMe()
Method Detail

getId

public java.lang.Integer getId()
Gets the id.

Returns:
the id

setId

public void setId(java.lang.Integer id)
Sets the id.

Parameters:
id - the new id

getUserName

public java.lang.String getUserName()
Gets the user name.

Returns:
the user name

setUserName

public void setUserName(java.lang.String userName)
Sets the user name.

Parameters:
userName - the new user name

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name

getDescription

public java.lang.String getDescription()
Gets the description.

Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the description.

Parameters:
description - the new description