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

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

public class SbiSnapshots
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SbiSnapshots()
           
 
Method Summary
 java.util.Date getCreationDate()
          Gets the creation date.
 java.lang.String getDescription()
          Gets the description.
 java.lang.String getName()
          Gets the name.
 SbiBinContents getSbiBinContents()
          Gets the sbi bin contents.
 SbiObjects getSbiObject()
          Gets the sbi object.
 java.lang.Integer getSnapId()
          Gets the snap id.
 void setCreationDate(java.util.Date creationDate)
          Sets the creation date.
 void setDescription(java.lang.String description)
          Sets the description.
 void setName(java.lang.String name)
          Sets the name.
 void setSbiBinContents(SbiBinContents sbiBinContents)
          Sets the sbi bin contents.
 void setSbiObject(SbiObjects sbiObject)
          Sets the sbi object.
 void setSnapId(java.lang.Integer snapId)
          Sets the snap id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiSnapshots

public SbiSnapshots()
Method Detail

getSnapId

public java.lang.Integer getSnapId()
Gets the snap id.

Returns:
the snap id

setSnapId

public void setSnapId(java.lang.Integer snapId)
Sets the snap id.

Parameters:
snapId - the new snap 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

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

getDescription

public java.lang.String getDescription()
Gets the description.

Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the description.

Parameters:
description - the new description

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