com.priint.comet.metadata.spread.MasterSpread |
The Interface MasterSpread.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getId()
Gets the id.
| ||||||||||
abstract String |
getName()
Gets the name.
| ||||||||||
abstract boolean |
isUsed()
Checks if is used.
| ||||||||||
abstract void |
setId(int id)
Sets the id.
| ||||||||||
abstract void |
setName(String name)
Sets the name.
| ||||||||||
abstract void |
setUsed(boolean used)
Sets the used.
|
Gets the id.
Gets the name.
Checks if is used.
Sets the id.
id | the new id |
---|
Sets the name.
name | the new name |
---|
Sets the used.
used | the new used |
---|