Class AccessCondition

java.lang.Object
org.dspace.app.bulkaccesscontrol.model.AccessCondition

public class AccessCondition extends Object
Class that model the values of an Access Condition as expressed in the BulkAccessControl input file
Author:
Mohamed Eskander (mohamed.eskander at 4science.it)
  • Constructor Details

    • AccessCondition

      public AccessCondition()
    • AccessCondition

      public AccessCondition(String name, String description, LocalDate startDate, LocalDate endDate)
  • Method Details

    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getStartDate

      public LocalDate getStartDate()
    • getEndDate

      public LocalDate getEndDate()