com.ccg.io
Class Attribute

java.lang.Object
  extended by com.ccg.io.Attribute
All Implemented Interfaces:
Serializable

 class Attribute
extends Object
implements Serializable


Constructor Summary
Attribute(int id, String beanMeth, Object val)
           
 
Method Summary
 boolean equals(Object o)
           
 String getBeanMeth()
           
 int getId()
           
 Object getValue()
           
 void setValue(Object o)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attribute

Attribute(int id,
          String beanMeth,
          Object val)
Method Detail

getId

public int getId()

getBeanMeth

public String getBeanMeth()

getValue

public Object getValue()

setValue

public void setValue(Object o)

equals

public boolean equals(Object o)
Overrides:
equals in class Object


Copyright 1998-1998-2006 null. All Rights Reserved.