|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.component.quartz.Property
public class Property
Properties for the quartz component.
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 |
---|
private java.lang.String name
private java.lang.String value
Constructor Detail |
---|
public Property()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name of the propertypublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the value of the property
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |