public class ProfileObjectPermissions extends Object
Java class for ProfileObjectPermissions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileObjectPermissions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="allowCreate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="allowDelete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="allowEdit" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="allowRead" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="modifyAllRecords" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="object" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="viewAllRecords" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowCreate |
protected Boolean |
allowDelete |
protected Boolean |
allowEdit |
protected Boolean |
allowRead |
protected Boolean |
modifyAllRecords |
protected String |
object |
protected Boolean |
viewAllRecords |
| Constructor and Description |
|---|
ProfileObjectPermissions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getObject()
Gets the value of the object property.
|
Boolean |
isAllowCreate()
Gets the value of the allowCreate property.
|
Boolean |
isAllowDelete()
Gets the value of the allowDelete property.
|
Boolean |
isAllowEdit()
Gets the value of the allowEdit property.
|
Boolean |
isAllowRead()
Gets the value of the allowRead property.
|
Boolean |
isModifyAllRecords()
Gets the value of the modifyAllRecords property.
|
Boolean |
isViewAllRecords()
Gets the value of the viewAllRecords property.
|
void |
setAllowCreate(Boolean value)
Sets the value of the allowCreate property.
|
void |
setAllowDelete(Boolean value)
Sets the value of the allowDelete property.
|
void |
setAllowEdit(Boolean value)
Sets the value of the allowEdit property.
|
void |
setAllowRead(Boolean value)
Sets the value of the allowRead property.
|
void |
setModifyAllRecords(Boolean value)
Sets the value of the modifyAllRecords property.
|
void |
setObject(String value)
Sets the value of the object property.
|
void |
setViewAllRecords(Boolean value)
Sets the value of the viewAllRecords property.
|
protected Boolean allowCreate
protected Boolean allowDelete
protected Boolean allowEdit
protected Boolean allowRead
protected Boolean modifyAllRecords
protected String object
protected Boolean viewAllRecords
public Boolean isAllowCreate()
Booleanpublic void setAllowCreate(Boolean value)
value - allowed object is
Booleanpublic Boolean isAllowDelete()
Booleanpublic void setAllowDelete(Boolean value)
value - allowed object is
Booleanpublic Boolean isAllowEdit()
Booleanpublic void setAllowEdit(Boolean value)
value - allowed object is
Booleanpublic Boolean isAllowRead()
Booleanpublic void setAllowRead(Boolean value)
value - allowed object is
Booleanpublic Boolean isModifyAllRecords()
Booleanpublic void setModifyAllRecords(Boolean value)
value - allowed object is
Booleanpublic String getObject()
Stringpublic void setObject(String value)
value - allowed object is
Stringpublic Boolean isViewAllRecords()
BooleanCopyright © 2016. All rights reserved.