org.hibersap.configuration.xml
Class Property

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

public class Property
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String name
           
protected  String value
           
 
Constructor Summary
Property()
           
Property(String name, String value)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
          Gets the value of the name properties.
 String getValue()
          Gets the value of the value properties.
 int hashCode()
           
 void setName(String value)
          Sets the value of the name properties.
 void setValue(String value)
          Sets the value of the value properties.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name

value

protected String value
Constructor Detail

Property

public Property()

Property

public Property(String name,
                String value)
Method Detail

getName

public String getName()
Gets the value of the name properties.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name properties.

Parameters:
value - allowed object is String

getValue

public String getValue()
Gets the value of the value properties.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value properties.

Parameters:
value - allowed object is String

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012 akquinet tech@spree GmbH. All Rights Reserved.