|
||||||||||
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
public class HotLink
This class is a bean that contains all information needed to build a hot link: document identifier and other document attributes, and execution parameters.
Field Summary | |
---|---|
protected java.lang.String |
documentDescription
|
protected java.lang.String |
documentLabel
|
protected java.lang.String |
documentName
|
protected java.lang.String |
documentType
|
protected java.lang.String |
engineName
|
protected java.lang.Integer |
objId
|
protected java.lang.String |
parameters
|
protected java.lang.Integer |
subObjId
|
protected java.lang.String |
subObjName
|
Constructor Summary | |
---|---|
HotLink()
|
Method Summary | |
---|---|
java.lang.String |
getDocumentDescription()
Gets the document description. |
java.lang.String |
getDocumentLabel()
Gets the document label. |
java.lang.String |
getDocumentName()
Gets the document name. |
java.lang.String |
getDocumentType()
Gets the document type. |
java.lang.String |
getEngineName()
Gets the engine name. |
java.lang.Integer |
getObjId()
Gets the obj id. |
java.lang.String |
getParameters()
Gets the parameters. |
java.lang.Integer |
getSubObjId()
Gets the sub obj id. |
java.lang.String |
getSubObjName()
Gets the sub obj name. |
void |
setDocumentDescription(java.lang.String documentDescription)
Sets the document description. |
void |
setDocumentLabel(java.lang.String documentLabel)
Sets the document label. |
void |
setDocumentName(java.lang.String documentName)
Sets the document name. |
void |
setDocumentType(java.lang.String documentType)
Sets the document type. |
void |
setEngineName(java.lang.String engineName)
Sets the engine name. |
void |
setObjId(java.lang.Integer objId)
Sets the obj id. |
void |
setParameters(java.lang.String parameters)
Sets the parameters. |
void |
setSubObjId(java.lang.Integer subObjId)
Sets the sub obj id. |
void |
setSubObjName(java.lang.String subObjName)
Sets the sub obj name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Integer objId
protected java.lang.String documentLabel
protected java.lang.String documentName
protected java.lang.String documentDescription
protected java.lang.String documentType
protected java.lang.Integer subObjId
protected java.lang.String subObjName
protected java.lang.String parameters
protected java.lang.String engineName
Constructor Detail |
---|
public HotLink()
Method Detail |
---|
public java.lang.Integer getObjId()
public void setObjId(java.lang.Integer objId)
objId
- the new obj idpublic java.lang.String getDocumentLabel()
public void setDocumentLabel(java.lang.String documentLabel)
documentLabel
- the new document labelpublic java.lang.String getDocumentName()
public void setDocumentName(java.lang.String documentName)
documentName
- the new document namepublic java.lang.String getDocumentDescription()
public void setDocumentDescription(java.lang.String documentDescription)
documentDescription
- the new document descriptionpublic java.lang.String getDocumentType()
public void setDocumentType(java.lang.String documentType)
documentType
- the new document typepublic java.lang.String getParameters()
public void setParameters(java.lang.String parameters)
parameters
- the new parameterspublic java.lang.String getEngineName()
public void setEngineName(java.lang.String engineName)
engineName
- the new engine namepublic java.lang.Integer getSubObjId()
public void setSubObjId(java.lang.Integer subObjId)
subObjId
- the new sub obj idpublic java.lang.String getSubObjName()
public void setSubObjName(java.lang.String subObjName)
subObjName
- the new sub obj name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |