Class CustomField


  • public class CustomField
    extends HibernateObject
    This class represents a custom field in the system. Custom fields can be used to be printed on labels for particular products See CustomFieldLink
    Author:
    SGSystems
    • Field Detail

      • name

        public java.lang.String name
        *Primary Key* The unique name of the custom field
      • labelParameter

        public java.lang.String labelParameter
        The unique label parameter that you want to use on the label to identify this field
      • defaultValue

        public java.lang.String defaultValue
        The default value should no CustomFieldLink be present for a given commodity
    • Constructor Detail

      • CustomField

        public CustomField()
    • Method Detail

      • getName

        public java.lang.String getName()
      • getLabelParameter

        public java.lang.String getLabelParameter()
      • setName

        public void setName​(java.lang.String name)
      • setLabelParameter

        public void setLabelParameter​(java.lang.String labelParameter)
      • getDefaultValue

        public java.lang.String getDefaultValue()
      • setDefaultValue

        public void setDefaultValue​(java.lang.String defaultValue)