Interface AttributeDefinition

All Superinterfaces:
Named, Serializable
All Known Implementing Classes:
NumericAttributeDefinition, StringAttributeDefinition

public interface AttributeDefinition extends Named, Serializable
  • Method Details

    • getName

      @NotBlank @AttributeName @NotBlank @AttributeName String getName()
      Description copied from interface: Named
      Returns the name
      Specified by:
      getName in interface Named
      Returns:
      the name
    • setName

      void setName(String name)
    • getTitle

      @NotBlank @NotBlank String getTitle()
    • setTitle

      void setTitle(String title)
    • getDescription

      String getDescription()
    • setDescription

      void setDescription(String description)