sharin.doc.builder
Class Attr

java.lang.Object
  extended by sharin.doc.builder.Attr

public class Attr
extends Object


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

Constructor Detail

Attr

public Attr(String name,
            Object value)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getValue

public Object getValue()

setValue

public void setValue(Object value)


Copyright © 2009 SHU. All Rights Reserved.