Package org.dspace.app.rest.model
Class AccessConditionOptionRest
java.lang.Object
org.dspace.app.rest.model.AccessConditionOptionRest
The Access Condition (ResourcePolicy) REST Resource
- Author:
- Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetHasEndDate(Boolean hasEndDate) voidsetHasStartDate(Boolean hasStartDate) voidsetMaxEndDate(LocalDate maxEndDate) voidsetMaxStartDate(LocalDate maxStartDate) void
-
Constructor Details
-
AccessConditionOptionRest
public AccessConditionOptionRest()
-
-
Method Details
-
getMaxEndDate
-
setMaxEndDate
-
getHasStartDate
-
setHasStartDate
-
getHasEndDate
-
setHasEndDate
-
getMaxStartDate
-
setMaxStartDate
-
getName
-
setName
-