Class WorkplaceTilePositionHint

java.lang.Object
org.eclnt.workplace.WorkplaceTilePositionHint
All Implemented Interfaces:
Serializable

public class WorkplaceTilePositionHint extends Object implements Serializable
Information about where to position a tile if created within the workplace. First a position is tried to be found using the "tile1" information - then the "null-tile" information is used.
See Also:
  • Field Details

  • Constructor Details

    • WorkplaceTilePositionHint

      public WorkplaceTilePositionHint()
  • Method Details

    • getId

      public String getId()
      Id of the tile.
    • setId

      public void setId(String id)
    • getRelativeToNullTile

      public String getRelativeToNullTile()
      Information where to position - relative to the "null-tile".
    • setRelativeToNullTile

      public void setRelativeToNullTile(String relativeToNullTile)
    • getRelativeToTile1Id

      public String getRelativeToTile1Id()
    • setRelativeToTile1Id

      public void setRelativeToTile1Id(String relativeToTile1Id1)
    • getRelativeToTile1Position

      public String getRelativeToTile1Position()
    • setRelativeToTile1Position

      public void setRelativeToTile1Position(String relativeToTile1Position1)