it.eng.spagobi.tools.catalogue.metadata
Class SbiMetaModel

java.lang.Object
  extended by it.eng.spagobi.commons.metadata.SbiHibernateModel
      extended by it.eng.spagobi.tools.catalogue.metadata.SbiMetaModel
All Implemented Interfaces:
java.io.Serializable

public class SbiMetaModel
extends SbiHibernateModel

See Also:
Serialized Form

Constructor Summary
SbiMetaModel()
           
SbiMetaModel(int id)
           
SbiMetaModel(int id, java.lang.String name, java.lang.String description, int category)
           
 
Method Summary
 java.lang.Integer getCategory()
           
 SbiDataSource getDataSource()
           
 java.lang.String getDescription()
           
 int getId()
           
 java.lang.String getName()
           
 void setCategory(java.lang.Integer category)
           
 void setDataSource(SbiDataSource dataSource)
           
 void setDescription(java.lang.String description)
           
 void setId(int id)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class it.eng.spagobi.commons.metadata.SbiHibernateModel
getCommonInfo, setCommonInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiMetaModel

public SbiMetaModel()

SbiMetaModel

public SbiMetaModel(int id)

SbiMetaModel

public SbiMetaModel(int id,
                    java.lang.String name,
                    java.lang.String description,
                    int category)
Method Detail

getId

public int getId()

setId

public void setId(int 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

getDataSource

public SbiDataSource getDataSource()

setDataSource

public void setDataSource(SbiDataSource dataSource)