Class MasterSpreadImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.spread.MasterSpreadImpl
-
- All Implemented Interfaces:
MasterSpread,java.io.Serializable
public class MasterSpreadImpl extends java.lang.Object implements java.io.Serializable, MasterSpread
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MasterSpreadImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetId()Gets the id.java.lang.StringgetName()Gets the name.booleanisUsed()Checks if is used.voidsetId(int id)Sets the id.voidsetName(java.lang.String name)Sets the name.voidsetUsed(boolean used)Sets the used.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:MasterSpreadGets the name.- Specified by:
getNamein interfaceMasterSpread- Returns:
- the name
-
setName
public void setName(java.lang.String name)
Description copied from interface:MasterSpreadSets the name.- Specified by:
setNamein interfaceMasterSpread- Parameters:
name- the new name
-
getId
public int getId()
Description copied from interface:MasterSpreadGets the id.- Specified by:
getIdin interfaceMasterSpread- Returns:
- the id
-
setId
public void setId(int id)
Description copied from interface:MasterSpreadSets the id.- Specified by:
setIdin interfaceMasterSpread- Parameters:
id- the new id
-
isUsed
public boolean isUsed()
Description copied from interface:MasterSpreadChecks if is used.- Specified by:
isUsedin interfaceMasterSpread- Returns:
- true, if is used
-
setUsed
public void setUsed(boolean used)
Description copied from interface:MasterSpreadSets the used.- Specified by:
setUsedin interfaceMasterSpread- Parameters:
used- the new used
-
-