Package org.dspace.app.rest.model
Class SubmissionFormInputTypeRest
- java.lang.Object
-
- org.dspace.app.rest.model.SubmissionFormInputTypeRest
-
public class SubmissionFormInputTypeRest extends Object
The SubmissionFormInputType REST Resource. It is not addressable directly, only used as inline object in the InputForm resource- Author:
- Andrea Bollini (andrea.bollini at 4science.it)
-
-
Constructor Summary
Constructors Constructor Description SubmissionFormInputTypeRest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorityRestgetAuthority()StringgetRegex()StringgetType()voidsetAuthority(AuthorityRest authority)voidsetRegex(String regex)voidsetType(String type)
-
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String type)
-
getRegex
public String getRegex()
-
setRegex
public void setRegex(String regex)
-
getAuthority
public AuthorityRest getAuthority()
-
setAuthority
public void setAuthority(AuthorityRest authority)
-
-