org.globus.ogsa.guide.impl
Class CounterTimestamp

java.lang.Object
  extended byorg.globus.ogsa.guide.impl.CounterTimestamp

public class CounterTimestamp
extends java.lang.Object


Constructor Summary
CounterTimestamp()
           
 
Method Summary
 java.util.Calendar getTimestamp()
           
 int getValue()
           
 void setTimestamp(java.util.Calendar timestamp)
           
 void setValue(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CounterTimestamp

public CounterTimestamp()
Method Detail

setValue

public void setValue(int value)

getValue

public int getValue()

setTimestamp

public void setTimestamp(java.util.Calendar timestamp)

getTimestamp

public java.util.Calendar getTimestamp()