Class GroupAsset

java.lang.Object
org.openremote.model.asset.Asset<GroupAsset>
org.openremote.model.asset.impl.GroupAsset
All Implemented Interfaces:
AssetInfo, IdentifiableEntity<GroupAsset>
Direct Known Subclasses:
ElectricVehicleFleetGroupAsset

@Entity public class GroupAsset extends Asset<GroupAsset>
An asset for grouping other assets together; The CHILD_ASSET_TYPE Attribute must be specified and all children must be of the specified type or a subtype of the specified type.
  • Field Details

  • Constructor Details

    • GroupAsset

      protected GroupAsset()
      For use by hydrators (i.e. JPA/Jackson)
    • GroupAsset

      public GroupAsset(String name, Class<? extends Asset<?>> childAssetType)
    • GroupAsset

      public GroupAsset(String name, String childAssetType)
  • Method Details