public interface

MasterSpread

implements Serializable
com.priint.comet.metadata.spread.MasterSpread

Class Overview

The Interface MasterSpread.

Summary

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.

Public Methods

public abstract int getId ()

Gets the id.

Returns
  • the id

public abstract String getName ()

Gets the name.

Returns
  • the name

public abstract boolean isUsed ()

Checks if is used.

Returns
  • true, if is used

public abstract void setId (int id)

Sets the id.

Parameters
id the new id

public abstract void setName (String name)

Sets the name.

Parameters
name the new name

public abstract void setUsed (boolean used)

Sets the used.

Parameters
used the new used