public class GenericLinkDataBean extends ElementDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
Deprecated.
|
protected java.lang.String | image
Deprecated.
|
protected java.lang.String | linkPage
Deprecated.
|
protected java.lang.String | metaphor
Deprecated.
|
protected boolean | passConstraints
Deprecated.
|
protected java.lang.String | target
Deprecated.
|
protected java.lang.String | text
Deprecated.
|
Constructor and Description |
---|
GenericLinkDataBean()
Deprecated.
GenericLinkDataBean constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | getCommandInterfaceName()
Deprecated.
Returns the name of command which populates this bean.
|
java.lang.String | getImage()
Deprecated.
Returns the relative pathname of the image to use for the link.
|
java.lang.String | getLinkPage()
Deprecated.
Returns the relative url of the page to link to.
|
java.lang.String | getMetaphor()
Deprecated.
Returns the class name of the metaphor that this link represents.
|
boolean | getPassConstraints()
Deprecated.
Returns whether metaphor constraints passed into this page will be passed on to the page linked to.
|
java.lang.String | getTarget()
Deprecated.
Return the name of the target HTML frame.
|
java.lang.String | getText()
Deprecated.
Return the alternate text for this link.
|
void | setImage(java.lang.String newValue)
Deprecated.
Set the relative pathname of the image to use for this link.
|
void | setLinkPage(java.lang.String newValue)
Deprecated.
Set the relative url to link to.
|
void | setMetaphor(java.lang.String newValue)
Deprecated.
Set the name of the class for the metaphor that this link represents.
|
void | setPassConstraints(boolean newValue)
Deprecated.
Set whether metaphor constraints should be passed on to the page linked to.
|
void | setTarget(java.lang.String newValue)
Deprecated.
Set the name of the target HTML frame.
|
void | setText(java.lang.String newValue)
Deprecated.
Set the alternate text for the link.
|
public static final java.lang.String COPYRIGHT
protected java.lang.String linkPage
protected java.lang.String image
protected java.lang.String text
protected java.lang.String target
protected boolean passConstraints
protected java.lang.String metaphor
public GenericLinkDataBean()
public java.lang.String getCommandInterfaceName()
public java.lang.String getImage()
public java.lang.String getLinkPage()
public java.lang.String getMetaphor()
public boolean getPassConstraints()
public java.lang.String getTarget()
public java.lang.String getText()
public void setImage(java.lang.String newValue)
public void setLinkPage(java.lang.String newValue)
public void setMetaphor(java.lang.String newValue)
public void setPassConstraints(boolean newValue)
public void setTarget(java.lang.String newValue)
public void setText(java.lang.String newValue)