org.lexevs.dao.database.ibatis.versions.parameter
Class InsertEntryStateBean

java.lang.Object
  extended by org.lexevs.dao.database.ibatis.parameter.PrefixedTableParameterBean
      extended by org.lexevs.dao.database.ibatis.parameter.IdableParameterBean
          extended by org.lexevs.dao.database.ibatis.versions.parameter.InsertEntryStateBean

public class InsertEntryStateBean
extends IdableParameterBean

The Class InsertEntryStateBean.

Author:
Kevin Peterson

Constructor Summary
InsertEntryStateBean()
           
 
Method Summary
 EntryState getEntryState()
          Gets the entry state.
 java.lang.String getEntryType()
          Gets the entry type.
 java.lang.String getEntryUId()
          Gets the entry id.
 java.lang.String getPreviousEntryStateUId()
          Gets the previous entry state id.
 java.lang.String getPrevRevisionUId()
           
 java.lang.String getRevisionUId()
           
 void setEntryState(EntryState entryState)
          Sets the entry state.
 void setEntryType(java.lang.String entryType)
          Sets the entry type.
 void setEntryUId(java.lang.String entryUId)
          Sets the entry id.
 void setPreviousEntryStateUId(java.lang.String previousEntryStateUId)
          Sets the previous entry state id.
 void setPrevRevisionUId(java.lang.String prevRevisionUId)
           
 void setRevisionUId(java.lang.String revisionUId)
           
 
Methods inherited from class org.lexevs.dao.database.ibatis.parameter.IdableParameterBean
getEntryStateUId, getUId, setEntryStateUId, setUId
 
Methods inherited from class org.lexevs.dao.database.ibatis.parameter.PrefixedTableParameterBean
getActualTableSetPrefix, getPrefix, setActualTableSetPrefix, setPrefix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertEntryStateBean

public InsertEntryStateBean()
Method Detail

getEntryUId

public java.lang.String getEntryUId()
Gets the entry id.

Returns:
the entry id

setEntryUId

public void setEntryUId(java.lang.String entryUId)
Sets the entry id.

Parameters:
entryUId - the new entry id

getEntryType

public java.lang.String getEntryType()
Gets the entry type.

Returns:
the entry type

setEntryType

public void setEntryType(java.lang.String entryType)
Sets the entry type.

Parameters:
entryType - the new entry type

getPreviousEntryStateUId

public java.lang.String getPreviousEntryStateUId()
Gets the previous entry state id.

Returns:
the previous entry state id

setPreviousEntryStateUId

public void setPreviousEntryStateUId(java.lang.String previousEntryStateUId)
Sets the previous entry state id.

Parameters:
previousEntryStateUId - the new previous entry state id

setEntryState

public void setEntryState(EntryState entryState)
Sets the entry state.

Parameters:
entryState - the new entry state

getEntryState

public EntryState getEntryState()
Gets the entry state.

Returns:
the entry state

getRevisionUId

public java.lang.String getRevisionUId()

setRevisionUId

public void setRevisionUId(java.lang.String revisionUId)

getPrevRevisionUId

public java.lang.String getPrevRevisionUId()

setPrevRevisionUId

public void setPrevRevisionUId(java.lang.String prevRevisionUId)

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.