| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.NewModuleFields |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| linkFields | |||||||||||
| moduleFields | |||||||||||
| moduleName | |||||||||||
| tableName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the linkFields property.
| |||||||||||
Gets the value of the moduleFields property.
| |||||||||||
Gets the value of the moduleName property.
| |||||||||||
Gets the value of the tableName property.
| |||||||||||
Sets the value of the linkFields property.
| |||||||||||
Sets the value of the moduleFields property.
| |||||||||||
Sets the value of the moduleName property.
| |||||||||||
Sets the value of the tableName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the linkFields property.
LinkFieldList
Gets the value of the moduleFields property.
FieldList
Gets the value of the moduleName property.
Gets the value of the tableName property.
Sets the value of the linkFields property.
| value | Allowed object is
LinkFieldList
|
|---|
Sets the value of the moduleFields property.
| value | Allowed object is
FieldList
|
|---|
Sets the value of the moduleName property.
| value | Allowed object is String |
|---|
Sets the value of the tableName property.
| value | Allowed object is String |
|---|