Class Period

java.lang.Object
com.axemble.vdoc.sdk.structs.Period
All Implemented Interfaces:
Serializable

public class Period extends Object implements Serializable
Author:
freds Created on Mar 25, 2003
See Also:
  • Field Details

    • startDate

      protected Date startDate
    • endDate

      protected Date endDate
  • Constructor Details

    • Period

      public Period(Date startDate, Date endDate)
      Create a period object
      Parameters:
      startDate -
      endDate -
    • Period

      public Period()
      Create a period object
  • Method Details

    • getStartDate

      public Date getStartDate()
      Returns:
      the start date of the period
    • setStartDate

      public void setStartDate(Date startDate)
      Parameters:
      startDate -
    • getEndDate

      public Date getEndDate()
      Returns:
      the end date of the period
    • setEndDate

      public void setEndDate(Date endDate)
      Parameters:
      endDate -
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object