|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.BeanPropertyDefinition
public class BeanPropertyDefinition
This class describes a bean property, and its mapping to an element's property. It is used in the BeanSheet to define report bean property definitions.
| Constructor Summary | |
|---|---|
BeanPropertyDefinition(String elemID,
String elemProperty,
Class type)
Create a bean property definition. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Compare two property definition. |
String |
getElementID()
Get the target element ID. |
String |
getElementProperty()
Get the target element property name. |
protected Method |
getGetter(ReportSheet bean)
Get the property getter method. |
Object |
getProperty(BeanSheet bean)
Get a bean property. |
protected Method |
getSetter(ReportSheet bean)
Get the property setter method. |
Class |
getType()
Get property type. |
void |
setElementID(String id)
Set the target element ID. |
void |
setElementProperty(String prop)
Set the target element property name. |
void |
setProperty(BeanSheet bean,
Object value)
Set a bean property. |
void |
setType(Class type)
Set property type. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanPropertyDefinition(String elemID,
String elemProperty,
Class type)
elemID - - the id of the element inside a bean sheetelemProperty - - the property name of the elementtype - - class type of this element| Method Detail |
|---|
public String getElementID()
public void setElementID(String id)
public String getElementProperty()
public void setElementProperty(String prop)
public Class getType()
public void setType(Class type)
public Object getProperty(BeanSheet bean)
public void setProperty(BeanSheet bean,
Object value)
protected Method getGetter(ReportSheet bean)
throws Exception
Exception
protected Method getSetter(ReportSheet bean)
throws Exception
Exceptionpublic boolean equals(Object obj)
equals in class Object
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||