|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.analiticalmodel.document.metadata.SbiObjTemplates
public class SbiObjTemplates
Constructor Summary | |
---|---|
SbiObjTemplates()
|
Method Summary | |
---|---|
java.lang.Boolean |
getActive()
Gets the active. |
java.util.Date |
getCreationDate()
Gets the creation date. |
java.lang.String |
getCreationUser()
Gets the creation user. |
java.lang.String |
getDimension()
Gets the dimension. |
java.lang.String |
getName()
Gets the name. |
java.lang.Integer |
getObjTempId()
Gets the obj temp id. |
java.lang.Integer |
getProg()
Gets the prog. |
SbiBinContents |
getSbiBinContents()
Gets the sbi bin contents. |
SbiObjects |
getSbiObject()
Gets the sbi object. |
void |
setActive(java.lang.Boolean active)
Sets the active. |
void |
setCreationDate(java.util.Date creationDate)
Sets the creation date. |
void |
setCreationUser(java.lang.String creationUser)
Sets the creation user. |
void |
setDimension(java.lang.String dimension)
Sets the dimension. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setObjTempId(java.lang.Integer objTempId)
Sets the obj temp id. |
void |
setProg(java.lang.Integer prog)
Sets the prog. |
void |
setSbiBinContents(SbiBinContents sbiBinContents)
Sets the sbi bin contents. |
void |
setSbiObject(SbiObjects sbiObject)
Sets the sbi object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SbiObjTemplates()
Method Detail |
---|
public java.lang.String getDimension()
public void setDimension(java.lang.String dimension)
dimension
- the new dimensionpublic java.lang.String getCreationUser()
public void setCreationUser(java.lang.String creationUser)
creationUser
- the new creation userpublic java.lang.Integer getObjTempId()
public void setObjTempId(java.lang.Integer objTempId)
objTempId
- the new obj temp idpublic SbiObjects getSbiObject()
public void setSbiObject(SbiObjects sbiObject)
sbiObject
- the new sbi objectpublic SbiBinContents getSbiBinContents()
public void setSbiBinContents(SbiBinContents sbiBinContents)
sbiBinContents
- the new sbi bin contentspublic java.lang.Integer getProg()
public void setProg(java.lang.Integer prog)
prog
- the new progpublic java.util.Date getCreationDate()
public void setCreationDate(java.util.Date creationDate)
creationDate
- the new creation datepublic java.lang.Boolean getActive()
public void setActive(java.lang.Boolean active)
active
- the new activepublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the new name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |