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

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

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

See Also:
Serialized Form

Constructor Summary
SbiSubObjects()
           
 
Method Summary
 java.util.Date getCreationDate()
          Gets the creation date.
 java.lang.String getDescription()
          Gets the description.
 java.lang.Boolean getIsPublic()
          Gets the checks if is public.
 java.util.Date getLastChangeDate()
          Gets the last change date.
 java.lang.String getName()
          Gets the name.
 java.lang.String getOwner()
          Gets the owner.
 SbiBinContents getSbiBinContents()
          Gets the sbi bin contents.
 SbiObjects getSbiObject()
          Gets the sbi object.
 java.lang.Integer getSubObjId()
          Gets the sub obj id.
 void setCreationDate(java.util.Date creationDate)
          Sets the creation date.
 void setDescription(java.lang.String description)
          Sets the description.
 void setIsPublic(java.lang.Boolean isPublic)
          Sets the checks if is public.
 void setLastChangeDate(java.util.Date lastChangeDate)
          Sets the last change date.
 void setName(java.lang.String name)
          Sets the name.
 void setOwner(java.lang.String owner)
          Sets the owner.
 void setSbiBinContents(SbiBinContents sbiBinContents)
          Sets the sbi bin contents.
 void setSbiObject(SbiObjects sbiObject)
          Sets the sbi object.
 void setSubObjId(java.lang.Integer subObjId)
          Sets the sub obj id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiSubObjects

public SbiSubObjects()
Method Detail

getSubObjId

public java.lang.Integer getSubObjId()
Gets the sub obj id.

Returns:
the sub obj id

setSubObjId

public void setSubObjId(java.lang.Integer subObjId)
Sets the sub obj id.

Parameters:
subObjId - the new sub obj 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

getOwner

public java.lang.String getOwner()
Gets the owner.

Returns:
the owner

setOwner

public void setOwner(java.lang.String owner)
Sets the owner.

Parameters:
owner - the new owner

getIsPublic

public java.lang.Boolean getIsPublic()
Gets the checks if is public.

Returns:
the checks if is public

setIsPublic

public void setIsPublic(java.lang.Boolean isPublic)
Sets the checks if is public.

Parameters:
isPublic - the new checks if is public

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

getLastChangeDate

public java.util.Date getLastChangeDate()
Gets the last change date.

Returns:
the last change date

setLastChangeDate

public void setLastChangeDate(java.util.Date lastChangeDate)
Sets the last change date.

Parameters:
lastChangeDate - the new last change date