public class InsertPropertyLinkBean extends IdableParameterBean
Constructor and Description |
---|
InsertPropertyLinkBean() |
Modifier and Type | Method and Description |
---|---|
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.
|
getEntryStateUId, getUId, setEntryStateUId, setUId
getActualTableSetPrefix, getPrefix, setActualTableSetPrefix, setPrefix
public java.lang.String getEntityUId()
public void setEntityUId(java.lang.String entityUId)
entityUId
- the new entity idpublic java.lang.String getLink()
public void setLink(java.lang.String link)
link
- the new linkpublic java.lang.String getSourcePropertyUId()
public void setSourcePropertyUId(java.lang.String sourcePropertyUId)
sourcePropertyUId
- the new source property idpublic java.lang.String getTargetPropertyUId()
public void setTargetPropertyUId(java.lang.String targetPropertyUId)
targetPropertyUId
- the new target property id