org.hibersap.configuration.xml
Class Properties

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

public final class Properties
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  List<Property> properties
           
 
Constructor Summary
Properties()
           
 
Method Summary
 void add(Property property)
           
 boolean contains(Property property)
           
 boolean equals(Object o)
           
 List<Property> getProperties()
           
 String getPropertyValue(String name)
           
 int hashCode()
           
 boolean remove(Property property)
           
 void setProperties(List<Property> properties)
           
 void setProperty(String name, String value)
           
 int size()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

properties

protected List<Property> properties
Constructor Detail

Properties

public Properties()
Method Detail

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.