org.wso2.carbon.proxyadmin.common
Class Entry

java.lang.Object
  extended by org.wso2.carbon.proxyadmin.common.Entry

public class Entry
extends Object

Class Entry is used to represent an element in a map. The Axis2 codegeneration does not handle java.util.Collection types. Therefore a map is created using an array of Entry instances.


Constructor Summary
Entry()
           
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Entry

public Entry()

Entry

public Entry(String key,
             String value)
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2015 WSO2. All rights reserved.