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 TypeMethodDescriptionbooleanisUpdate()The methodisUpdateprovides means to retrieve the update indicator.voidsetLicenses(String value) The methodsetLicensesprovides means to split the argument and store the result as licenses.voidThe methodsetTopicsprovides means to split the argument and store the result as topics.
-
Constructor Details
-
UploadData
public UploadData()
-
-
Method Details
-
isUpdate
public boolean isUpdate()The methodisUpdateprovides means to retrieve the update indicator.- Returns:
trueiff the submit is an upload
-
setLicenses
The methodsetLicensesprovides means to split the argument and store the result as licenses.- Parameters:
value- the value
-
setTopics
The methodsetTopicsprovides means to split the argument and store the result as topics.- Parameters:
value- the value
-