deleteDirect
public void deleteDirect()
Method deleteDirect
deleteRequired
public void deleteRequired()
Method deleteRequired
getCreateMethod
public java.lang.String getCreateMethod()
Returns the value of field 'createMethod'.
getDescription
public java.lang.String getDescription()
Returns the value of field 'description'.
getDirect
public boolean getDirect()
Returns the value of field 'direct'.
getFieldMapping
public FieldMapping getFieldMapping()
Returns the value of field 'fieldMapping'.
getGetMethod
public java.lang.String getGetMethod()
Returns the value of field 'getMethod'.
getName
public java.lang.String getName()
Returns the value of field 'name'.
getRequired
public boolean getRequired()
Returns the value of field 'required'.
getSetMethod
public java.lang.String getSetMethod()
Returns the value of field 'setMethod'.
getType
public java.lang.String getType()
Returns the value of field 'type'.
hasDirect
public boolean hasDirect()
Method hasDirect
hasRequired
public boolean hasRequired()
Method hasRequired
isValid
public boolean isValid()
Method isValid
setCreateMethod
public void setCreateMethod(java.lang.String createMethod)
Sets the value of field 'createMethod'.
createMethod
- the value of field 'createMethod'.
setDescription
public void setDescription(java.lang.String description)
Sets the value of field 'description'.
description
- the value of field 'description'.
setDirect
public void setDirect(boolean direct)
Sets the value of field 'direct'.
direct
- the value of field 'direct'.
setFieldMapping
public void setFieldMapping(FieldMapping fieldMapping)
Sets the value of field 'fieldMapping'.
fieldMapping
- the value of field 'fieldMapping'.
setGetMethod
public void setGetMethod(java.lang.String getMethod)
Sets the value of field 'getMethod'.
getMethod
- the value of field 'getMethod'.
setName
public void setName(java.lang.String name)
Sets the value of field 'name'.
name
- the value of field 'name'.
setRequired
public void setRequired(boolean required)
Sets the value of field 'required'.
required
- the value of field 'required'.
setSetMethod
public void setSetMethod(java.lang.String setMethod)
Sets the value of field 'setMethod'.
setMethod
- the value of field 'setMethod'.
setType
public void setType(java.lang.String type)
Sets the value of field 'type'.
type
- the value of field 'type'.