public class

ModuleListEntry

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

Class Overview

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>
 

Summary

Fields
protected AclList acls
protected boolean favoriteEnabled
protected String moduleKey
protected String moduleLabel
Public Constructors
ModuleListEntry()
Public Methods
AclList getAcls()
Gets the value of the acls property.
String getModuleKey()
Gets the value of the moduleKey property.
String getModuleLabel()
Gets the value of the moduleLabel property.
boolean isFavoriteEnabled()
Gets the value of the favoriteEnabled property.
void setAcls(AclList value)
Sets the value of the acls property.
void setFavoriteEnabled(boolean value)
Sets the value of the favoriteEnabled property.
void setModuleKey(String value)
Sets the value of the moduleKey property.
void setModuleLabel(String value)
Sets the value of the moduleLabel property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AclList acls

protected boolean favoriteEnabled

protected String moduleKey

protected String moduleLabel

Public Constructors

public ModuleListEntry ()

Public Methods

public AclList getAcls ()

Gets the value of the acls property.

Returns

public String getModuleKey ()

Gets the value of the moduleKey property.

Returns
  • possible object is String

public String getModuleLabel ()

Gets the value of the moduleLabel property.

Returns
  • possible object is String

public boolean isFavoriteEnabled ()

Gets the value of the favoriteEnabled property.

public void setAcls (AclList value)

Sets the value of the acls property.

Parameters
value Allowed object is AclList

public void setFavoriteEnabled (boolean value)

Sets the value of the favoriteEnabled property.

Parameters
value

public void setModuleKey (String value)

Sets the value of the moduleKey property.

Parameters
value Allowed object is String

public void setModuleLabel (String value)

Sets the value of the moduleLabel property.

Parameters
value Allowed object is String