Class Agent

  • Direct Known Subclasses:
    CorporateBody, Family, Person

    public class Agent
    extends Entity
    https://books.google.de/books?id=foGBCgAAQBAJ&pg=PA151:

    The classes corresponding to the entities person, family and corporate body are subclasses of the Agent class, since these entities share attributes and relationships between them. For instance, intellectual creations may be gathered into a class "Work" and its creators may be gathered into classes like "Person", "Family" and "Corporate body".

    • Constructor Detail

      • Agent

        public Agent()
    • Method Detail

      • init

        protected void init()
        Description copied from class: UniqueObject
        Use to initialize member variables, used by default constructor and builder
        Overrides:
        init in class Entity