public class

GenericEntity

extends BaseEntity
java.lang.Object
   ↳ com.clarizen.api.BaseEntity
     ↳ com.clarizen.api.GenericEntity

Class Overview

Java class for GenericEntity complex type.

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

 <complexType name="GenericEntity">
   <complexContent>
     <extension base="{http://clarizen.com/api}BaseEntity">
       <sequence>
         <element name="Permissions" type="{http://clarizen.com/api}Permissions" minOccurs="0"/>
         <element name="Values" type="{http://clarizen.com/api}ArrayOfFieldValue" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Permissions permissions
protected ArrayOfFieldValue values
[Expand]
Inherited Fields
From class com.clarizen.api.BaseEntity
Public Constructors
GenericEntity()
Public Methods
Permissions getPermissions()
Gets the value of the permissions property.
ArrayOfFieldValue getValues()
Gets the value of the values property.
void setPermissions(Permissions value)
Sets the value of the permissions property.
void setValues(ArrayOfFieldValue value)
Sets the value of the values property.
[Expand]
Inherited Methods
From class com.clarizen.api.BaseEntity
From class java.lang.Object

Fields

protected Permissions permissions

protected ArrayOfFieldValue values

Public Constructors

public GenericEntity ()

Public Methods

public Permissions getPermissions ()

Gets the value of the permissions property.

Returns

public ArrayOfFieldValue getValues ()

Gets the value of the values property.

Returns

public void setPermissions (Permissions value)

Sets the value of the permissions property.

Parameters
value Allowed object is Permissions

public void setValues (ArrayOfFieldValue value)

Sets the value of the values property.

Parameters
value Allowed object is ArrayOfFieldValue