| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.ModuleListEntry |
Java class for module_list_entry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="module_list_entry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="module_key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="module_label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="favorite_enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="acls" type="{http://www.sugarcrm.com/sugarcrm}acl_list"/>
</all>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| acls | |||||||||||
| favoriteEnabled | |||||||||||
| moduleKey | |||||||||||
| moduleLabel | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the acls property.
| |||||||||||
Gets the value of the moduleKey property.
| |||||||||||
Gets the value of the moduleLabel property.
| |||||||||||
Gets the value of the favoriteEnabled property.
| |||||||||||
Sets the value of the acls property.
| |||||||||||
Sets the value of the favoriteEnabled property.
| |||||||||||
Sets the value of the moduleKey property.
| |||||||||||
Sets the value of the moduleLabel property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the moduleKey property.
Gets the value of the moduleLabel property.
Gets the value of the favoriteEnabled property.
Sets the value of the acls property.
| value | Allowed object is
AclList
|
|---|
Sets the value of the favoriteEnabled property.
| value |
|---|
Sets the value of the moduleKey property.
| value | Allowed object is String |
|---|
Sets the value of the moduleLabel property.
| value | Allowed object is String |
|---|