Class MasterSpreadImpl

java.lang.Object
com.priint.pubserver.metadata.xml.spread.MasterSpreadImpl
All Implemented Interfaces:
MasterSpread, Serializable

public class MasterSpreadImpl extends Object implements Serializable, MasterSpread
See Also:
  • Constructor Details

    • MasterSpreadImpl

      public MasterSpreadImpl()
  • Method Details

    • getName

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

      public void setName(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