| java.lang.Object org.ofbiz.entity.model.ModelField
ModelField | public class ModelField (Code) | | Generic Entity - Field model class
author: David E. Jones version: $Revision: 1.4 $ since: 2.0 |
colName | protected String colName(Code) | | The col-name of the Field
|
isAutoCreatedInternal | protected boolean isAutoCreatedInternal(Code) | | |
isPk | protected boolean isPk(Code) | | boolean which specifies whether or not the Field is a Primary Key
|
validators | protected List validators(Code) | | validators to be called when an update is done
|
ModelField | public ModelField()(Code) | | Default Constructor
|
ModelField | public ModelField(Element fieldElement)(Code) | | XML Constructor
|
addValidator | public void addValidator(String validator)(Code) | | |
getColName | public String getColName()(Code) | | The col-name of the Field
|
getIsAutoCreatedInternal | public boolean getIsAutoCreatedInternal()(Code) | | |
getIsPk | public boolean getIsPk()(Code) | | boolean which specifies whether or not the Field is a Primary Key
|
getValidator | public String getValidator(int index)(Code) | | validators to be called when an update is done
|
getValidatorsSize | public int getValidatorsSize()(Code) | | |
removeValidator | public String removeValidator(int index)(Code) | | |
setIsAutoCreatedInternal | public void setIsAutoCreatedInternal(boolean isAutoCreatedInternal)(Code) | | |
setIsPk | public void setIsPk(boolean isPk)(Code) | | |
|
|