Package org.ctan.site.services.upload
Class SubmitService.UploadData
java.lang.Object
org.ctan.site.services.upload.SubmitService.UploadData
- Enclosing interface:
SubmitService
The class
UploadData
contains the transport object for the
upload meta data.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isUpdate()
The methodisUpdate
provides means to retrieve the update indicator.void
setLicenses
(String value) The methodsetLicenses
provides means to split the argument and store the result as licenses.void
The methodsetTopics
provides means to split the argument and store the result as topics.
-
Constructor Details
-
UploadData
public UploadData()
-
-
Method Details
-
isUpdate
public boolean isUpdate()The methodisUpdate
provides means to retrieve the update indicator.- Returns:
true
iff the submit is an upload
-
setLicenses
The methodsetLicenses
provides means to split the argument and store the result as licenses.- Parameters:
value
- the value
-
setTopics
The methodsetTopics
provides means to split the argument and store the result as topics.- Parameters:
value
- the value
-