|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mmm.util.xml.base.jaxb.Property
public class Property
This class represents a simple
property as JAXB bean.
| Field Summary | |
|---|---|
private String |
key
|
private String |
value
|
| Constructor Summary | |
|---|---|
Property()
The constructor. |
|
Property(String key,
String value)
The constructor. |
|
| Method Summary | |
|---|---|
String |
getKey()
This method gets the String. |
String |
getValue()
This method gets the String. |
void |
setKey(String key)
|
void |
setValue(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private String key
getKey()private String value
getValue()| Constructor Detail |
|---|
public Property()
public Property(String key,
String value)
key - is the key.value - is the value.| Method Detail |
|---|
public String getKey()
String.
String.public void setKey(String key)
key - is the key to setpublic String getValue()
String.
String.public void setValue(String value)
value - is the value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||