| 
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.beasys.commerce.content.admin.LinkBuilder.LinkInfo
A data structure to store the link information.
| Field Summary | |
 java.lang.String | 
imageHeight
The preferred height of the image (null for none).  | 
 java.lang.String | 
imageText
The alternate text of the link image (null for none).  | 
 java.lang.String | 
imageUrl
The url of the link image (null for none).  | 
 java.lang.String | 
imageWidth
The preferred width of the image (null for none).  | 
 java.lang.String | 
target
The target of the link (null for none).  | 
 java.lang.String | 
text
The text of the link (should not be null).  | 
 java.lang.String | 
url
The url (should not be null).  | 
| Constructor Summary | |
LinkBuilder.LinkInfo()
 | 
|
| Method Summary | |
 java.lang.Object | 
clone()
Implement a public clone method.  | 
 java.lang.String | 
toString()
Get a string representation of this for debug purposes.  | 
 void | 
varSubstitute(VariableFinder vars)
Do a replacement on this object using the specified variables.  | 
| Methods inherited from class java.lang.Object | 
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
public java.lang.String url
public java.lang.String text
public java.lang.String target
public java.lang.String imageUrl
public java.lang.String imageText
public java.lang.String imageWidth
public java.lang.String imageHeight
| Constructor Detail | 
public LinkBuilder.LinkInfo()
| Method Detail | 
public java.lang.String toString()
toString in class java.lang.Objectpublic void varSubstitute(VariableFinder vars)
public java.lang.Object clone()
clone in class java.lang.Object
  | 
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||