org.drools.xml.jaxb.util
Class JaxbStringObjectPair

java.lang.Object
  extended by org.drools.xml.jaxb.util.JaxbStringObjectPair

public class JaxbStringObjectPair
extends Object


Constructor Summary
JaxbStringObjectPair()
           
JaxbStringObjectPair(String key, Object value)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getKey()
           
 Object getValue()
           
 int hashCode()
           
 void setKey(String key)
           
 void setValue(Object value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JaxbStringObjectPair

public JaxbStringObjectPair()

JaxbStringObjectPair

public JaxbStringObjectPair(String key,
                            Object value)
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

getValue

public Object getValue()

setValue

public void setValue(Object value)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.