railo.runtime.cache.eh.remote.soap
Class Element

java.lang.Object
  extended by railo.runtime.cache.eh.remote.soap.Element

public class Element
extends Object


Constructor Summary
Element()
           
 
Method Summary
 Boolean getEternal()
           
 Long getExpirationDate()
           
 Object getKey()
           
 String getMimeType()
           
 String getResourceUri()
           
 Integer getTimeToIdleSeconds()
           
 Integer getTimeToLiveSeconds()
           
 byte[] getValue()
           
 void setEternal(Boolean eternal)
           
 void setExpirationDate(Long expirationDate)
           
 void setKey(Object key)
           
 void setMimeType(String mimeType)
           
 void setResourceUri(String resourceUri)
           
 void setTimeToIdleSeconds(Integer timeToIdleSeconds)
           
 void setTimeToLiveSeconds(Integer timeToLiveSeconds)
           
 void setValue(byte[] value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Element

public Element()
Method Detail

getEternal

public final Boolean getEternal()

setEternal

public final void setEternal(Boolean eternal)

getExpirationDate

public final Long getExpirationDate()

setExpirationDate

public final void setExpirationDate(Long expirationDate)

getKey

public final Object getKey()

setKey

public final void setKey(Object key)

getMimeType

public final String getMimeType()

setMimeType

public final void setMimeType(String mimeType)

getResourceUri

public final String getResourceUri()

setResourceUri

public final void setResourceUri(String resourceUri)

getTimeToIdleSeconds

public final Integer getTimeToIdleSeconds()

setTimeToIdleSeconds

public final void setTimeToIdleSeconds(Integer timeToIdleSeconds)

getTimeToLiveSeconds

public final Integer getTimeToLiveSeconds()

setTimeToLiveSeconds

public final void setTimeToLiveSeconds(Integer timeToLiveSeconds)

getValue

public final byte[] getValue()

setValue

public final void setValue(byte[] value)


Copyright © 2012 Railo