it.eng.spagobi.behaviouralmodel.lov.metadata
Class SbiLov

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

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

SbiLov generated by hbm2java

See Also:
Serialized Form

Constructor Summary
SbiLov()
          default constructor.
SbiLov(java.lang.Integer lovId)
          constructor with id.
 
Method Summary
 java.lang.String getDefaultVal()
          Gets the default val.
 java.lang.String getDescr()
          Gets the descr.
 SbiDomains getInputType()
          Gets the input type.
 java.lang.String getInputTypeCd()
          Gets the input type cd.
 java.lang.String getLabel()
          Gets the label.
 java.lang.Integer getLovId()
          Gets the lov id.
 java.lang.String getLovProvider()
          Gets the lov provider.
 java.lang.String getName()
          Gets the name.
 java.lang.String getProfileAttr()
          Gets the profile attr.
 void setDefaultVal(java.lang.String defaultVal)
          Sets the default val.
 void setDescr(java.lang.String descr)
          Sets the descr.
 void setInputType(SbiDomains inputType)
          Sets the input type.
 void setInputTypeCd(java.lang.String inputTypeCd)
          Sets the input type cd.
 void setLabel(java.lang.String label)
          Sets the label.
 void setLovId(java.lang.Integer lovId)
          Sets the lov id.
 void setLovProvider(java.lang.String lovProvider)
          Sets the lov provider.
 void setName(java.lang.String name)
          Sets the name.
 void setProfileAttr(java.lang.String profileAttr)
          Sets the profile attr.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiLov

public SbiLov()
default constructor.


SbiLov

public SbiLov(java.lang.Integer lovId)
constructor with id.

Parameters:
lovId - the lov id
Method Detail

getLovId

public java.lang.Integer getLovId()
Gets the lov id.

Returns:
the lov id

setLovId

public void setLovId(java.lang.Integer lovId)
Sets the lov id.

Parameters:
lovId - the new lov id

getInputTypeCd

public java.lang.String getInputTypeCd()
Gets the input type cd.

Returns:
the input type cd

setInputTypeCd

public void setInputTypeCd(java.lang.String inputTypeCd)
Sets the input type cd.

Parameters:
inputTypeCd - the new input type cd

getDefaultVal

public java.lang.String getDefaultVal()
Gets the default val.

Returns:
the default val

setDefaultVal

public void setDefaultVal(java.lang.String defaultVal)
Sets the default val.

Parameters:
defaultVal - the new default val

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

getProfileAttr

public java.lang.String getProfileAttr()
Gets the profile attr.

Returns:
the profile attr

setProfileAttr

public void setProfileAttr(java.lang.String profileAttr)
Sets the profile attr.

Parameters:
profileAttr - the new profile attr

getLovProvider

public java.lang.String getLovProvider()
Gets the lov provider.

Returns:
the lov provider

setLovProvider

public void setLovProvider(java.lang.String lovProvider)
Sets the lov provider.

Parameters:
lovProvider - the new lov provider

getInputType

public SbiDomains getInputType()
Gets the input type.

Returns:
the input type

setInputType

public void setInputType(SbiDomains inputType)
Sets the input type.

Parameters:
inputType - the new input type

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