it.eng.spagobi.analiticalmodel.document.bo
Class Viewpoint

java.lang.Object
  extended by it.eng.spagobi.analiticalmodel.document.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()
          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

Viewpoint

public Viewpoint()
Method Detail

getBiobjId

public java.lang.Integer getBiobjId()
Gets the biobj id

Returns:
the biobjId

setBiobjId

public void setBiobjId(java.lang.Integer biobjId)
Sets the biobj id.

Parameters:
biobjId - the biobjId to set

getVpDesc

public java.lang.String getVpDesc()
Gets the vp desc.

Returns:
the vpDesc

setVpDesc

public void setVpDesc(java.lang.String vpDesc)
Sets the vp desc.

Parameters:
vpDesc - the vpDesc to set

getVpId

public java.lang.Integer getVpId()
Gets the vp id.

Returns:
the vpId

setVpId

public void setVpId(java.lang.Integer vpId)
Sets the vp id.

Parameters:
vpId - the vpId to set

getVpName

public java.lang.String getVpName()
Gets the vp name.

Returns:
the vpName

setVpName

public void setVpName(java.lang.String vpName)
Sets the vp name.

Parameters:
vpName - the vpName to set

getVpScope

public java.lang.String getVpScope()
Gets the vp scope.

Returns:
the vpScope

setVpScope

public void setVpScope(java.lang.String vpScope)
Sets the vp scope.

Parameters:
vpScope - the vpScope to set

getVpValueParams

public java.lang.String getVpValueParams()
Gets the vp value params.

Returns:
the vpValueParams

setVpValueParams

public void setVpValueParams(java.lang.String vpValueParams)
Sets the vp value params.

Parameters:
vpValueParams - the vpValueParams to set

getVpCreationDate

public java.util.Date getVpCreationDate()
Gets the vp creation date.

Returns:
the vpCreationDate

setVpCreationDate

public void setVpCreationDate(java.util.Date vpCreationDate)
Sets the vp creation date.

Parameters:
vpCreationDate - the vpCreationDate to set

getVpOwner

public java.lang.String getVpOwner()
Gets the vp owner.

Returns:
the vpOwner

setVpOwner

public void setVpOwner(java.lang.String vpOwner)
Sets the vp owner.

Parameters:
vpOwner - the vpOwner to set