public class NewModuleFields extends Object
Java class for new_module_fields complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="new_module_fields">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="module_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="table_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="module_fields" type="{http://www.sugarcrm.com/sugarcrm}field_list"/>
<element name="link_fields" type="{http://www.sugarcrm.com/sugarcrm}link_field_list"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LinkFieldList |
linkFields |
protected FieldList |
moduleFields |
protected String |
moduleName |
protected String |
tableName |
| Constructor and Description |
|---|
NewModuleFields() |
| Modifier and Type | Method and Description |
|---|---|
LinkFieldList |
getLinkFields()
Gets the value of the linkFields property.
|
FieldList |
getModuleFields()
Gets the value of the moduleFields property.
|
String |
getModuleName()
Gets the value of the moduleName property.
|
String |
getTableName()
Gets the value of the tableName property.
|
void |
setLinkFields(LinkFieldList value)
Sets the value of the linkFields property.
|
void |
setModuleFields(FieldList value)
Sets the value of the moduleFields property.
|
void |
setModuleName(String value)
Sets the value of the moduleName property.
|
void |
setTableName(String value)
Sets the value of the tableName property.
|
protected String moduleName
protected String tableName
protected FieldList moduleFields
protected LinkFieldList linkFields
public String getModuleName()
Stringpublic void setModuleName(String value)
value - allowed object is
Stringpublic String getTableName()
Stringpublic void setTableName(String value)
value - allowed object is
Stringpublic FieldList getModuleFields()
FieldListpublic void setModuleFields(FieldList value)
value - allowed object is
FieldListpublic LinkFieldList getLinkFields()
LinkFieldListpublic void setLinkFields(LinkFieldList value)
value - allowed object is
LinkFieldListCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.