Package de.aristaflow.ilm.model.orgmodel
Class TransientEntity
- java.lang.Object
-
- de.aristaflow.ilm.model.orgmodel.TransientEntity
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Entity
public class TransientEntity extends Object implements Serializable
- See Also:
Entity
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description @NotEmpty Map<@NotBlank String,String>
allAttrs
This is the union of all attributes with their values being represented as string.Map<@NotBlank String,Instant>
dateAttrs
Map<@NotBlank String,Double>
floatAttrs
Map<@NotBlank String,Long>
intAttrs
@Size(min=1) String
subClass
This is used as additional information for rich type hierarchies.@NotNull EntityType
type
-
Constructor Summary
Constructors Constructor Description TransientEntity()
-
-
-
Field Detail
-
subClass
@Size(min=1) public @Size(min=1) String subClass
This is used as additional information for rich type hierarchies.
-
type
@NotNull public @NotNull EntityType type
-
allAttrs
@NotEmpty public @NotEmpty Map<@NotBlank String,String> allAttrs
This is the union of all attributes with their values being represented as string.
-
-