Class ActivityPeriod

java.lang.Object
eu.dnetlib.dhp.schema.solr.ActivityPeriod
All Implemented Interfaces:
Serializable

public class ActivityPeriod extends Object implements Serializable
Represents the activity period of a RAID record.
See Also:
  • Constructor Details

    • ActivityPeriod

      public ActivityPeriod()
    • ActivityPeriod

      public ActivityPeriod(String startDate, String endDate)
  • Method Details

    • getStartDate

      public String getStartDate()
    • setStartDate

      public void setStartDate(String startDate)
    • getEndDate

      public String getEndDate()
    • setEndDate

      public void setEndDate(String endDate)