it.eng.spagobi.tools.catalogue.bo
Class MetaModel

java.lang.Object
  extended by it.eng.spagobi.tools.catalogue.bo.MetaModel

public class MetaModel
extends java.lang.Object


Constructor Summary
MetaModel()
           
 
Method Summary
 java.lang.Integer getCategory()
           
 java.lang.String getDataSourceLabel()
           
 java.lang.String getDescription()
           
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 void setCategory(java.lang.Integer category)
           
 void setDataSourceLabel(java.lang.String dataSourceLabel)
           
 void setDescription(java.lang.String description)
           
 void setId(java.lang.Integer id)
           
 void setName(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetaModel

public MetaModel()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getCategory

public java.lang.Integer getCategory()
Returns:
the category

setCategory

public void setCategory(java.lang.Integer category)
Parameters:
category - the category to set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getDataSourceLabel

public java.lang.String getDataSourceLabel()

setDataSourceLabel

public void setDataSourceLabel(java.lang.String dataSourceLabel)