Class CustomField

java.lang.Object
ch.cern.eam.wshub.core.services.entities.CustomField
All Implemented Interfaces:
Serializable

public class CustomField extends Object implements Serializable
See Also:
  • Constructor Details

    • CustomField

      public CustomField()
    • CustomField

      public CustomField(String code, String value)
  • Method Details

    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getSystemEntity

      public String getSystemEntity()
    • setSystemEntity

      public void setSystemEntity(String systemEntity)
    • getUOM

      public String getUOM()
    • setUOM

      public void setUOM(String uOM)
    • getRentCodeValue

      public String getRentCodeValue()
    • setRentCodeValue

      public void setRentCodeValue(String rentCodeValue)
    • getValueDesc

      public String getValueDesc()
    • setValueDesc

      public void setValueDesc(String valueDesc)
    • getMinValue

      public String getMinValue()
    • setMinValue

      public void setMinValue(String minValue)
    • getMaxValue

      public String getMaxValue()
    • setMaxValue

      public void setMaxValue(String maxValue)
    • getEntityCode

      public String getEntityCode()
    • setEntityCode

      public void setEntityCode(String entityCode)
    • getClassCode

      public String getClassCode()
    • setClassCode

      public void setClassCode(String classCode)
    • getLovType

      public String getLovType()
    • setLovType

      public void setLovType(String lovType)
    • getLovValidate

      public String getLovValidate()
    • setLovValidate

      public void setLovValidate(String lovValidate)
    • getGroupLabel

      public String getGroupLabel()
    • setGroupLabel

      public void setGroupLabel(String groupLabel)
    • toString

      public String toString()
      Overrides:
      toString in class Object