it.eng.spagobi.behaviouralmodel.analyticaldriver.metadata
Class SbiParuse

java.lang.Object
  extended by it.eng.spagobi.commons.metadata.SbiHibernateModel
      extended by it.eng.spagobi.behaviouralmodel.analyticaldriver.metadata.SbiParuse
All Implemented Interfaces:
java.io.Serializable

public class SbiParuse
extends SbiHibernateModel

SbiParuse generated by hbm2java

See Also:
Serialized Form

Constructor Summary
SbiParuse()
          default constructor.
SbiParuse(java.lang.Integer useId)
          constructor with id.
 
Method Summary
 java.lang.String getDescr()
          Gets the descr.
 java.lang.String getLabel()
          Gets the label.
 java.lang.Integer getManualInput()
          Gets the manual input.
 java.lang.Integer getMultivalue()
          Gets the multivalue.
 java.lang.String getName()
          Gets the name.
 SbiLov getSbiLov()
          Gets the sbi lov.
 SbiParameters getSbiParameters()
          Gets the sbi parameters.
 java.util.Set getSbiParuseCks()
          Gets the sbi paruse cks.
 java.util.Set getSbiParuseDets()
          Gets the sbi paruse dets.
 java.lang.String getSelectionType()
          Gets the selection type.
 java.lang.Integer getUseId()
          Gets the use id.
 void setDescr(java.lang.String descr)
          Sets the descr.
 void setLabel(java.lang.String label)
          Sets the label.
 void setManualInput(java.lang.Integer manualInput)
          Sets the manual input.
 void setMultivalue(java.lang.Integer multivalue)
          Sets the multivalue.
 void setName(java.lang.String name)
          Sets the name.
 void setSbiLov(SbiLov sbiLov)
          Sets the sbi lov.
 void setSbiParameters(SbiParameters sbiParameters)
          Sets the sbi parameters.
 void setSbiParuseCks(java.util.Set sbiParuseCks)
          Sets the sbi paruse cks.
 void setSbiParuseDets(java.util.Set sbiParuseDets)
          Sets the sbi paruse dets.
 void setSelectionType(java.lang.String selectionType)
          Sets the selection type.
 void setUseId(java.lang.Integer useId)
          Sets the use id.
 
Methods inherited from class it.eng.spagobi.commons.metadata.SbiHibernateModel
getCommonInfo, setCommonInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiParuse

public SbiParuse()
default constructor.


SbiParuse

public SbiParuse(java.lang.Integer useId)
constructor with id.

Parameters:
useId - the use id
Method Detail

getUseId

public java.lang.Integer getUseId()
Gets the use id.

Returns:
the use id

setUseId

public void setUseId(java.lang.Integer useId)
Sets the use id.

Parameters:
useId - the new use id

getSbiParameters

public SbiParameters getSbiParameters()
Gets the sbi parameters.

Returns:
the sbi parameters

setSbiParameters

public void setSbiParameters(SbiParameters sbiParameters)
Sets the sbi parameters.

Parameters:
sbiParameters - the new sbi parameters

getSbiLov

public SbiLov getSbiLov()
Gets the sbi lov.

Returns:
the sbi lov

setSbiLov

public void setSbiLov(SbiLov sbiLov)
Sets the sbi lov.

Parameters:
sbiLov - the new sbi lov

getLabel

public java.lang.String getLabel()
Gets the label.

Returns:
the label

setLabel

public void setLabel(java.lang.String label)
Sets the label.

Parameters:
label - the new label

getDescr

public java.lang.String getDescr()
Gets the descr.

Returns:
the descr

setDescr

public void setDescr(java.lang.String descr)
Sets the descr.

Parameters:
descr - the new descr

getSbiParuseDets

public java.util.Set getSbiParuseDets()
Gets the sbi paruse dets.

Returns:
the sbi paruse dets

setSbiParuseDets

public void setSbiParuseDets(java.util.Set sbiParuseDets)
Sets the sbi paruse dets.

Parameters:
sbiParuseDets - the new sbi paruse dets

getSbiParuseCks

public java.util.Set getSbiParuseCks()
Gets the sbi paruse cks.

Returns:
the sbi paruse cks

setSbiParuseCks

public void setSbiParuseCks(java.util.Set sbiParuseCks)
Sets the sbi paruse cks.

Parameters:
sbiParuseCks - the new sbi paruse cks

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name

getManualInput

public java.lang.Integer getManualInput()
Gets the manual input.

Returns:
the manual input

setManualInput

public void setManualInput(java.lang.Integer manualInput)
Sets the manual input.

Parameters:
manualInput - The manualInput to set.

getSelectionType

public java.lang.String getSelectionType()
Gets the selection type.

Returns:
the selection type

setSelectionType

public void setSelectionType(java.lang.String selectionType)
Sets the selection type.

Parameters:
selectionType - the new selection type

getMultivalue

public java.lang.Integer getMultivalue()
Gets the multivalue.

Returns:
the multivalue

setMultivalue

public void setMultivalue(java.lang.Integer multivalue)
Sets the multivalue.

Parameters:
multivalue - the new multivalue