org.homeunix.thecave.buddi.plugin
Class BuddiPluginHelper.DateChoice

java.lang.Object
  extended by org.homeunix.thecave.buddi.plugin.BuddiPluginHelper.DateChoice
Enclosing class:
BuddiPluginHelper

public static class BuddiPluginHelper.DateChoice
extends java.lang.Object


Constructor Summary
BuddiPluginHelper.DateChoice(java.util.Date startDate, java.util.Date endDate, java.lang.String name)
           
BuddiPluginHelper.DateChoice(java.lang.String name)
           
 
Method Summary
 java.util.Date getEndDate()
           
 java.util.Date getStartDate()
           
 boolean isCustom()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BuddiPluginHelper.DateChoice

public BuddiPluginHelper.DateChoice(java.lang.String name)

BuddiPluginHelper.DateChoice

public BuddiPluginHelper.DateChoice(java.util.Date startDate,
                                    java.util.Date endDate,
                                    java.lang.String name)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getStartDate

public java.util.Date getStartDate()

getEndDate

public java.util.Date getEndDate()

isCustom

public boolean isCustom()