com.plumtree.server
Class PT_CARDREFRESHSETTINGCOLUMNS

java.lang.Object
  extended by com.plumtree.server.PT_CARDREFRESHSETTINGCOLUMNS

public final class PT_CARDREFRESHSETTINGCOLUMNS
extends java.lang.Object

Plumtree Card Refresh Setting Columns

Version:
$Revision$
Author:
StephenC
See Also:
IPTCardRefreshInfo, IPTCardRefreshAgent, PT_CARDREFRESHSETTING, PT_SCHEDULETYPES

Field Summary
static int PT_CARDREFRESHSETTINGCOLUMN_INVALID
          indicates the number of items in this enumeration
static int PT_CARDREFRESHSETTINGCOLUMN_NUMBER
          number of units (1 hour? 3 hours? 24 hours?)
static int PT_CARDREFRESHSETTINGCOLUMN_TIMEUNITS
          time unit type (hour, day, month...).
 
Constructor Summary
PT_CARDREFRESHSETTINGCOLUMNS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_CARDREFRESHSETTINGCOLUMN_TIMEUNITS

public static final int PT_CARDREFRESHSETTINGCOLUMN_TIMEUNITS
time unit type (hour, day, month...). See PT_SCHEDULETYPES

See Also:
Constant Field Values

PT_CARDREFRESHSETTINGCOLUMN_NUMBER

public static final int PT_CARDREFRESHSETTINGCOLUMN_NUMBER
number of units (1 hour? 3 hours? 24 hours?)

See Also:
Constant Field Values

PT_CARDREFRESHSETTINGCOLUMN_INVALID

public static final int PT_CARDREFRESHSETTINGCOLUMN_INVALID
indicates the number of items in this enumeration

See Also:
Constant Field Values
Constructor Detail

PT_CARDREFRESHSETTINGCOLUMNS

public PT_CARDREFRESHSETTINGCOLUMNS()