public class UICopyMove extends Object
| Constructor and Description |
|---|
UICopyMove() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCopyFlag() |
UIObject |
getDestination() |
org.json.simple.JSONObject |
getOther() |
String |
getProjectId() |
List<UIObject> |
getSources() |
void |
setCopyFlag(boolean copyFlag) |
void |
setDestination(UIObject destination) |
void |
setOther(org.json.simple.JSONObject other) |
void |
setProjectId(String projectId) |
void |
setSources(List<UIObject> sources) |
public UIObject getDestination()
public void setDestination(UIObject destination)
public boolean getCopyFlag()
public void setCopyFlag(boolean copyFlag)
public org.json.simple.JSONObject getOther()
public void setOther(org.json.simple.JSONObject other)
public String getProjectId()
public void setProjectId(String projectId)
Copyright © 2025. All rights reserved.