Class MasterSpreadImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getId()
      Gets the id.
      java.lang.String getName()
      Gets the name.
      boolean isUsed()
      Checks if is used.
      void setId​(int id)
      Sets the id.
      void setName​(java.lang.String name)
      Sets the name.
      void setUsed​(boolean used)
      Sets the used.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MasterSpreadImpl

        public MasterSpreadImpl()
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: MasterSpread
        Gets the name.
        Specified by:
        getName in interface MasterSpread
        Returns:
        the name
      • setName

        public void setName​(java.lang.String name)
        Description copied from interface: MasterSpread
        Sets the name.
        Specified by:
        setName in interface MasterSpread
        Parameters:
        name - the new name
      • getId

        public int getId()
        Description copied from interface: MasterSpread
        Gets the id.
        Specified by:
        getId in interface MasterSpread
        Returns:
        the id
      • setId

        public void setId​(int id)
        Description copied from interface: MasterSpread
        Sets the id.
        Specified by:
        setId in interface MasterSpread
        Parameters:
        id - the new id
      • isUsed

        public boolean isUsed()
        Description copied from interface: MasterSpread
        Checks if is used.
        Specified by:
        isUsed in interface MasterSpread
        Returns:
        true, if is used
      • setUsed

        public void setUsed​(boolean used)
        Description copied from interface: MasterSpread
        Sets the used.
        Specified by:
        setUsed in interface MasterSpread
        Parameters:
        used - the new used