org.pentaho.platform.security.policy.rolebased.ws
Class StringKeyStringValueMapEntry

java.lang.Object
  extended by org.pentaho.platform.security.policy.rolebased.ws.StringKeyStringValueMapEntry

public class StringKeyStringValueMapEntry
extends Object

JAXB-safe map entry. (Goes in a List.)

Author:
mlowery

Field Summary
 String key
           
 String value
           
 
Constructor Summary
StringKeyStringValueMapEntry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public String key

value

public String value
Constructor Detail

StringKeyStringValueMapEntry

public StringKeyStringValueMapEntry()