public class DropletAction
extends java.lang.Object
| Constructor and Description | 
|---|
DropletAction()  | 
DropletAction(ActionType type)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Boolean | 
getDisk()  | 
java.lang.Integer | 
getImage()  | 
java.lang.Integer | 
getKernel()  | 
java.lang.String | 
getName()  | 
java.lang.String | 
getSize()  | 
ActionType | 
getType()  | 
void | 
setDisk(java.lang.Boolean disk)  | 
void | 
setImage(java.lang.Integer image)  | 
void | 
setKernel(java.lang.Integer kernel)  | 
void | 
setName(java.lang.String name)  | 
void | 
setSize(java.lang.String size)  | 
void | 
setType(ActionType type)  | 
java.lang.String | 
toString()  | 
public DropletAction()
public DropletAction(ActionType type)
public java.lang.String toString()
toString in class java.lang.Objectpublic ActionType getType()
public void setType(ActionType type)
type - the type to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name to setpublic java.lang.Integer getImage()
public void setImage(java.lang.Integer image)
image - the image to setpublic java.lang.Integer getKernel()
public void setKernel(java.lang.Integer kernel)
kernel - the kernel to setpublic java.lang.String getSize()
public void setSize(java.lang.String size)
size - the size to setpublic java.lang.Boolean getDisk()
public void setDisk(java.lang.Boolean disk)
disk - 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.