|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.commons.metadata.SbiHibernateModel
it.eng.spagobi.tools.dataset.metadata.SbiDataSetConfig
public class SbiDataSetConfig
Constructor Summary | |
---|---|
SbiDataSetConfig()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets the description. |
int |
getDsId()
Gets the ds id. |
java.lang.String |
getLabel()
Gets the label. |
java.lang.String |
getName()
Gets the name. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setDsId(int dsId)
Sets the ds id. |
void |
setLabel(java.lang.String label)
Sets the label. |
void |
setName(java.lang.String name)
Sets the 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 |
---|
public SbiDataSetConfig()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the new descriptionpublic java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- the new labelpublic int getDsId()
public void setDsId(int dsId)
dsId
- the new ds id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |