public class

AclListEntry

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

Class Overview

Java class for acl_list_entry complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="acl_list_entry">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="access" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String access
protected String action
Public Constructors
AclListEntry()
Public Methods
String getAccess()
Gets the value of the access property.
String getAction()
Gets the value of the action property.
void setAccess(String value)
Sets the value of the access property.
void setAction(String value)
Sets the value of the action property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String access

protected String action

Public Constructors

public AclListEntry ()

Public Methods

public String getAccess ()

Gets the value of the access property.

Returns
  • possible object is String

public String getAction ()

Gets the value of the action property.

Returns
  • possible object is String

public void setAccess (String value)

Sets the value of the access property.

Parameters
value Allowed object is String

public void setAction (String value)

Sets the value of the action property.

Parameters
value Allowed object is String