org.lexevs.dao.database.ibatis.parameter
Class PrefixedTableParameterBean

java.lang.Object
  extended by org.lexevs.dao.database.ibatis.parameter.PrefixedTableParameterBean
Direct Known Subclasses:
GetCodeRelationshipsBean, GetEntityAssnUidsCountBean, IbatisCodedNodeGraphDao.MappingTripleParameterBean, IdableParameterBean, InsertTableMetadataBean, PrefixedParameter

public class PrefixedTableParameterBean
extends java.lang.Object

The Class PrefixedTableParameterBean.

Author:
Kevin Peterson

Constructor Summary
PrefixedTableParameterBean()
          Instantiates a new prefixed table parameter bean.
PrefixedTableParameterBean(java.lang.String prefix)
          Instantiates a new prefixed table parameter bean.
 
Method Summary
 java.lang.String getActualTableSetPrefix()
           
 java.lang.String getPrefix()
          Gets the prefix.
 void setActualTableSetPrefix(java.lang.String actualTableSetPrefix)
           
 void setPrefix(java.lang.String prefix)
          Sets the prefix.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrefixedTableParameterBean

public PrefixedTableParameterBean()
Instantiates a new prefixed table parameter bean.


PrefixedTableParameterBean

public PrefixedTableParameterBean(java.lang.String prefix)
Instantiates a new prefixed table parameter bean.

Parameters:
prefix - the prefix
Method Detail

setPrefix

public void setPrefix(java.lang.String prefix)
Sets the prefix.

Parameters:
prefix - the new prefix

getPrefix

public java.lang.String getPrefix()
Gets the prefix.

Returns:
the prefix

setActualTableSetPrefix

public void setActualTableSetPrefix(java.lang.String actualTableSetPrefix)

getActualTableSetPrefix

public java.lang.String getActualTableSetPrefix()

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.