Class UpdateProjectAttributeRequest


  • public class UpdateProjectAttributeRequest
    extends java.lang.Object
    Used to handle requests from the UI to update a specific attribute on a project. The field is the attribute to be update, and the value is the value to set to that field.
    • Constructor Detail

      • UpdateProjectAttributeRequest

        public UpdateProjectAttributeRequest()
      • UpdateProjectAttributeRequest

        public UpdateProjectAttributeRequest​(java.lang.String field,
                                             java.lang.String value)
    • Method Detail

      • setField

        public void setField​(java.lang.String field)
      • setValue

        public void setValue​(java.lang.String value)
      • getField

        public java.lang.String getField()
      • getValue

        public java.lang.String getValue()