Class RemoteActor

  • All Implemented Interfaces:
    Serializable

    public class RemoteActor
    extends Object
    implements Serializable
    Wrapper of org.neotropic.kuwaiba.core.apis.persistence.application.process.Actor. An actor is someone (a person, organizational unit or external agent, like a customer) who is responsible to cary on with an activity.
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    See Also:
    Serialized Form
    • Constructor Detail

      • RemoteActor

        public RemoteActor()
      • RemoteActor

        public RemoteActor​(long id,
                           String name,
                           int type)
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getType

        public int getType()
      • setType

        public void setType​(int type)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object