org.mwolff.struts.back
Class ArrayEntry

java.lang.Object
  extended by org.mwolff.struts.back.ArrayEntry

public class ArrayEntry
extends java.lang.Object

Since:
1.0
Author:
Manfred Wolff

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

ArrayEntry

public ArrayEntry()
Default Contructor.


ArrayEntry

public ArrayEntry(java.lang.Object value)
Constructor with value.

Parameters:
value - The value to be set.
Method Detail

getValue

public final java.lang.Object getValue()
Gets the value of the entry.

Returns:
The value of the entry.

setValue

public final void setValue(java.lang.Object value)
Sets the value of the entry.

Parameters:
value - The value of the entry.


Copyright © 2006 Dipl-Inf. Manfred Wolff. All Rights Reserved.