public class InsertOrUpdatePropertyBean extends IdableParameterBean
Constructor and Description |
---|
InsertOrUpdatePropertyBean() |
Modifier and Type | Method and Description |
---|---|
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) |
getEntryStateUId, getUId, setEntryStateUId, setUId
getActualTableSetPrefix, getPrefix, setActualTableSetPrefix, setPrefix
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