Class AddedContainer

    • Constructor Detail

      • AddedContainer

        public AddedContainer()
        Default constructor. A default constructor is necessary for ontological classes.
    • Method Detail

      • getName

        public String getName()
        Retrieve the name of this event.
        Specified by:
        getName in interface Event
        Returns:
        A constant value for the event name.
      • setContainer

        public void setContainer​(ContainerID id)
        Set the container of this event.
        Parameters:
        id - The container identifier of the newly added container.
      • getContainer

        public ContainerID getContainer()
        Retrieve the value of the container slot of this event, containing the container identifier of the newly added container.
        Returns:
        The value of the container slot, or null if no value was set.
      • setOwnership

        public void setOwnership​(String o)
        Set the ownership of this event.
        Parameters:
        o - The name of the entity owning the newly added container.
      • getOwnership

        public String getOwnership()
        Retrieve the value of the ownership slot of this event, containing the name of the entity owning the newly added container.
        Returns:
        The value of the ownership slot, or null if no value was set.