Class MasterSpreadImpl
java.lang.Object
com.priint.pubserver.metadata.xml.spread.MasterSpreadImpl
- All Implemented Interfaces:
MasterSpread,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MasterSpreadImpl
public MasterSpreadImpl()
-
-
Method Details
-
getName
Description copied from interface:MasterSpreadGets the name.- Specified by:
getNamein interfaceMasterSpread- Returns:
- the name
-
setName
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
-