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

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

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

SbiParameters generated by hbm2java

See Also:
Serialized Form

Constructor Summary
SbiParameters()
          default constructor.
SbiParameters(java.lang.Integer parId)
          constructor with id.
 
Method Summary
 java.lang.String getDescr()
          Gets the descr.
 java.lang.Short getFunctionalFlag()
          Gets the functional flag.
 java.lang.String getLabel()
          Gets the label.
 java.lang.Short getLength()
          Gets the length.
 java.lang.String getMask()
          Gets the mask.
 java.lang.String getName()
          Gets the name.
 SbiDomains getParameterType()
          Gets the parameter type.
 java.lang.String getParameterTypeCode()
          Gets the parameter type code.
 java.lang.Integer getParId()
          Gets the par id.
 java.util.Set getSbiObjPars()
          Gets the sbi obj pars.
 java.util.Set getSbiParuses()
          Gets the sbi paruses.
 java.lang.Short getTemporalFlag()
           
 void setDescr(java.lang.String descr)
          Sets the descr.
 void setFunctionalFlag(java.lang.Short functionalFlag)
          Sets the functional flag.
 void setLabel(java.lang.String label)
          Sets the label.
 void setLength(java.lang.Short length)
          Sets the length.
 void setMask(java.lang.String mask)
          Sets the mask.
 void setName(java.lang.String name)
          Sets the name.
 void setParameterType(SbiDomains sbiDomains)
          Sets the parameter type.
 void setParameterTypeCode(java.lang.String parTypeCd)
          Sets the parameter type code.
 void setParId(java.lang.Integer parId)
          Sets the par id.
 void setSbiObjPars(java.util.Set sbiObjPars)
          Sets the sbi obj pars.
 void setSbiParuses(java.util.Set sbiParuses)
          Sets the sbi paruses.
 void setTemporalFlag(java.lang.Short temporalFlag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiParameters

public SbiParameters()
default constructor.


SbiParameters

public SbiParameters(java.lang.Integer parId)
constructor with id.

Parameters:
parId - the par id
Method Detail

getParId

public java.lang.Integer getParId()
Gets the par id.

Returns:
the par id

setParId

public void setParId(java.lang.Integer parId)
Sets the par id.

Parameters:
parId - the new par id

getParameterType

public SbiDomains getParameterType()
Gets the parameter type.

Returns:
the parameter type

setParameterType

public void setParameterType(SbiDomains sbiDomains)
Sets the parameter type.

Parameters:
sbiDomains - the new parameter type

getLength

public java.lang.Short getLength()
Gets the length.

Returns:
the length

setLength

public void setLength(java.lang.Short length)
Sets the length.

Parameters:
length - the new length

getParameterTypeCode

public java.lang.String getParameterTypeCode()
Gets the parameter type code.

Returns:
the parameter type code

setParameterTypeCode

public void setParameterTypeCode(java.lang.String parTypeCd)
Sets the parameter type code.

Parameters:
parTypeCd - the new parameter type code

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

getMask

public java.lang.String getMask()
Gets the mask.

Returns:
the mask

setMask

public void setMask(java.lang.String mask)
Sets the mask.

Parameters:
mask - the new mask

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

getSbiParuses

public java.util.Set getSbiParuses()
Gets the sbi paruses.

Returns:
the sbi paruses

setSbiParuses

public void setSbiParuses(java.util.Set sbiParuses)
Sets the sbi paruses.

Parameters:
sbiParuses - the new sbi paruses

getSbiObjPars

public java.util.Set getSbiObjPars()
Gets the sbi obj pars.

Returns:
the sbi obj pars

setSbiObjPars

public void setSbiObjPars(java.util.Set sbiObjPars)
Sets the sbi obj pars.

Parameters:
sbiObjPars - the new sbi obj pars

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

getFunctionalFlag

public java.lang.Short getFunctionalFlag()
Gets the functional flag.

Returns:
the functional flag

setFunctionalFlag

public void setFunctionalFlag(java.lang.Short functionalFlag)
Sets the functional flag.

Parameters:
functionalFlag - the new functional flag

getTemporalFlag

public java.lang.Short getTemporalFlag()

setTemporalFlag

public void setTemporalFlag(java.lang.Short temporalFlag)