org.lexevs.dao.database.ibatis.property.parameter
Class InsertPropertyLinkBean

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.property.parameter.InsertPropertyLinkBean

public class InsertPropertyLinkBean
extends IdableParameterBean

The Class InsertPropertyLinkBean.

Author:
Kevin Peterson

Constructor Summary
InsertPropertyLinkBean()
           
 
Method Summary
 java.lang.String getEntityUId()
          Gets the entity id.
 java.lang.String getLink()
          Gets the link.
 java.lang.String getSourcePropertyUId()
          Gets the source property id.
 java.lang.String getTargetPropertyUId()
          Gets the target property id.
 void setEntityUId(java.lang.String entityUId)
          Sets the entity id.
 void setLink(java.lang.String link)
          Sets the link.
 void setSourcePropertyUId(java.lang.String sourcePropertyUId)
          Sets the source property id.
 void setTargetPropertyUId(java.lang.String targetPropertyUId)
          Sets the target property id.
 
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

InsertPropertyLinkBean

public InsertPropertyLinkBean()
Method Detail

getEntityUId

public java.lang.String getEntityUId()
Gets the entity id.

Returns:
the entity id

setEntityUId

public void setEntityUId(java.lang.String entityUId)
Sets the entity id.

Parameters:
entityUId - the new entity id

getLink

public java.lang.String getLink()
Gets the link.

Returns:
the link

setLink

public void setLink(java.lang.String link)
Sets the link.

Parameters:
link - the new link

getSourcePropertyUId

public java.lang.String getSourcePropertyUId()
Gets the source property id.

Returns:
the source property id

setSourcePropertyUId

public void setSourcePropertyUId(java.lang.String sourcePropertyUId)
Sets the source property id.

Parameters:
sourcePropertyUId - the new source property id

getTargetPropertyUId

public java.lang.String getTargetPropertyUId()
Gets the target property id.

Returns:
the target property id

setTargetPropertyUId

public void setTargetPropertyUId(java.lang.String targetPropertyUId)
Sets the target property id.

Parameters:
targetPropertyUId - the new target property 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.