This project has retired. For details please refer to its Attic page.
ValidityValue (Apache Cocoon 3: Parent 3.0.0-beta-1-SNAPSHOT API)

org.apache.cocoon.sax.util
Class ValidityValue<V>

java.lang.Object
  extended by org.apache.cocoon.sax.util.ValidityValue<V>

public class ValidityValue<V>
extends Object


Constructor Summary
ValidityValue(V value)
           
ValidityValue(V value, long lastModified)
           
 
Method Summary
 long getLastModified()
           
 V getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidityValue

public ValidityValue(V value)

ValidityValue

public ValidityValue(V value,
                     long lastModified)
Method Detail

getValue

public V getValue()

getLastModified

public long getLastModified()


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.