org.apache.geronimo.gbean
Class GAttributeInfo
java.lang.Object
org.apache.geronimo.gbean.GAttributeInfo
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DynamicGAttributeInfo
public class GAttributeInfo
- extends Object
- implements Serializable
Describes an attibute of a GBean.
- See Also:
- Serialized Form
Constructor Summary |
GAttributeInfo(String name,
String type,
boolean persistent,
boolean manageable,
boolean readable,
boolean writable,
String getterName,
String setterName)
|
GAttributeInfo(String name,
String type,
boolean persistent,
boolean manageable,
String getterName,
String setterName)
|
GAttributeInfo
public GAttributeInfo(String name,
String type,
boolean persistent,
boolean manageable,
String getterName,
String setterName)
GAttributeInfo
public GAttributeInfo(String name,
String type,
boolean persistent,
boolean manageable,
boolean readable,
boolean writable,
String getterName,
String setterName)
getName
public String getName()
getType
public String getType()
isPersistent
public boolean isPersistent()
isManageable
public boolean isManageable()
isReadable
public boolean isReadable()
isWritable
public boolean isWritable()
getGetterName
public String getGetterName()
getSetterName
public String getSetterName()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.