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 theBulkAccessControlinput file- Author:
- Mohamed Eskander (mohamed.eskander at 4science.it)
-
-
Constructor Summary
Constructors Constructor Description AccessCondition()AccessCondition(String name, String description, Date startDate, Date endDate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()DategetEndDate()StringgetName()DategetStartDate()
-