org.ehcache.xml.model
Class CacheEntryType

java.lang.Object
  extended by org.ehcache.xml.model.CacheEntryType

public class CacheEntryType
extends java.lang.Object

Java class for cache-entry-type complex type.

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

 <complexType name="cache-entry-type">
   <simpleContent>
     <extension base="<http://www.ehcache.org/v3>fqcn-type">
       <attribute name="serializer" type="{http://www.ehcache.org/v3}fqcn-type" />
       <attribute name="copier" type="{http://www.ehcache.org/v3}fqcn-type" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  java.lang.String copier
           
protected  java.lang.String serializer
           
protected  java.lang.String value
           
 
Constructor Summary
CacheEntryType()
           
 
Method Summary
 java.lang.String getCopier()
          Gets the value of the copier property.
 java.lang.String getSerializer()
          Gets the value of the serializer property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setCopier(java.lang.String value)
          Sets the value of the copier property.
 void setSerializer(java.lang.String value)
          Sets the value of the serializer property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected java.lang.String value

serializer

protected java.lang.String serializer

copier

protected java.lang.String copier
Constructor Detail

CacheEntryType

public CacheEntryType()
Method Detail

getValue

public java.lang.String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(java.lang.String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getSerializer

public java.lang.String getSerializer()
Gets the value of the serializer property.

Returns:
possible object is String

setSerializer

public void setSerializer(java.lang.String value)
Sets the value of the serializer property.

Parameters:
value - allowed object is String

getCopier

public java.lang.String getCopier()
Gets the value of the copier property.

Returns:
possible object is String

setCopier

public void setCopier(java.lang.String value)
Sets the value of the copier property.

Parameters:
value - allowed object is String