public class

NewModuleFields

extends Object
java.lang.Object
   ↳ com.sugarcrm.sugarcrm.NewModuleFields

Class Overview

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>
 

Summary

Fields
protected LinkFieldList linkFields
protected FieldList moduleFields
protected String moduleName
protected String tableName
Public Constructors
NewModuleFields()
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected LinkFieldList linkFields

protected FieldList moduleFields

protected String moduleName

protected String tableName

Public Constructors

public NewModuleFields ()

Public Methods

public LinkFieldList getLinkFields ()

Gets the value of the linkFields property.

Returns

public FieldList getModuleFields ()

Gets the value of the moduleFields property.

Returns

public String getModuleName ()

Gets the value of the moduleName property.

Returns
  • possible object is String

public String getTableName ()

Gets the value of the tableName property.

Returns
  • possible object is String

public void setLinkFields (LinkFieldList value)

Sets the value of the linkFields property.

Parameters
value Allowed object is LinkFieldList

public void setModuleFields (FieldList value)

Sets the value of the moduleFields property.

Parameters
value Allowed object is FieldList

public void setModuleName (String value)

Sets the value of the moduleName property.

Parameters
value Allowed object is String

public void setTableName (String value)

Sets the value of the tableName property.

Parameters
value Allowed object is String