|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.hotlink.rememberme.bo.HotLink
it.eng.spagobi.hotlink.rememberme.bo.RememberMe
public class RememberMe
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 |
---|
protected java.lang.Integer id
protected java.lang.String name
protected java.lang.String description
protected java.lang.String userName
Constructor Detail |
---|
public RememberMe()
Method 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 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 |