Class Hold

java.lang.Object
com.jedox.palojlib.main.Hold
All Implemented Interfaces:
IHold

public class Hold extends Object implements IHold
  • Constructor Details

    • Hold

      protected Hold(int identifier, int[][] areaIds, IDimension[] dimensions, String user, long timestamp)
  • Method Details

    • getIdentifier

      public int getIdentifier()
      Description copied from interface: IHold
      get the identifier for this hold
      Specified by:
      getIdentifier in interface IHold
      Returns:
      id
    • getUser

      public String getUser()
      Description copied from interface: IHold
      get the user who created the hold
      Specified by:
      getUser in interface IHold
      Returns:
      username
    • getArea

      public Element[][] getArea()
      Description copied from interface: IHold
      get the area of the hold
      Specified by:
      getArea in interface IHold
      Returns:
      area of Elements
    • getTimestamp

      public long getTimestamp()
      Description copied from interface: IHold
      get the timestamp of the hold, when it was created
      Specified by:
      getTimestamp in interface IHold
      Returns:
      long value of the timestamp