Package com.saperion.intf.wf
Interface ActorInfo
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ActorInfoImpl
Actor info interface.
- Author:
- rbo
-
Method Summary
Modifier and TypeMethodDescriptionint
int
-
Method Details
-
getActorId
int getActorId()- Returns:
- the actorId
-
getActorFullName
String getActorFullName()- Returns:
- the actorFullName
-
getActorShort
String getActorShort()- Returns:
- the actorShort
-
getActorOrgUnit
int getActorOrgUnit()- Returns:
- the actorOrgUnit
-
getActorOrgUnitName
String getActorOrgUnitName()- Returns:
- the actorOrgUnitName
-