| java.lang.Object org.apache.geronimo.gbean.GAttributeInfo
All known Subclasses: org.apache.geronimo.gbean.DynamicGAttributeInfo,
GAttributeInfo | public class GAttributeInfo implements Serializable(Code) | | Describes an attibute of a GBean.
version: $Rev: 564608 $ $Date: 2007-08-10 07:43:14 -0700 (Fri, 10 Aug 2007) $ |
Constructor Summary | |
public | GAttributeInfo(String name, String type, boolean persistent, boolean manageable, String getterName, String setterName) | public | GAttributeInfo(String name, String type, boolean persistent, boolean manageable, boolean readable, boolean writable, String getterName, String setterName) |
GAttributeInfo | public GAttributeInfo(String name, String type, boolean persistent, boolean manageable, boolean readable, boolean writable, String getterName, String setterName)(Code) | | |
isManageable | public boolean isManageable()(Code) | | |
isPersistent | public boolean isPersistent()(Code) | | |
isReadable | public boolean isReadable()(Code) | | |
isWritable | public boolean isWritable()(Code) | | |
|
|