com.dotmarketing.business
Class BlockDirectiveCacheObject

java.lang.Object
  extended by com.dotmarketing.business.BlockDirectiveCacheObject
All Implemented Interfaces:
java.io.Serializable

public class BlockDirectiveCacheObject
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
BlockDirectiveCacheObject()
           
BlockDirectiveCacheObject(java.lang.String value, int ttl)
           
 
Method Summary
 long getCreated()
           
 int getTtl()
           
 java.lang.String getValue()
           
 void setTtl(int ttl)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockDirectiveCacheObject

public BlockDirectiveCacheObject(java.lang.String value,
                                 int ttl)

BlockDirectiveCacheObject

public BlockDirectiveCacheObject()
Method Detail

getTtl

public int getTtl()

setTtl

public void setTtl(int ttl)

getCreated

public long getCreated()

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)


Copyright © 2013 dotCMS Inc. All Rights Reserved.