Class MergeOutputJobsActionService.OutputJobView

java.lang.Object
ch.tocco.nice2.outputcenter.api.action.MergeOutputJobsActionService.OutputJobView
Enclosing interface:
MergeOutputJobsActionService

public static final class MergeOutputJobsActionService.OutputJobView extends Object
bean representing an OutputJob to be sent back and forth between client and server...
  • Constructor Details

    • OutputJobView

      public OutputJobView()
  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getEntityModel

      public String getEntityModel()
    • setEntityModel

      public void setEntityModel(String entityModel)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object