it.eng.spagobi.hotlink.rememberme.metadata
Class SbiRememberMe

java.lang.Object
  extended by it.eng.spagobi.commons.metadata.SbiHibernateModel
      extended by it.eng.spagobi.hotlink.rememberme.metadata.SbiRememberMe
All Implemented Interfaces:
java.io.Serializable

public class SbiRememberMe
extends SbiHibernateModel

Author:
Zerbetto (davide.zerbetto@eng.it)
See Also:
Serialized Form

Constructor Summary
SbiRememberMe()
          default constructor.
SbiRememberMe(java.lang.Integer id)
          constructor with id.
 
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 getParameters()
          Gets the parameters.
 SbiObjects getSbiObject()
          Gets the sbi object.
 SbiSubObjects getSbiSubObject()
          Gets the sbi sub object.
 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 setParameters(java.lang.String parameters)
          Sets the parameters.
 void setSbiObject(SbiObjects sbiObject)
          Sets the sbi object.
 void setSbiSubObject(SbiSubObjects sbiSubObject)
          Sets the sbi sub object.
 void setUserName(java.lang.String userName)
          Sets the user name.
 
Methods inherited from class it.eng.spagobi.commons.metadata.SbiHibernateModel
getCommonInfo, setCommonInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiRememberMe

public SbiRememberMe()
default constructor.


SbiRememberMe

public SbiRememberMe(java.lang.Integer id)
constructor with id.

Parameters:
id - the id
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

getSbiObject

public SbiObjects getSbiObject()
Gets the sbi object.

Returns:
the sbi object

setSbiObject

public void setSbiObject(SbiObjects sbiObject)
Sets the sbi object.

Parameters:
sbiObject - the new sbi object

getParameters

public java.lang.String getParameters()
Gets the parameters.

Returns:
the parameters

setParameters

public void setParameters(java.lang.String parameters)
Sets the parameters.

Parameters:
parameters - the new parameters

getSbiSubObject

public SbiSubObjects getSbiSubObject()
Gets the sbi sub object.

Returns:
the sbi sub object

setSbiSubObject

public void setSbiSubObject(SbiSubObjects sbiSubObject)
Sets the sbi sub object.

Parameters:
sbiSubObject - the new sbi sub object

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