|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexevs.dao.database.ibatis.parameter.PrefixedTableParameterBean
org.lexevs.dao.database.ibatis.parameter.IdableParameterBean
org.lexevs.dao.database.ibatis.property.parameter.InsertOrUpdatePropertyBean
public class InsertOrUpdatePropertyBean
The Class InsertPropertyBean.
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 |
---|
public InsertOrUpdatePropertyBean()
Method Detail |
---|
public Property getProperty()
public void setProperty(Property property)
property
- the new propertypublic java.lang.String getParentUId()
public void setParentUId(java.lang.String parentUId)
parentUId
- the new entity idpublic void setParentType(java.lang.String parentType)
parentType
- the new reference typepublic java.lang.String getParentType()
public java.lang.Boolean getIsPreferred()
public java.lang.String getDegreeOfFidelity()
public java.lang.String getRepresentationalForm()
public java.lang.Boolean getMatchIfNoContext()
public java.util.List<InsertPropertyMultiAttribBean> getPropertyMultiAttribList()
public void setPropertyMultiAttribList(java.util.List<InsertPropertyMultiAttribBean> propertyMultiAttribList)
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. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |