it.eng.spagobi.analiticalmodel.functionalitytree.metadata
Class SbiFuncRole

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

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

SbiFuncRole generated by hbm2java

See Also:
Serialized Form

Constructor Summary
SbiFuncRole()
          default constructor.
SbiFuncRole(SbiFuncRoleId id)
          constructor with id.
 
Method Summary
 SbiFuncRoleId getId()
          Gets the id.
 java.lang.String getStateCd()
          Gets the state cd.
 void setId(SbiFuncRoleId id)
          Sets the id.
 void setStateCd(java.lang.String stateCd)
          Sets the state cd.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiFuncRole

public SbiFuncRole()
default constructor.


SbiFuncRole

public SbiFuncRole(SbiFuncRoleId id)
constructor with id.

Parameters:
id - the id
Method Detail

getId

public SbiFuncRoleId getId()
Gets the id.

Returns:
the id

setId

public void setId(SbiFuncRoleId id)
Sets the id.

Parameters:
id - the new id

getStateCd

public java.lang.String getStateCd()
Gets the state cd.

Returns:
the state cd

setStateCd

public void setStateCd(java.lang.String stateCd)
Sets the state cd.

Parameters:
stateCd - the new state cd