Class EnvironmentLabelForm


  • public class EnvironmentLabelForm
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getColor()  
      java.lang.String getTitle()  
      void setColor​(java.lang.String color)  
      void setTitle​(java.lang.String title)  
      com.xebialabs.xlrelease.domain.environments.EnvironmentLabel toLabel()  
      • Methods inherited from class java.lang.Object

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

      • EnvironmentLabelForm

        public EnvironmentLabelForm()
    • Method Detail

      • toLabel

        public com.xebialabs.xlrelease.domain.environments.EnvironmentLabel toLabel()
      • getTitle

        public java.lang.String getTitle()
      • setTitle

        public void setTitle​(java.lang.String title)
      • getColor

        public java.lang.String getColor()
      • setColor

        public void setColor​(java.lang.String color)