Interface IThresholdValue
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IObjectLockingSupport
public interface IThresholdValue extends IBaseField
For HP use. A Treshold Value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Date
dueDate()
Get the treshold value due date.void
dueDate(java.util.Date pVal)
Get the treshold value due date.int
parentId()
Get the treshold value parent ID.double
targetValue()
Get the treshold target value.void
targetValue(double pVal)
Get the treshold target value.double
tolerance()
Get the treshold value tolerance.void
tolerance(double pVal)
Get the treshold value tolerance.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
parentId
int parentId()
Get the treshold value parent ID.
Getter method for the COM property "ParentId"
- Returns:
- Returns a value of type int
-
dueDate
java.util.Date dueDate()
Get the treshold value due date.
Getter method for the COM property "DueDate"
- Returns:
- Returns a value of type java.util.Date
-
dueDate
void dueDate(java.util.Date pVal)
Get the treshold value due date.
Setter method for the COM property "DueDate"
- Parameters:
pVal
- Mandatory java.util.Date parameter.
-
targetValue
double targetValue()
Get the treshold target value.
Getter method for the COM property "TargetValue"
- Returns:
- Returns a value of type double
-
targetValue
void targetValue(double pVal)
Get the treshold target value.
Setter method for the COM property "TargetValue"
- Parameters:
pVal
- Mandatory double parameter.
-
tolerance
double tolerance()
Get the treshold value tolerance.
Getter method for the COM property "Tolerance"
- Returns:
- Returns a value of type double
-
tolerance
void tolerance(double pVal)
Get the treshold value tolerance.
Setter method for the COM property "Tolerance"
- Parameters:
pVal
- Mandatory double parameter.
-
-