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

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

public class SbiObjPar
extends SbiHibernateModel

SbiObjPar generated by hbm2java

See Also:
Serialized Form

Constructor Summary
SbiObjPar()
          default constructor.
SbiObjPar(java.lang.Integer objParId)
          constructor with id.
 
Method Summary
 java.lang.String getLabel()
          Gets the label.
 java.lang.Short getModFl()
          Gets the mod fl.
 java.lang.Short getMultFl()
          Gets the mult fl.
 java.lang.Integer getObjParId()
          Gets the obj par id.
 java.lang.String getParurlNm()
          Gets the parurl nm.
 java.lang.Integer getPriority()
          Gets the priority.
 java.lang.Integer getProg()
          Gets the prog.
 java.lang.Short getReqFl()
          Gets the req fl.
 SbiObjects getSbiObject()
          Gets the sbi object.
 SbiParameters getSbiParameter()
          Gets the sbi parameter.
 java.lang.Short getViewFl()
          Gets the view fl.
 void setLabel(java.lang.String label)
          Sets the label.
 void setModFl(java.lang.Short modFl)
          Sets the mod fl.
 void setMultFl(java.lang.Short multFl)
          Sets the mult fl.
 void setObjParId(java.lang.Integer objParId)
          Sets the obj par id.
 void setParurlNm(java.lang.String parurlNm)
          Sets the parurl nm.
 void setPriority(java.lang.Integer priority)
          Sets the priority.
 void setProg(java.lang.Integer prog)
          Sets the prog.
 void setReqFl(java.lang.Short reqFl)
          Sets the req fl.
 void setSbiObject(SbiObjects sbiObject)
          Sets the sbi object.
 void setSbiParameter(SbiParameters sbiParameter)
          Sets the sbi parameter.
 void setViewFl(java.lang.Short viewFl)
          Sets the view fl.
 
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

SbiObjPar

public SbiObjPar()
default constructor.


SbiObjPar

public SbiObjPar(java.lang.Integer objParId)
constructor with id.

Parameters:
objParId - the obj par id
Method Detail

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

getModFl

public java.lang.Short getModFl()
Gets the mod fl.

Returns:
the mod fl

setModFl

public void setModFl(java.lang.Short modFl)
Sets the mod fl.

Parameters:
modFl - the new mod fl

getMultFl

public java.lang.Short getMultFl()
Gets the mult fl.

Returns:
the mult fl

setMultFl

public void setMultFl(java.lang.Short multFl)
Sets the mult fl.

Parameters:
multFl - the new mult fl

getObjParId

public java.lang.Integer getObjParId()
Gets the obj par id.

Returns:
the obj par id

setObjParId

public void setObjParId(java.lang.Integer objParId)
Sets the obj par id.

Parameters:
objParId - the new obj par id

getParurlNm

public java.lang.String getParurlNm()
Gets the parurl nm.

Returns:
the parurl nm

setParurlNm

public void setParurlNm(java.lang.String parurlNm)
Sets the parurl nm.

Parameters:
parurlNm - the new parurl nm

getProg

public java.lang.Integer getProg()
Gets the prog.

Returns:
the prog

setProg

public void setProg(java.lang.Integer prog)
Sets the prog.

Parameters:
prog - the new prog

getReqFl

public java.lang.Short getReqFl()
Gets the req fl.

Returns:
the req fl

setReqFl

public void setReqFl(java.lang.Short reqFl)
Sets the req fl.

Parameters:
reqFl - the new req fl

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

getSbiParameter

public SbiParameters getSbiParameter()
Gets the sbi parameter.

Returns:
the sbi parameter

setSbiParameter

public void setSbiParameter(SbiParameters sbiParameter)
Sets the sbi parameter.

Parameters:
sbiParameter - the new sbi parameter

getViewFl

public java.lang.Short getViewFl()
Gets the view fl.

Returns:
the view fl

setViewFl

public void setViewFl(java.lang.Short viewFl)
Sets the view fl.

Parameters:
viewFl - the new view fl

getPriority

public java.lang.Integer getPriority()
Gets the priority.

Returns:
the priority

setPriority

public void setPriority(java.lang.Integer priority)
Sets the priority.

Parameters:
priority - the new priority