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

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.InsertOrUpdatePropertyBean

public class InsertOrUpdatePropertyBean
extends IdableParameterBean

The Class InsertPropertyBean.

Author:
Kevin Peterson

Constructor Summary
InsertOrUpdatePropertyBean()
           
 
Method Summary
 java.lang.String getDegreeOfFidelity()
           
 java.lang.Boolean getIsPreferred()
           
 java.lang.Boolean getMatchIfNoContext()
           
 java.lang.String getParentType()
          Gets the reference type.
 java.lang.String getParentUId()
          Gets the entity id.
 Property getProperty()
          Gets the property.
 java.util.List<InsertPropertyMultiAttribBean> getPropertyMultiAttribList()
           
 java.lang.String getRepresentationalForm()
           
 void setParentType(java.lang.String parentType)
          Sets the parent type.
 void setParentUId(java.lang.String parentUId)
          Sets the parent id.
 void setProperty(Property property)
          Sets the property.
 void setPropertyMultiAttribList(java.util.List<InsertPropertyMultiAttribBean> propertyMultiAttribList)
           
 
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

InsertOrUpdatePropertyBean

public InsertOrUpdatePropertyBean()
Method Detail

getProperty

public Property getProperty()
Gets the property.

Returns:
the property

setProperty

public void setProperty(Property property)
Sets the property.

Parameters:
property - the new property

getParentUId

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

Returns:
the entity id

setParentUId

public void setParentUId(java.lang.String parentUId)
Sets the parent id.

Parameters:
parentUId - the new entity id

setParentType

public void setParentType(java.lang.String parentType)
Sets the parent type.

Parameters:
parentType - the new reference type

getParentType

public java.lang.String getParentType()
Gets the reference type.

Returns:
the reference type

getIsPreferred

public java.lang.Boolean getIsPreferred()
Returns:
the isPreferred

getDegreeOfFidelity

public java.lang.String getDegreeOfFidelity()
Returns:
the representationalForm

getRepresentationalForm

public java.lang.String getRepresentationalForm()
Returns:
the representationalForm

getMatchIfNoContext

public java.lang.Boolean getMatchIfNoContext()
Returns:
the matchIfNoContext

getPropertyMultiAttribList

public java.util.List<InsertPropertyMultiAttribBean> getPropertyMultiAttribList()
Returns:
the propertyMultiAttribList

setPropertyMultiAttribList

public void setPropertyMultiAttribList(java.util.List<InsertPropertyMultiAttribBean> propertyMultiAttribList)
Parameters:
propertyMultiAttribList - the propertyMultiAttribList 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.