org.hibersap.configuration.xml
Class Property
java.lang.Object
org.hibersap.configuration.xml.Property
- All Implemented Interfaces:
- Serializable
public class Property
- extends Object
- implements Serializable
- See Also:
- Serialized Form
name
protected String name
value
protected String value
Property
public Property()
Property
public Property(String name,
String value)
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.