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.