com.ibm.commerce.pa.beans
Class CompareListLinkDataBean

java.lang.Object
  |
  +--com.ibm.commerce.pa.beans.DynamicDataBeanImpl
        |
        +--com.ibm.commerce.pa.widget.beans.ColumnDataBean
              |
              +--com.ibm.commerce.pa.beans.CompareListLinkDataBean
All Implemented Interfaces:
CommandDataBean, DataBean, DynamicDataBean, InputDataBean, java.io.Serializable

public class CompareListLinkDataBean
extends ColumnDataBean

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
protected  java.lang.String linkHeading
           
protected  java.lang.String linkPage
           
protected  java.lang.String linkText
           
protected  java.lang.String target
           
 
Fields inherited from class com.ibm.commerce.pa.widget.beans.ColumnDataBean
column, formElementName, undoURL
 
Fields inherited from class com.ibm.commerce.pa.beans.DynamicDataBeanImpl
constraintList, defaultWidget, errorCode, errorMessage, interfaceName, metaData, pageName, parent, parentName, requestProperties, scriptName
 
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
 
Constructor Summary
CompareListLinkDataBean()
          CompareListLink constructor comment.
 
Method Summary
 java.lang.String getLinkHeading()
          This method gets the link heading.
 java.lang.String getLinkPage()
          This method gets the link page.
 java.lang.String getLinkText()
          This method gets the link text.
 java.lang.String getTarget()
          This method gets the target.
 void setLinkHeading(java.lang.String newValue)
          This method sets the link heading.
 void setLinkPage(java.lang.String newValue)
          This method sets the link page to be used.
 void setLinkText(java.lang.String newValue)
          This method sets the link text to be used.
 void setTarget(java.lang.String newValue)
          This method sets the target to be used.
 
Methods inherited from class com.ibm.commerce.pa.widget.beans.ColumnDataBean
addElement, copy, getColumn, getCommandInterfaceName, getDataElementAt, getElementAt, getFormElementName, getSize, getUndoURL, insertElementAt, isNull, setColumn, setFormElementName, setUndoURL
 
Methods inherited from class com.ibm.commerce.pa.beans.DynamicDataBeanImpl
addConstraint, getConstraintList, getDefaultWidget, getErrorCode, getErrorMessage, getMetaData, getPageName, getParent, getParentName, getRequestProperties, getScriptName, setCommandInterfaceName, setConstraintList, setDefaultWidget, setErrorCode, setErrorMessage, setMetaData, setPageName, setParent, setParentName, setRequestProperties, setScriptName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

linkHeading

protected java.lang.String linkHeading

linkPage

protected java.lang.String linkPage

linkText

protected java.lang.String linkText

target

protected java.lang.String target
Constructor Detail

CompareListLinkDataBean

public CompareListLinkDataBean()
CompareListLink constructor comment.
Method Detail

getLinkHeading

public java.lang.String getLinkHeading()
This method gets the link heading.
Returns:
java.lang.String The link heading

getLinkPage

public java.lang.String getLinkPage()
This method gets the link page.
Returns:
java.lang.String The link page.

getLinkText

public java.lang.String getLinkText()
This method gets the link text.
Returns:
java.lang.String The link text.

getTarget

public java.lang.String getTarget()
This method gets the target.
Returns:
java.lang.String The target.

setLinkHeading

public void setLinkHeading(java.lang.String newValue)
This method sets the link heading.
Parameters:
newValue - java.lang.String The link heading to be used.

setLinkPage

public void setLinkPage(java.lang.String newValue)
This method sets the link page to be used.
Parameters:
newValue - java.lang.String The link page to be used.

setLinkText

public void setLinkText(java.lang.String newValue)
This method sets the link text to be used.
Parameters:
newValue - java.lang.String The link text to be used.

setTarget

public void setTarget(java.lang.String newValue)
This method sets the target to be used.
Parameters:
newValue - java.lang.String The target to be used.