org.objectweb.easybeans.component.quartz
Class Property

java.lang.Object
  extended by org.objectweb.easybeans.component.quartz.Property

public class Property
extends java.lang.Object

Properties for the quartz component.

Author:
Florent Benoit

Field Summary
private  java.lang.String name
          Name of the attribute.
private  java.lang.String value
          Value of the attribute.
 
Constructor Summary
Property()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 void setName(java.lang.String name)
          Sets the name of the property.
 void setValue(java.lang.String value)
          Sets the value of the property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private java.lang.String name
Name of the attribute.


value

private java.lang.String value
Value of the attribute.

Constructor Detail

Property

public Property()
Method Detail

getName

public java.lang.String getName()
Returns:
the name of the property

setName

public void setName(java.lang.String name)
Sets the name of the property.

Parameters:
name - the name of the property

getValue

public java.lang.String getValue()
Returns:
the value of the property

setValue

public void setValue(java.lang.String value)
Sets the value of the property.

Parameters:
value - the value of the property