com.openexchange.admin.soap.dataobjects
Class Entry

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

public class Entry
extends java.lang.Object


Constructor Summary
Entry()
          Default constructor needed for Bean
Entry(java.lang.String key, java.lang.String value)
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.String getValue()
           
 void setKey(java.lang.String key)
           
 void setValue(java.lang.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(java.lang.String key,
             java.lang.String value)
Parameters:
key -
value -
Method Detail

getKey

public final java.lang.String getKey()

getValue

public final java.lang.String getValue()

setKey

public final void setKey(java.lang.String key)

setValue

public final void setValue(java.lang.String value)