it.eng.spagobi.analiticalmodel.document.metadata
Class SbiViewpoints

java.lang.Object
  extended by it.eng.spagobi.analiticalmodel.document.metadata.SbiViewpoints
All Implemented Interfaces:
java.io.Serializable

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

SbiViewpoints generated by hbm2java

See Also:
Serialized Form

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

SbiViewpoints

public SbiViewpoints()
default constructor.


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)
minimal constructor.

Parameters:
vpId - the vp id
biobjId - the biobj id
vpOwner - the vp owner
vpName - the vp name
vpScope - the vp scope
vpCreationDate - the vp creation date

SbiViewpoints

public 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.

Parameters:
vpId - the vp id
biobjId - the biobj id
vpOwner - the vp owner
vpName - the vp name
vpDesc - the vp desc
vpScope - the vp scope
vpValueParams - the vp value params
vpCreationDate - the vp creation date
Method Detail

getVpId

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

Returns:
the vp id

setVpId

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

Parameters:
vpId - the new vp id

getVpName

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

Returns:
the vp name

setVpName

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

Parameters:
vpName - the new vp name

getVpDesc

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

Returns:
the vp desc

setVpDesc

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

Parameters:
vpDesc - the new vp desc

getVpScope

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

Returns:
the vp scope

setVpScope

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

Parameters:
vpScope - the new vp scope

getVpValueParams

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

Returns:
the vp value params

setVpValueParams

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

Parameters:
vpValueParams - the new vp value params

getVpCreationDate

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

Returns:
the vp creation date

setVpCreationDate

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

Parameters:
date - the new vp creation date

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

getSbiObject

public SbiObjects getSbiObject()
Gets the sbi object.

Returns:
the sbi object

setSbiObject

public void setSbiObject(SbiObjects sbiObject)
Sets the sbi object.

Parameters:
sbiObject - the new sbi object