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

java.lang.Object
  extended by it.eng.spagobi.hotlink.rememberme.bo.HotLink
Direct Known Subclasses:
RememberMe

public class HotLink
extends java.lang.Object

This class is a bean that contains all information needed to build a hot link: document identifier and other document attributes, and execution parameters.

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

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

objId

protected java.lang.Integer objId

documentLabel

protected java.lang.String documentLabel

documentName

protected java.lang.String documentName

documentDescription

protected java.lang.String documentDescription

documentType

protected java.lang.String documentType

subObjId

protected java.lang.Integer subObjId

subObjName

protected java.lang.String subObjName

parameters

protected java.lang.String parameters

engineName

protected java.lang.String engineName
Constructor Detail

HotLink

public HotLink()
Method Detail

getObjId

public java.lang.Integer getObjId()
Gets the obj id.

Returns:
the obj id

setObjId

public void setObjId(java.lang.Integer objId)
Sets the obj id.

Parameters:
objId - the new obj id

getDocumentLabel

public java.lang.String getDocumentLabel()
Gets the document label.

Returns:
the document label

setDocumentLabel

public void setDocumentLabel(java.lang.String documentLabel)
Sets the document label.

Parameters:
documentLabel - the new document label

getDocumentName

public java.lang.String getDocumentName()
Gets the document name.

Returns:
the document name

setDocumentName

public void setDocumentName(java.lang.String documentName)
Sets the document name.

Parameters:
documentName - the new document name

getDocumentDescription

public java.lang.String getDocumentDescription()
Gets the document description.

Returns:
the document description

setDocumentDescription

public void setDocumentDescription(java.lang.String documentDescription)
Sets the document description.

Parameters:
documentDescription - the new document description

getDocumentType

public java.lang.String getDocumentType()
Gets the document type.

Returns:
the document type

setDocumentType

public void setDocumentType(java.lang.String documentType)
Sets the document type.

Parameters:
documentType - the new document type

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

getEngineName

public java.lang.String getEngineName()
Gets the engine name.

Returns:
the engine name

setEngineName

public void setEngineName(java.lang.String engineName)
Sets the engine name.

Parameters:
engineName - the new engine name

getSubObjId

public java.lang.Integer getSubObjId()
Gets the sub obj id.

Returns:
the sub obj id

setSubObjId

public void setSubObjId(java.lang.Integer subObjId)
Sets the sub obj id.

Parameters:
subObjId - the new sub obj id

getSubObjName

public java.lang.String getSubObjName()
Gets the sub obj name.

Returns:
the sub obj name

setSubObjName

public void setSubObjName(java.lang.String subObjName)
Sets the sub obj name.

Parameters:
subObjName - the new sub obj name