|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mwolff.struts.back.ArrayEntry
public class ArrayEntry
| Constructor Summary | |
|---|---|
ArrayEntry()
Default Contructor. |
|
ArrayEntry(java.lang.Object value)
Constructor with value. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getValue()
Gets the value of the entry. |
void |
setValue(java.lang.Object value)
Sets the value of the entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArrayEntry()
public ArrayEntry(java.lang.Object value)
value - The value to be set.| Method Detail |
|---|
public final java.lang.Object getValue()
public final void setValue(java.lang.Object value)
value - The value of the entry.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||