|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.commons.metadata.SbiHibernateModel
it.eng.spagobi.hotlink.rememberme.metadata.SbiRememberMe
public class SbiRememberMe
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 |
---|
public SbiRememberMe()
public SbiRememberMe(java.lang.Integer id)
id
- the idMethod Detail |
---|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
id
- the new idpublic java.lang.String getUserName()
public void setUserName(java.lang.String userName)
userName
- the new user namepublic SbiObjects getSbiObject()
public void setSbiObject(SbiObjects sbiObject)
sbiObject
- the new sbi objectpublic java.lang.String getParameters()
public void setParameters(java.lang.String parameters)
parameters
- the new parameterspublic SbiSubObjects getSbiSubObject()
public void setSbiSubObject(SbiSubObjects sbiSubObject)
sbiSubObject
- the new sbi sub objectpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the new description
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |