|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.cinecolombia.interfases.control.web.Parameter
Structure of a screen parameter
| Field Summary | |
private boolean |
direct
signals if the string value must be included directly or if it is name of a JSP to include |
private java.lang.String |
key
name of parameter: for example HtmlTitle, HtmlBody |
private java.lang.String |
value
value of parameter |
| Constructor Summary | |
Parameter(java.lang.String key,
java.lang.String value,
boolean direct)
Constructor for the Parameter object |
|
| Method Summary | |
java.lang.String |
getKey()
Gets the key attribute of the Parameter object |
java.lang.String |
getValue()
Gets the value attribute of the Parameter object |
boolean |
isDirect()
Gets the direct attribute of the Parameter object |
java.lang.String |
toString()
textual representation of Parameter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private java.lang.String key
private java.lang.String value
private boolean direct
| Constructor Detail |
public Parameter(java.lang.String key,
java.lang.String value,
boolean direct)
key - name of Parametervalue - value of Parameterdirect - value for direct attribute| Method Detail |
public boolean isDirect()
public java.lang.String getKey()
public java.lang.String getValue()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||