com.openexchange.admin.rmi.dataobjects
Class Entry

java.lang.Object
  extended by com.openexchange.admin.rmi.dataobjects.Entry

public class Entry
extends Object


Constructor Summary
Entry()
          Default constructor needed for Bean
Entry(String key, String value)
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 void setKey(String key)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Entry

public Entry()
Default constructor needed for Bean


Entry

public Entry(String key,
             String value)
Parameters:
key -
value -
Method Detail

getKey

public final String getKey()

getValue

public final String getValue()

setKey

public final void setKey(String key)

setValue

public final void setValue(String value)