|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.analiticalmodel.document.metadata.SbiViewpoints
public class SbiViewpoints
SbiViewpoints generated by hbm2java
Constructor Summary | |
---|---|
SbiViewpoints()
default constructor. |
|
SbiViewpoints(java.lang.Integer vpId,
java.lang.Integer biobjId,
java.lang.String vpOwner,
java.lang.String vpName,
java.lang.String vpScope,
java.util.Date vpCreationDate)
minimal constructor. |
|
SbiViewpoints(java.lang.Integer vpId,
java.lang.Integer biobjId,
java.lang.String vpOwner,
java.lang.String vpName,
java.lang.String vpDesc,
java.lang.String vpScope,
java.lang.String vpValueParams,
java.util.Date vpCreationDate)
full constructor. |
Method Summary | |
---|---|
SbiObjects |
getSbiObject()
Gets the sbi object. |
java.util.Date |
getVpCreationDate()
Gets the vp creation date. |
java.lang.String |
getVpDesc()
Gets the vp desc. |
java.lang.Integer |
getVpId()
Gets the vp id. |
java.lang.String |
getVpName()
Gets the vp name. |
java.lang.String |
getVpOwner()
Gets the vp owner. |
java.lang.String |
getVpScope()
Gets the vp scope. |
java.lang.String |
getVpValueParams()
Gets the vp value params. |
void |
setSbiObject(SbiObjects sbiObject)
Sets the sbi object. |
void |
setVpCreationDate(java.util.Date date)
Sets the vp creation date. |
void |
setVpDesc(java.lang.String vpDesc)
Sets the vp desc. |
void |
setVpId(java.lang.Integer vpId)
Sets the vp id. |
void |
setVpName(java.lang.String vpName)
Sets the vp name. |
void |
setVpOwner(java.lang.String vpOwner)
Sets the vp owner. |
void |
setVpScope(java.lang.String vpScope)
Sets the vp scope. |
void |
setVpValueParams(java.lang.String vpValueParams)
Sets the vp value params. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SbiViewpoints()
public SbiViewpoints(java.lang.Integer vpId, java.lang.Integer biobjId, java.lang.String vpOwner, java.lang.String vpName, java.lang.String vpScope, java.util.Date vpCreationDate)
vpId
- the vp idbiobjId
- the biobj idvpOwner
- the vp ownervpName
- the vp namevpScope
- the vp scopevpCreationDate
- the vp creation datepublic SbiViewpoints(java.lang.Integer vpId, java.lang.Integer biobjId, java.lang.String vpOwner, java.lang.String vpName, java.lang.String vpDesc, java.lang.String vpScope, java.lang.String vpValueParams, java.util.Date vpCreationDate)
vpId
- the vp idbiobjId
- the biobj idvpOwner
- the vp ownervpName
- the vp namevpDesc
- the vp descvpScope
- the vp scopevpValueParams
- the vp value paramsvpCreationDate
- the vp creation dateMethod Detail |
---|
public java.lang.Integer getVpId()
public void setVpId(java.lang.Integer vpId)
vpId
- the new vp idpublic java.lang.String getVpName()
public void setVpName(java.lang.String vpName)
vpName
- the new vp namepublic java.lang.String getVpDesc()
public void setVpDesc(java.lang.String vpDesc)
vpDesc
- the new vp descpublic java.lang.String getVpScope()
public void setVpScope(java.lang.String vpScope)
vpScope
- the new vp scopepublic java.lang.String getVpValueParams()
public void setVpValueParams(java.lang.String vpValueParams)
vpValueParams
- the new vp value paramspublic java.util.Date getVpCreationDate()
public void setVpCreationDate(java.util.Date date)
date
- the new vp creation datepublic java.lang.String getVpOwner()
public void setVpOwner(java.lang.String vpOwner)
vpOwner
- the vpOwner to setpublic SbiObjects getSbiObject()
public void setSbiObject(SbiObjects sbiObject)
sbiObject
- the new sbi object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |