Class SubmitService.UploadData

java.lang.Object
org.ctan.site.services.upload.SubmitService.UploadData
Enclosing interface:
SubmitService

public static class SubmitService.UploadData extends Object
The class UploadData contains the transport object for the upload meta data.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    The method isUpdate provides means to retrieve the update indicator.
    void
    The method setLicenses provides means to split the argument and store the result as licenses.
    void
    The method setTopics provides means to split the argument and store the result as topics.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UploadData

      public UploadData()
  • Method Details

    • isUpdate

      public boolean isUpdate()
      The method isUpdate provides means to retrieve the update indicator.
      Returns:
      true iff the submit is an upload
    • setLicenses

      public void setLicenses(String value)
      The method setLicenses provides means to split the argument and store the result as licenses.
      Parameters:
      value - the value
    • setTopics

      public void setTopics(String value)
      The method setTopics provides means to split the argument and store the result as topics.
      Parameters:
      value - the value