Interface IHold

All Known Implementing Classes:
Hold

public interface IHold
represent a hold in olap server cube
Author:
afroehlich
  • Method Summary

    Modifier and Type
    Method
    Description
    get the area of the hold
    int
    get the identifier for this hold
    long
    get the timestamp of the hold, when it was created
    get the user who created the hold
  • Method Details

    • getIdentifier

      int getIdentifier()
      get the identifier for this hold
      Returns:
      id
    • getArea

      IElement[][] getArea()
      get the area of the hold
      Returns:
      area of Elements
    • getTimestamp

      long getTimestamp()
      get the timestamp of the hold, when it was created
      Returns:
      long value of the timestamp
    • getUser

      String getUser()
      get the user who created the hold
      Returns:
      username