it.eng.spagobi.bo
Class Viewpoint

java.lang.Object
  extended by it.eng.spagobi.bo.Viewpoint
All Implemented Interfaces:
java.io.Serializable

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

Defines a value constraint object.

Author:
giachino
See Also:
Serialized Form

Constructor Summary
Viewpoint()
           
 
Method Summary
 java.lang.Integer getBiobjId()
           
 java.util.Date getVpCreationDate()
           
 java.lang.String getVpDesc()
           
 java.lang.Integer getVpId()
           
 java.lang.String getVpName()
           
 java.lang.String getVpOwner()
           
 java.lang.String getVpScope()
           
 java.lang.String getVpValueParams()
           
 void setBiobjId(java.lang.Integer biobjId)
           
 void setVpCreationDate(java.util.Date vpCreationDate)
           
 void setVpDesc(java.lang.String vpDesc)
           
 void setVpId(java.lang.Integer vpId)
           
 void setVpName(java.lang.String vpName)
           
 void setVpOwner(java.lang.String vpOwner)
           
 void setVpScope(java.lang.String vpScope)
           
 void setVpValueParams(java.lang.String vpValueParams)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Viewpoint

public Viewpoint()
Method Detail

getBiobjId

public java.lang.Integer getBiobjId()
Returns:
the biobjId

setBiobjId

public void setBiobjId(java.lang.Integer biobjId)
Parameters:
biobjId - the biobjId to set

getVpDesc

public java.lang.String getVpDesc()
Returns:
the vpDesc

setVpDesc

public void setVpDesc(java.lang.String vpDesc)
Parameters:
vpDesc - the vpDesc to set

getVpId

public java.lang.Integer getVpId()
Returns:
the vpId

setVpId

public void setVpId(java.lang.Integer vpId)
Parameters:
vpId - the vpId to set

getVpName

public java.lang.String getVpName()
Returns:
the vpName

setVpName

public void setVpName(java.lang.String vpName)
Parameters:
vpName - the vpName to set

getVpScope

public java.lang.String getVpScope()
Returns:
the vpScope

setVpScope

public void setVpScope(java.lang.String vpScope)
Parameters:
vpScope - the vpScope to set

getVpValueParams

public java.lang.String getVpValueParams()
Returns:
the vpValueParams

setVpValueParams

public void setVpValueParams(java.lang.String vpValueParams)
Parameters:
vpValueParams - the vpValueParams to set

getVpCreationDate

public java.util.Date getVpCreationDate()
Returns:
the vpCreationDate

setVpCreationDate

public void setVpCreationDate(java.util.Date vpCreationDate)
Parameters:
vpCreationDate - the vpCreationDate to set

getVpOwner

public java.lang.String getVpOwner()
Returns:
the vpOwner

setVpOwner

public void setVpOwner(java.lang.String vpOwner)
Parameters:
vpOwner - the vpOwner to set