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

java.lang.Object
  extended by org.lexevs.dao.database.ibatis.parameter.PrefixedTableParameterBean
      extended by org.lexevs.dao.database.ibatis.parameter.IdableParameterBean
Direct Known Subclasses:
GetNodesPathBean, InsertAssociationPredicateBean, InsertAssociationQualificationOrUsageContextBean, InsertEntryStateBean, InsertOrUpdateAssociationDataBean, InsertOrUpdateAssociationEntityBean, InsertOrUpdateAssociationTargetBean, InsertOrUpdateCodingSchemeBean, InsertOrUpdateCodingSchemeMultiAttribBean, InsertOrUpdateDefinitionEntryBean, InsertOrUpdateEntityBean, InsertOrUpdatePickListEntryBean, InsertOrUpdatePropertyBean, InsertOrUpdateRelationsBean, InsertOrUpdateURIMapBean, InsertOrUpdateValueSetsMultiAttribBean, InsertPickListDefinitionBean, InsertPropertyLinkBean, InsertPropertyMultiAttribBean, InsertRevisionBean, InsertSystemReleaseBean, InsertTransitiveClosureBean, InsertValueSetDefinitionBean

public class IdableParameterBean
extends PrefixedTableParameterBean

The Class IdableParameterBean.

Author:
Kevin Peterson

Constructor Summary
IdableParameterBean()
          Instantiates a new idable parameter bean.
IdableParameterBean(java.lang.String prefix, java.lang.String uid, java.lang.String entryStateUId)
          Instantiates a new idable parameter bean.
 
Method Summary
 java.lang.String getEntryStateUId()
          Gets the entry state id.
 java.lang.String getUId()
          Gets the id.
 void setEntryStateUId(java.lang.String entryStateUId)
          Sets the entry state id.
 void setUId(java.lang.String id)
          Sets the id.
 
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

IdableParameterBean

public IdableParameterBean()
Instantiates a new idable parameter bean.


IdableParameterBean

public IdableParameterBean(java.lang.String prefix,
                           java.lang.String uid,
                           java.lang.String entryStateUId)
Instantiates a new idable parameter bean.

Parameters:
prefix - the prefix
uid - the id
entryStateUId - the entry state id
Method Detail

getUId

public java.lang.String getUId()
Gets the id.

Returns:
the id

setUId

public void setUId(java.lang.String id)
Sets the id.

Parameters:
id - the new id

getEntryStateUId

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

Returns:
the entry state id

setEntryStateUId

public void setEntryStateUId(java.lang.String entryStateUId)
Sets the entry state id.

Parameters:
entryStateUId - the new entry state id

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.