Interface IResult
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IObjectLockingSupport
public interface IResult extends IBaseFieldEx
For HP use. Represents a run result.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
description()
Read/Write Description propertyvoid
description(java.lang.String pVal)
Read/Write Description propertyjava.lang.String
modifiedBy()
Read-only ModifiedBy property.java.lang.String
name()
Read/Write property - Result logical namevoid
name(java.lang.String pVal)
Read/Write property - Result logical namejava.lang.String
resultType()
property ResultTypevoid
resultType(java.lang.String pVal)
property ResultType-
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.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
name
java.lang.String name()
Read/Write property - Result logical name
Getter method for the COM property "Name"
- Returns:
- Returns a value of type java.lang.String
-
name
void name(java.lang.String pVal)
Read/Write property - Result logical name
Setter method for the COM property "Name"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
modifiedBy
java.lang.String modifiedBy()
Read-only ModifiedBy property. Contains last modified user name
Getter method for the COM property "ModifiedBy"
- Returns:
- Returns a value of type java.lang.String
-
description
java.lang.String description()
Read/Write Description property
Getter method for the COM property "Description"
- Returns:
- Returns a value of type java.lang.String
-
description
void description(java.lang.String pVal)
Read/Write Description property
Setter method for the COM property "Description"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
resultType
java.lang.String resultType()
property ResultType
Getter method for the COM property "ResultType"
- Returns:
- Returns a value of type java.lang.String
-
resultType
void resultType(java.lang.String pVal)
property ResultType
Setter method for the COM property "ResultType"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
-