|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.noco.dtogen.model.BeanPropertySkel
A simple data structure containing all required informations about POJO and DTO.
Field Summary | |
java.lang.String |
accessorComment
DTO bean property getter comment. |
java.lang.String[] |
accessorExceptions
DTO bean property getter exceptions. |
java.lang.String |
accessorScope
Suggested DTO bean property getter scope. |
java.lang.String |
accessorSignature
DTO accessor name. |
static int |
ARRAY_TYPE
|
int |
arrayDim
In case of an array the dimensions. |
int |
beanMode
Bean conversion mode. |
static int |
COLLECTION_TYPE
|
java.lang.String |
dataType
DTO bean property type. |
java.lang.String |
elementType
DTO element of collection bean property data type. |
java.lang.String |
fieldComment
DTO bean property field comment. |
java.lang.String |
fieldScope
DTO bean property field scope. |
boolean |
generate
Flag marking if the bean property must be included in the generated source. |
boolean |
hasError
Flag marking if the bean property contains description problems. |
boolean |
isInherited
|
java.lang.String |
keyType
DTO map key data type. |
static int |
MAP_TYPE
|
java.util.Map |
modelBeanPropertyInfos
Map |
java.lang.String |
mutatorComment
DTO bean property setter comment. |
java.lang.String[] |
mutatorExceptions
DTO bean property setter exceptions. |
java.lang.String |
mutatorScope
Suggested DTO bean property setter scope. |
java.lang.String |
mutatorSignature
DTO mutator signature. |
java.lang.String |
name
DTO bean property name. |
boolean |
pk
Marks this bean property as a PK. |
static int |
SIMPLE_TYPE
|
java.lang.String |
superPropertyScope
|
boolean |
useInEquals
DTO bean property is used in equals implementation. |
boolean |
useInToString
DTO bean property is used in toString implementation. |
Constructor Summary | |
BeanPropertySkel()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int SIMPLE_TYPE
public static final int COLLECTION_TYPE
public static final int ARRAY_TYPE
public static final int MAP_TYPE
public int beanMode
public boolean pk
public boolean generate
public boolean hasError
public java.lang.String name
public java.lang.String dataType
public java.lang.String elementType
public java.lang.String keyType
public java.lang.String accessorComment
public java.lang.String[] accessorExceptions
public java.lang.String accessorScope
public java.lang.String accessorSignature
public java.lang.String fieldScope
public java.lang.String fieldComment
public java.lang.String mutatorComment
public java.lang.String[] mutatorExceptions
public java.lang.String mutatorScope
public java.lang.String mutatorSignature
public int arrayDim
public boolean useInEquals
public boolean useInToString
public java.util.Map modelBeanPropertyInfos
public boolean isInherited
public java.lang.String superPropertyScope
Constructor Detail |
public BeanPropertySkel()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |