org.sca4j.binding.jms.common
Class PropertyAwareObject

java.lang.Object
  extended by org.sca4j.scdl.ModelObject
      extended by org.sca4j.binding.jms.common.PropertyAwareObject
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AdministeredObjectDefinition, HeadersDefinition, OperationPropertiesDefinition

public abstract class PropertyAwareObject
extends org.sca4j.scdl.ModelObject

See Also:
Serialized Form

Constructor Summary
PropertyAwareObject()
           
 
Method Summary
 void addProperty(java.lang.String name, java.lang.String value)
          Add a Property.
 java.util.Map<java.lang.String,java.lang.String> getProperties()
          Returns properties used to create the administered object.
 void setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
          Sets the properties used to create the administered object.
 
Methods inherited from class org.sca4j.scdl.ModelObject
validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyAwareObject

public PropertyAwareObject()
Method Detail

setProperties

public void setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
Sets the properties used to create the administered object.

Parameters:
properties - used to create the administered object.

addProperty

public void addProperty(java.lang.String name,
                        java.lang.String value)
Add a Property.

Parameters:
name - Name of the property.
value - Value of the property.

getProperties

public java.util.Map<java.lang.String,java.lang.String> getProperties()
Returns properties used to create the administered object.

Returns:
Properties used to create the administered object.


Copyright © 2008-2010 Service Symphony. All Rights Reserved.