Package com.saperion.intf.wf
Interface ActorInfo
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
ActorInfoImpl
public interface ActorInfo extends java.io.Serializable
Actor info interface.- Author:
- rbo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getActorFullName()
int
getActorId()
int
getActorOrgUnit()
java.lang.String
getActorOrgUnitName()
java.lang.String
getActorShort()
-
-
-
Method Detail
-
getActorId
int getActorId()
- Returns:
- the actorId
-
getActorFullName
java.lang.String getActorFullName()
- Returns:
- the actorFullName
-
getActorShort
java.lang.String getActorShort()
- Returns:
- the actorShort
-
getActorOrgUnit
int getActorOrgUnit()
- Returns:
- the actorOrgUnit
-
getActorOrgUnitName
java.lang.String getActorOrgUnitName()
- Returns:
- the actorOrgUnitName
-
-