Package com.jedox.palojlib.main
Class Hold
java.lang.Object
com.jedox.palojlib.main.Hold
- All Implemented Interfaces:
IHold
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Hold
(int identifier, int[][] areaIds, IDimension[] dimensions, String user, long timestamp) -
Method Summary
-
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 interfaceIHold
- Returns:
- id
-
getUser
Description copied from interface:IHold
get the user who created the hold -
getArea
Description copied from interface:IHold
get the area of the hold -
getTimestamp
public long getTimestamp()Description copied from interface:IHold
get the timestamp of the hold, when it was created- Specified by:
getTimestamp
in interfaceIHold
- Returns:
- long value of the timestamp
-