Interface MasterSpread

All Superinterfaces:
Serializable
All Known Implementing Classes:
MasterSpreadImpl

public interface MasterSpread extends Serializable
The Interface MasterSpread.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the id.
    Gets the name.
    boolean
    Checks if is used.
    void
    setId(int id)
    Sets the id.
    void
    Sets the name.
    void
    setUsed(boolean used)
    Sets the used.
  • Method Details

    • getName

      String getName()
      Gets the name.
      Returns:
      the name
    • setName

      void setName(String name)
      Sets the name.
      Parameters:
      name - the new name
    • getId

      int getId()
      Gets the id.
      Returns:
      the id
    • setId

      void setId(int id)
      Sets the id.
      Parameters:
      id - the new id
    • isUsed

      boolean isUsed()
      Checks if is used.
      Returns:
      true, if is used
    • setUsed

      void setUsed(boolean used)
      Sets the used.
      Parameters:
      used - the new used