org.lexevs.dao.database.ibatis.entity.parameter
Class InsertOrUpdateEntityBean

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.entity.parameter.InsertOrUpdateEntityBean

public class InsertOrUpdateEntityBean
extends IdableParameterBean

The Class InsertEntityBean.

Author:
Kevin Peterson

Constructor Summary
InsertOrUpdateEntityBean()
           
 
Method Summary
 java.lang.String getCodingSchemeUId()
          Gets the coding scheme id.
 Entity getEntity()
          Gets the entity.
 java.lang.String getEntityTypeTablePrefix()
           
 java.lang.String getForwardName()
           
 java.lang.Boolean getIsNavigable()
           
 java.lang.Boolean getIsTransitive()
           
 java.lang.String getReverseName()
           
 void setCodingSchemeUId(java.lang.String codingSchemeUId)
          Sets the coding scheme id.
 void setEntity(Entity entity)
          Sets the entity.
 void setEntityTypeTablePrefix(java.lang.String entityTypeTablePrefix)
           
 void setForwardName(java.lang.String forwardName)
           
 void setIsNavigable(java.lang.Boolean isNavigable)
           
 void setIsTransitive(java.lang.Boolean isTransitive)
           
 void setReverseName(java.lang.String reverseName)
           
 
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

InsertOrUpdateEntityBean

public InsertOrUpdateEntityBean()
Method Detail

getEntity

public Entity getEntity()
Gets the entity.

Returns:
the entity

setEntity

public void setEntity(Entity entity)
Sets the entity.

Parameters:
entity - the new entity

getCodingSchemeUId

public java.lang.String getCodingSchemeUId()
Gets the coding scheme id.

Returns:
the coding scheme id

setCodingSchemeUId

public void setCodingSchemeUId(java.lang.String codingSchemeUId)
Sets the coding scheme id.

Parameters:
codingSchemeId - the new coding scheme id

setEntityTypeTablePrefix

public void setEntityTypeTablePrefix(java.lang.String entityTypeTablePrefix)

getEntityTypeTablePrefix

public java.lang.String getEntityTypeTablePrefix()

getForwardName

public java.lang.String getForwardName()
Returns:
the forwardName

setForwardName

public void setForwardName(java.lang.String forwardName)
Parameters:
forwardName - the forwardName to set

getReverseName

public java.lang.String getReverseName()
Returns:
the reverseName

setReverseName

public void setReverseName(java.lang.String reverseName)
Parameters:
reverseName - the reverseName to set

getIsNavigable

public java.lang.Boolean getIsNavigable()
Returns:
the isNavigable

setIsNavigable

public void setIsNavigable(java.lang.Boolean isNavigable)
Parameters:
isNavigable - the isNavigable to set

getIsTransitive

public java.lang.Boolean getIsTransitive()
Returns:
the isTransitive

setIsTransitive

public void setIsTransitive(java.lang.Boolean isTransitive)
Parameters:
isTransitive - the isTransitive to set

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.