Class DataElement
- java.lang.Object
-
- de.aristaflow.ilm.model.processmodel.DataElement
-
- All Implemented Interfaces:
Serializable
public class DataElement extends Object implements Serializable
- See Also:
DataElement, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull StringdescUUIDiconId@NotNull Integerid@NotNull UUIDidentifierIdMap<@NotBlank String,@NotEmpty String>locDescA mapping from an IETF BCP 47 language tag to the corresponding localisation.Map<@NotBlank String,@NotEmpty String>locNameA mapping from an IETF BCP 47 language tag to the corresponding localisation.@NotNull StringnameBooleanpublicDe@NotNull ProcessConstants.AdeptDataTypetypeStringudtNameMap<@NotBlank String,@NotNull String>userAttributesBooleanvirtual
-
Constructor Summary
Constructors Constructor Description DataElement()
-
-
-
Field Detail
-
id
@NotNull public @NotNull Integer id
-
name
@NotNull public @NotNull String name
-
locName
public Map<@NotBlank String,@NotEmpty String> locName
A mapping from an IETF BCP 47 language tag to the corresponding localisation.
-
desc
@NotNull public @NotNull String desc
-
locDesc
public Map<@NotBlank String,@NotEmpty String> locDesc
A mapping from an IETF BCP 47 language tag to the corresponding localisation.
-
type
@NotNull public @NotNull ProcessConstants.AdeptDataType type
-
udtName
public String udtName
-
iconId
public UUID iconId
-
identifierId
@NotNull public @NotNull UUID identifierId
-
virtual
public Boolean virtual
-
publicDe
public Boolean publicDe
-
-