org.hibersap.configuration.xml
Class Properties
java.lang.Object
org.hibersap.configuration.xml.Properties
- All Implemented Interfaces:
- Serializable
public final class Properties
- extends Object
- implements Serializable
- See Also:
- Serialized Form
properties
protected List<Property> properties
Properties
public Properties()
getProperties
public List<Property> getProperties()
contains
public boolean contains(Property property)
remove
public boolean remove(Property property)
add
public void add(Property property)
size
public int size()
setProperties
public void setProperties(List<Property> properties)
setProperty
public void setProperty(String name,
String value)
getPropertyValue
public String getPropertyValue(String name)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012 akquinet tech@spree GmbH. All Rights Reserved.