public class IADataForComplexProperty
extends java.lang.Object
NestedComplexPropertyIA.| Modifier and Type | Field and Description |
|---|---|
(package private) AggregationType |
aggregationType |
(package private) java.lang.String |
complexPropertyName |
(package private) boolean |
inError |
private java.lang.Object |
nestedComplexProperty |
(package private) PropertySetter |
parentBean |
| Constructor and Description |
|---|
IADataForComplexProperty(PropertySetter parentBean,
AggregationType aggregationType,
java.lang.String complexPropertyName) |
| Modifier and Type | Method and Description |
|---|---|
AggregationType |
getAggregationType() |
java.lang.String |
getComplexPropertyName() |
java.lang.Object |
getNestedComplexProperty() |
void |
setNestedComplexProperty(java.lang.Object nestedComplexProperty) |
final PropertySetter parentBean
final AggregationType aggregationType
final java.lang.String complexPropertyName
private java.lang.Object nestedComplexProperty
boolean inError
public IADataForComplexProperty(PropertySetter parentBean, AggregationType aggregationType, java.lang.String complexPropertyName)
public AggregationType getAggregationType()
public java.lang.Object getNestedComplexProperty()
public java.lang.String getComplexPropertyName()
public void setNestedComplexProperty(java.lang.Object nestedComplexProperty)