public class DataTableEditElement extends PresentationElement
| Constructor and Description |
|---|
DataTableEditElement() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
getNewResource() |
java.lang.String |
getOppositeRelationshipName() |
java.lang.String |
getRelationshipName() |
boolean |
isAllowDeletions() |
boolean |
isAllowInsertion() |
void |
setAllowDeletions(boolean allowDeletions) |
void |
setAllowInsertion(boolean allowInsertion) |
void |
setNewResource(com.fasterxml.jackson.databind.node.ObjectNode newResource) |
void |
setOppositeRelationshipName(java.lang.String oppositeRelationshipName) |
void |
setRelationshipName(java.lang.String relationshipName) |
getComponentId, getId, setComponentId, setIdpublic com.fasterxml.jackson.databind.node.ObjectNode getNewResource()
public void setNewResource(com.fasterxml.jackson.databind.node.ObjectNode newResource)
public java.lang.String getRelationshipName()
public void setRelationshipName(java.lang.String relationshipName)
public java.lang.String getOppositeRelationshipName()
public void setOppositeRelationshipName(java.lang.String oppositeRelationshipName)
public boolean isAllowDeletions()
public void setAllowDeletions(boolean allowDeletions)
public boolean isAllowInsertion()
public void setAllowInsertion(boolean allowInsertion)