|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.analiticalmodel.document.bo.Viewpoint
public class Viewpoint
Defines a value constraint object.
Constructor Summary | |
---|---|
Viewpoint()
|
Method Summary | |
---|---|
java.lang.Integer |
getBiobjId()
Gets the biobj id. |
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 |
setBiobjId(java.lang.Integer biobjId)
Sets the biobj id. |
void |
setVpCreationDate(java.util.Date vpCreationDate)
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 Viewpoint()
Method Detail |
---|
public java.lang.Integer getBiobjId()
public void setBiobjId(java.lang.Integer biobjId)
biobjId
- the biobjId to setpublic java.lang.String getVpDesc()
public void setVpDesc(java.lang.String vpDesc)
vpDesc
- the vpDesc to setpublic java.lang.Integer getVpId()
public void setVpId(java.lang.Integer vpId)
vpId
- the vpId to setpublic java.lang.String getVpName()
public void setVpName(java.lang.String vpName)
vpName
- the vpName to setpublic java.lang.String getVpScope()
public void setVpScope(java.lang.String vpScope)
vpScope
- the vpScope to setpublic java.lang.String getVpValueParams()
public void setVpValueParams(java.lang.String vpValueParams)
vpValueParams
- the vpValueParams to setpublic java.util.Date getVpCreationDate()
public void setVpCreationDate(java.util.Date vpCreationDate)
vpCreationDate
- the vpCreationDate to setpublic java.lang.String getVpOwner()
public void setVpOwner(java.lang.String vpOwner)
vpOwner
- the vpOwner to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |