Package adalid.core

Class DisplaySet

All Implemented Interfaces:
Wrappable, Artifact, Comparable<DisplaySet>

public class DisplaySet extends AbstractArtifact implements Comparable<DisplaySet>
Author:
Jorge Campins
  • Constructor Details

    • DisplaySet

      public DisplaySet(String name)
  • Method Details

    • getEntity

      public Entity getEntity()
      Returns:
      the entity
    • setEntity

      public void setEntity(Entity entity)
      Parameters:
      entity - the entity to set
    • getReference

      public EntityReference getReference()
      Returns:
      the entity reference
    • setReference

      public void setReference(EntityReference reference)
      Parameters:
      reference - the reference to set
    • getMaster

      public Entity getMaster()
      Returns:
      the master
    • setMaster

      public void setMaster(Entity master)
      Parameters:
      master - the master to set
    • getDisplaysList

      public List<Display> getDisplaysList()
      Returns:
      the displays list
    • getDisplaysMap

      public Map<String,Display> getDisplaysMap()
      Returns:
      the displays map
    • compareTo

      public int compareTo(DisplaySet o)
      Specified by:
      compareTo in interface Comparable<DisplaySet>
    • fieldsToString

      protected String fieldsToString(int n, String key, boolean verbose, boolean fields, boolean maps)
      Overrides:
      fieldsToString in class AbstractArtifact