org.hibersap.configuration.xml
Class Property

java.lang.Object
  extended by org.hibersap.configuration.xml.Property
All Implemented Interfaces:
Serializable

public final class Property
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Property()
           
Property(String name, String value)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 String getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Property

public Property()

Property

public Property(String name,
                String value)
Method Detail

getName

public String getName()

getValue

public String getValue()

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 © 2011 akquinet tech@spree GmbH. All Rights Reserved.