public class Drop extends FlowDomainObject
| Modifier and Type | Class and Description |
|---|---|
static class |
Drop.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected DropElementsMap |
elems |
protected String |
fhash |
protected String |
flowId |
protected Location |
location |
protected DropId |
parentDropId |
protected String |
path |
protected Integer |
version |
creationDate, creatorId, id, lastEditDate, lastEditorId| Constructor and Description |
|---|
Drop() |
| Modifier and Type | Method and Description |
|---|---|
DropElementsMap |
getElems() |
String |
getFhash() |
String |
getFlowId() |
Location |
getLocation() |
DropId |
getParentDropId() |
String |
getPath() |
Integer |
getVersion() |
void |
setElems(DropElementsMap elems) |
void |
setFhash(String fhash) |
void |
setFlowId(String flowId) |
void |
setLocation(Location location) |
void |
setParentDropId(DropId parentDropId) |
void |
setPath(String path) |
void |
setVersion(Integer version) |
String |
toString() |
equals, getCreationDate, getCreatorId, getId, getLastEditDate, getLastEditorId, hashCode, setCreationDate, setCreatorId, setId, setLastEditDate, setLastEditorIdprotected DropElementsMap elems
protected String path
protected Integer version
protected DropId parentDropId
protected String fhash
protected Location location
protected String flowId
public String getFlowId()
public void setFlowId(String flowId)
public DropElementsMap getElems()
public void setElems(DropElementsMap elems)
public String getPath()
public void setPath(String path)
public Integer getVersion()
public void setVersion(Integer version)
public DropId getParentDropId()
public void setParentDropId(DropId parentDropId)
public String getFhash()
public void setFhash(String fhash)
public Location getLocation()
public void setLocation(Location location)
public String toString()
toString in class FlowDomainObjectCopyright © 2016. All rights reserved.