org.ow2.jonas.webapp.jonasadmin.cmi
Class LBAttribute

java.lang.Object
  extended by org.ow2.jonas.webapp.jonasadmin.cmi.LBAttribute
All Implemented Interfaces:
Serializable

public class LBAttribute
extends Object
implements Serializable

Author:
eyindanga
See Also:
Serialized Form

Constructor Summary
LBAttribute()
          Default constructor
LBAttribute(String value, String key)
          Constructor using fields.
 
Method Summary
 String getKey()
           
 String getValue()
           
 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
 

Constructor Detail

LBAttribute

public LBAttribute()
Default constructor


LBAttribute

public LBAttribute(String value,
                   String key)
Constructor using fields.

Parameters:
value -
key -
Method Detail

getValue

public String getValue()
Returns:

setValue

public void setValue(String value)
Parameters:
value -

getKey

public String getKey()
Returns:

setKey

public void setKey(String key)
Parameters:
key -


Copyright © 2010 OW2 Consortium. All Rights Reserved.