| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ehcache.xml.model.CacheEntryType
public class CacheEntryType
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 | 
|---|
protected java.lang.String value
protected java.lang.String serializer
protected java.lang.String copier
| Constructor Detail | 
|---|
public CacheEntryType()
| Method Detail | 
|---|
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getSerializer()
Stringpublic void setSerializer(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getCopier()
Stringpublic void setCopier(java.lang.String value)
value - allowed object is
     String
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||