Interface IPublicEntityKey
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IObjectLockingSupport
public interface IPublicEntityKey extends IBaseField
Represents a PublicEntityKey.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
key()
Get PublicEntityKey Keyint
ownerId()
Get PublicEntityKey Owner ID.java.lang.String
ownerType()
Get PublicEntityKey Owner Type.java.lang.String
resourceType()
Get PublicEntityKey ResourceTypevoid
resourceType(java.lang.String pVal)
Get PublicEntityKey ResourceTypejava.lang.String
userName()
Get PublicEntityKey UserName-
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
-
ownerId
int ownerId()
Get PublicEntityKey Owner ID.
Getter method for the COM property "OwnerId"
- Returns:
- Returns a value of type int
-
ownerType
java.lang.String ownerType()
Get PublicEntityKey Owner Type.
Getter method for the COM property "OwnerType"
- Returns:
- Returns a value of type java.lang.String
-
userName
java.lang.String userName()
Get PublicEntityKey UserName
Getter method for the COM property "UserName"
- Returns:
- Returns a value of type java.lang.String
-
key
java.lang.String key()
Get PublicEntityKey Key
Getter method for the COM property "Key"
- Returns:
- Returns a value of type java.lang.String
-
resourceType
java.lang.String resourceType()
Get PublicEntityKey ResourceType
Getter method for the COM property "ResourceType"
- Returns:
- Returns a value of type java.lang.String
-
resourceType
void resourceType(java.lang.String pVal)
Get PublicEntityKey ResourceType
Setter method for the COM property "ResourceType"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
-