Package com.jedox.palojlib.interfaces
Interface IHold
- All Known Implementing Classes:
Hold
public interface IHold
represent a hold in olap server cube
- Author:
- afroehlich
-
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
-