org.objectweb.jonas.webapp.jonasadmin.jonasmqconnect.util
Class Property
java.lang.Object
org.objectweb.jonas.webapp.jonasadmin.jonasmqconnect.util.Property
- All Implemented Interfaces:
- Serializable
public class Property
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Property
public Property(String name,
String value,
String text)
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.