Package com.jedox.palojlib.main
Class Hold
java.lang.Object
com.jedox.palojlib.main.Hold
- All Implemented Interfaces:
IHold
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedHold(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:IHoldget the identifier for this hold- Specified by:
getIdentifierin interfaceIHold- Returns:
- id
-
getUser
Description copied from interface:IHoldget the user who created the hold -
getArea
Description copied from interface:IHoldget the area of the hold -
getTimestamp
public long getTimestamp()Description copied from interface:IHoldget the timestamp of the hold, when it was created- Specified by:
getTimestampin interfaceIHold- Returns:
- long value of the timestamp
-