public class AttributeMetaInfo extends Object
| Constructor and Description |
|---|
AttributeMetaInfo()
create new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApiName() |
Field |
getClassField() |
String |
getColumnName() |
int |
getLength() |
Class<?> |
getType() |
boolean |
isIdReference() |
boolean |
isNullAllowed() |
boolean |
isScrambleOn() |
void |
setApiName(String sName) |
void |
setAsIdReference(boolean bIsReference) |
void |
setClassField(Field aField) |
void |
setColumnName(String sColumn) |
void |
setLength(int nLength) |
void |
setNullAllowed(boolean bNullAllowed) |
void |
setScramble(boolean bScramble) |
String |
toString() |
void |
verify() |
Copyright © 2016 as-development.net. All rights reserved.