|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GeneratedBean
A bean that has a set of properties that pertain to the generation of the bean.
| Method Summary | |
|---|---|
Object |
clone()
|
GeneratedBean |
cloneGeneratedBean()
A typesafe clone method |
Properties |
getProperties()
Returns a copy of this bean's properties. |
String |
getProperty(String pn)
Searches for the property with the specified name in the properties of this bean. |
void |
removeProperty(String pn)
Removes a property from this bean. |
void |
setProperty(String pn,
String pv)
Sets a property value for this bean. |
| Method Detail |
|---|
Object clone()
throws CloneNotSupportedException
CloneNotSupportedExceptionfor the Cloneable contract,
Object.clone()
GeneratedBean cloneGeneratedBean()
throws CreationException
CreationExceptionProperties getProperties()
void setProperty(String pn,
String pv)
pn - the (non-null) property namepv - the (non-null) property valuevoid removeProperty(String pn)
pn - the (non-null) property nameString getProperty(String pn)
null if the property is not
found.
pn - the property name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||