org.objectweb.jonas.webapp.jonasadmin.jonasmqconnect.util
Class Property

java.lang.Object
  extended by org.objectweb.jonas.webapp.jonasadmin.jonasmqconnect.util.Property
All Implemented Interfaces:
Serializable

public class Property
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Property(String name, String value, String text)
           
 
Method Summary
 String getName()
           
 String getText()
           
 String getValue()
           
 void setName(String name)
           
 void setText(String text)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property(String name,
                String value,
                String text)
Method Detail

getName

public String getName()
Returns:
Returns the name.

setName

public void setName(String name)
Parameters:
name - The name to set.

getValue

public String getValue()
Returns:
Returns the value.

setValue

public void setValue(String value)
Parameters:
value - The value to set.

getText

public String getText()
Returns:
Returns the text.

setText

public void setText(String text)
Parameters:
value - The text to set.


Copyright © 2007 OW2 Consortium. All Rights Reserved.