|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.analiticalmodel.document.metadata.SbiSubObjects
public class SbiSubObjects
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 |
---|
public SbiSubObjects()
Method Detail |
---|
public java.lang.Integer getSubObjId()
public void setSubObjId(java.lang.Integer subObjId)
subObjId
- the new sub obj 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.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 getOwner()
public void setOwner(java.lang.String owner)
owner
- the new ownerpublic java.lang.Boolean getIsPublic()
public void setIsPublic(java.lang.Boolean isPublic)
isPublic
- the new checks if is publicpublic java.util.Date getCreationDate()
public void setCreationDate(java.util.Date creationDate)
creationDate
- the new creation datepublic java.util.Date getLastChangeDate()
public void setLastChangeDate(java.util.Date lastChangeDate)
lastChangeDate
- the new last change date
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |