org.apache.myfaces.tobago.config
Class Attribute

java.lang.Object
  extended by org.apache.myfaces.tobago.config.Attribute

public class Attribute
extends Object


Constructor Summary
Attribute()
           
 
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

Attribute

public Attribute()
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getKey

public String getKey()

setKey

public void setKey(String key)


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.