Class CustomContentFieldOption
java.lang.Object
com.broadleafcommerce.content.domain.CustomContentFieldOption
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe display order of this field in relation to other fields.getLabel()The label of the option.getValue()The value of the option.inthashCode()voidsetDisplayOrder(Integer displayOrder) The display order of this field in relation to other fields.voidThe label of the option.voidThe value of the option.toString()
-
Constructor Details
-
CustomContentFieldOption
public CustomContentFieldOption()
-
-
Method Details
-
getValue
The value of the option. This is what is stored in the database. -
getLabel
The label of the option. This is what is displayed to the user. -
getDisplayOrder
The display order of this field in relation to other fields. -
setValue
The value of the option. This is what is stored in the database. -
setLabel
The label of the option. This is what is displayed to the user. -
setDisplayOrder
The display order of this field in relation to other fields. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-