net.sf.mmm.util.xml.base.jaxb
Class Property

java.lang.Object
  extended by net.sf.mmm.util.xml.base.jaxb.Property

public class Property
extends Object

This class represents a simple property as JAXB bean.

Since:
2.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)

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

key

private String key
See Also:
getKey()

value

private String value
See Also:
getValue()
Constructor Detail

Property

public Property()
The constructor.


Property

public Property(String key,
                String value)
The constructor.

Parameters:
key - is the key.
value - is the value.
Method Detail

getKey

public String getKey()
This method gets the String.

Returns:
the String.

setKey

public void setKey(String key)
Parameters:
key - is the key to set

getValue

public String getValue()
This method gets the String.

Returns:
the String.

setValue

public void setValue(String value)
Parameters:
value - is the value to set


Copyright © 2001-2010 mmm-Team. All Rights Reserved.