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

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

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

SbiObjState generated by hbm2java

See Also:
Serialized Form

Constructor Summary
SbiObjState()
          default constructor.
SbiObjState(SbiObjStateId id)
          constructor with id.
 
Method Summary
 java.util.Date getEndDt()
          Gets the end dt.
 SbiObjStateId getId()
          Gets the id.
 java.lang.String getNote()
          Gets the note.
 void setEndDt(java.util.Date endDt)
          Sets the end dt.
 void setId(SbiObjStateId id)
          Sets the id.
 void setNote(java.lang.String note)
          Sets the note.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiObjState

public SbiObjState()
default constructor.


SbiObjState

public SbiObjState(SbiObjStateId id)
constructor with id.

Parameters:
id - the id
Method Detail

getId

public SbiObjStateId getId()
Gets the id.

Returns:
the id

setId

public void setId(SbiObjStateId id)
Sets the id.

Parameters:
id - the new id

getEndDt

public java.util.Date getEndDt()
Gets the end dt.

Returns:
the end dt

setEndDt

public void setEndDt(java.util.Date endDt)
Sets the end dt.

Parameters:
endDt - the new end dt

getNote

public java.lang.String getNote()
Gets the note.

Returns:
the note

setNote

public void setNote(java.lang.String note)
Sets the note.

Parameters:
note - the new note