java.lang.Object
flexagon.fd.model.pojos.rest.project.Input

public class Input extends Object
  • Field Details

    • Code

      protected String Code
    • Value

      protected String Value
  • Constructor Details

    • Input

      public Input()
  • Method Details

    • setCode

      public void setCode(String pCode)
    • getCode

      public String getCode()
    • setValue

      public void setValue(String pValue)
    • getValue

      public String getValue()