Class RequestPickUpWaste

  • All Implemented Interfaces:
    IComponentAction

    public class RequestPickUpWaste
    extends java.lang.Object
    implements IComponentAction
    Java class for concept RequestPickUpWaste of cleaner_beans ontology.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Waste waste
      Attribute for slot waste.
    • Constructor Summary

      Constructors 
      Constructor Description
      RequestPickUpWaste()
      Default Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Waste getWaste()
      Get the waste of this RequestPickUpWaste.
      void setWaste​(Waste waste)
      Set the waste of this RequestPickUpWaste.
      java.lang.String toString()
      Get a string representation of this RequestPickUpWaste.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • waste

        protected Waste waste
        Attribute for slot waste.
    • Constructor Detail

      • RequestPickUpWaste

        public RequestPickUpWaste()
        Default Constructor. RequestPickUpWaste.
    • Method Detail

      • getWaste

        public Waste getWaste()
        Get the waste of this RequestPickUpWaste.
        Returns:
        waste
      • setWaste

        public void setWaste​(Waste waste)
        Set the waste of this RequestPickUpWaste.
        Parameters:
        waste - the value to be set
      • toString

        public java.lang.String toString()
        Get a string representation of this RequestPickUpWaste.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The string representation.