Class AttributeMetaData
- java.lang.Object
-
- de.aristaflow.ilm.core.orgmodelmanager.AttributeMetaData
-
- All Implemented Interfaces:
Serializable
public class AttributeMetaData extends Object implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull DataType
dataType
@NotNull Boolean
isMandatory
@NotNull Boolean
isReadOnly
List<@NotNull @Valid OmExtMapping>
mappings
@NotBlank String
name
@NotNull Integer
sizeHint
@NotNull EntityType
type
-
Constructor Summary
Constructors Constructor Description AttributeMetaData()
-
-
-
Field Detail
-
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
-
-