Class EntityToAttribute

All Implemented Interfaces:
Serializable, IAttributeAssignment, IBaseEntity, ICoreEntity, IObjectAssignment, ISortableEntity

@Entity public class EntityToAttribute extends IObjectAssignment.ObjectAssignmentBase implements IAttributeAssignment
EntityToAttribute represents the assignment of complex entity, attribute and a dataValueSet. It may specify validity filters for the value in respect to territory, time or others.

EntityToAttribute represents the assignment of an Attribute to a ComplexEntity. The assignment in most cases carries one or more values stored in values. It depends on the setting of the Attribute and it's DataType what is stored in values member:

If the Attribute is territory dependent the chosen Territory must be stored in EntityToAttribute.
Both Attribute and ComplexEntity must always be present in EntityToAttribute.
Additional filters can be set to EntityToAttributes in order to group and structure them for publication or display, currently only used for price values (validFrom/To).
See Also: