public class SupportBeanComplexProps extends Object implements Serializable, SupportMarkerInterface
Modifier and Type | Class and Description |
---|---|
static class |
SupportBeanComplexProps.SupportBeanSpecialGetterNested |
static class |
SupportBeanComplexProps.SupportBeanSpecialGetterNestedNested |
Modifier and Type | Field and Description |
---|---|
static String[] |
PROPERTIES |
Constructor and Description |
---|
SupportBeanComplexProps() |
SupportBeanComplexProps(int[] indexedProps) |
SupportBeanComplexProps(String simpleProperty,
Properties mappedProps,
int[] indexedProps,
Map<String,String> mapProperty,
int[] arrayProperty,
String nestedValue,
String nestedNestedValue) |
Modifier and Type | Method and Description |
---|---|
int[] |
getArrayProperty() |
int |
getIndexed(int index) |
String |
getMapped(String key) |
Map<String,String> |
getMapProperty() |
SupportBeanComplexProps.SupportBeanSpecialGetterNested |
getNested() |
Object[] |
getObjectArray() |
String |
getSimpleProperty() |
static SupportBeanComplexProps |
makeDefaultBean() |
void |
setArrayProperty(int[] arrayProperty) |
void |
setIndexed(int index,
int value) |
void |
setIndexedProps(int[] indexedProps) |
void |
setMappedProps(Properties mappedProps) |
void |
setMapProperty(Map<String,String> mapProperty) |
void |
setNested(SupportBeanComplexProps.SupportBeanSpecialGetterNested nested) |
void |
setObjectArray(Object[] objectArray) |
void |
setSimpleProperty(String simpleProperty) |
public static final String[] PROPERTIES
public SupportBeanComplexProps()
public SupportBeanComplexProps(int[] indexedProps)
public static SupportBeanComplexProps makeDefaultBean()
public String getSimpleProperty()
public void setSimpleProperty(String simpleProperty)
public int getIndexed(int index)
public SupportBeanComplexProps.SupportBeanSpecialGetterNested getNested()
public int[] getArrayProperty()
public void setIndexed(int index, int value)
public void setArrayProperty(int[] arrayProperty)
public void setIndexedProps(int[] indexedProps)
public void setMappedProps(Properties mappedProps)
public void setNested(SupportBeanComplexProps.SupportBeanSpecialGetterNested nested)
public Object[] getObjectArray()
public void setObjectArray(Object[] objectArray)
Copyright © 2005–2018. All rights reserved.