public class

CacheItem

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.crm._2011.contracts.CacheItem

Class Overview

Java class for CacheItem complex type.

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

 <complexType name="CacheItem">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Data" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String data
protected String key
Public Constructors
CacheItem()
Public Methods
String getData()
Gets the value of the data property.
String getKey()
Gets the value of the key property.
void setData(String value)
Sets the value of the data property.
void setKey(String value)
Sets the value of the key property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String data

protected String key

Public Constructors

public CacheItem ()

Public Methods

public String getData ()

Gets the value of the data property.

Returns
  • possible object is String

public String getKey ()

Gets the value of the key property.

Returns
  • possible object is String

public void setData (String value)

Sets the value of the data property.

Parameters
value Allowed object is String

public void setKey (String value)

Sets the value of the key property.

Parameters
value Allowed object is String