it.eng.spagobi.analiticalmodel.document.metadata
Class SbiObjTemplates

java.lang.Object
  extended by it.eng.spagobi.commons.metadata.SbiHibernateModel
      extended by it.eng.spagobi.analiticalmodel.document.metadata.SbiObjTemplates
All Implemented Interfaces:
java.io.Serializable

public class SbiObjTemplates
extends SbiHibernateModel

See Also:
Serialized Form

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 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

SbiObjTemplates

public SbiObjTemplates()
Method Detail

getDimension

public java.lang.String getDimension()
Gets the dimension.

Returns:
the dimension

setDimension

public void setDimension(java.lang.String dimension)
Sets the dimension.

Parameters:
dimension - the new dimension

getCreationUser

public java.lang.String getCreationUser()
Gets the creation user.

Returns:
the creation user

setCreationUser

public void setCreationUser(java.lang.String creationUser)
Sets the creation user.

Parameters:
creationUser - the new creation user

getObjTempId

public java.lang.Integer getObjTempId()
Gets the obj temp id.

Returns:
the obj temp id

setObjTempId

public void setObjTempId(java.lang.Integer objTempId)
Sets the obj temp id.

Parameters:
objTempId - the new obj temp id

getSbiObject

public SbiObjects getSbiObject()
Gets the sbi object.

Returns:
the sbi object

setSbiObject

public void setSbiObject(SbiObjects sbiObject)
Sets the sbi object.

Parameters:
sbiObject - the new sbi object

getSbiBinContents

public SbiBinContents getSbiBinContents()
Gets the sbi bin contents.

Returns:
the sbi bin contents

setSbiBinContents

public void setSbiBinContents(SbiBinContents sbiBinContents)
Sets the sbi bin contents.

Parameters:
sbiBinContents - the new sbi bin contents

getProg

public java.lang.Integer getProg()
Gets the prog.

Returns:
the prog

setProg

public void setProg(java.lang.Integer prog)
Sets the prog.

Parameters:
prog - the new prog

getCreationDate

public java.util.Date getCreationDate()
Gets the creation date.

Returns:
the creation date

setCreationDate

public void setCreationDate(java.util.Date creationDate)
Sets the creation date.

Parameters:
creationDate - the new creation date

getActive

public java.lang.Boolean getActive()
Gets the active.

Returns:
the active

setActive

public void setActive(java.lang.Boolean active)
Sets the active.

Parameters:
active - the new active

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name