Class AttributeMetaData

java.lang.Object
de.aristaflow.ilm.core.orgmodelmanager.AttributeMetaData
All Implemented Interfaces:
Serializable

public class AttributeMetaData extends Object implements Serializable
See Also:
  • Field Details

    • type

      @NotNull public @NotNull EntityType type
    • name

      @NotBlank public @NotBlank String name
    • dataType

      @NotNull public @NotNull DataType dataType
    • sizeHint

      @NotNull public @NotNull Integer sizeHint
    • mappings

      public List<@NotNull @Valid OmExtMapping> mappings
    • isMandatory

      @NotNull public @NotNull Boolean isMandatory
    • isReadOnly

      @NotNull public @NotNull Boolean isReadOnly
  • Constructor Details

    • AttributeMetaData

      public AttributeMetaData()