public class

BaseEntity

extends Object
java.lang.Object
   ↳ com.clarizen.api.BaseEntity
Known Direct Subclasses

Class Overview

Java class for BaseEntity complex type.

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

 <complexType name="BaseEntity">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{http://clarizen.com/api}EntityId" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected EntityId id
Public Constructors
BaseEntity()
Public Methods
EntityId getId()
Gets the value of the id property.
void setId(EntityId value)
Sets the value of the id property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected EntityId id

Public Constructors

public BaseEntity ()

Public Methods

public EntityId getId ()

Gets the value of the id property.

Returns

public void setId (EntityId value)

Sets the value of the id property.

Parameters
value Allowed object is EntityId