public class DropletAction extends Object
Constructor and Description |
---|
DropletAction() |
DropletAction(ActionType type) |
Modifier and Type | Method and Description |
---|---|
Integer |
getImage() |
Integer |
getKernel() |
String |
getName() |
String |
getSize() |
ActionType |
getType() |
void |
setImage(Integer image) |
void |
setKernel(Integer kernel) |
void |
setName(String name) |
void |
setSize(String size) |
void |
setType(ActionType type) |
String |
toString() |
public DropletAction()
public DropletAction(ActionType type)
public ActionType getType()
public void setType(ActionType type)
type
- the type to setpublic String getName()
public void setName(String name)
name
- the name to setpublic Integer getImage()
public void setImage(Integer image)
image
- the image to setpublic Integer getKernel()
public void setKernel(Integer kernel)
kernel
- the kernel to setpublic String getSize()
public void setSize(String size)
size
- the size to set
Copyright © myjeeva blog, All rights reserved.
The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons – Attribution-ShareAlike 4.0 International (CC BY-SA 4.0). Libraries and code snippets on myjeeva blog has license information.