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 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