public class Formation extends Object implements Serializable
Constructor and Description |
---|
Formation() |
Modifier and Type | Method and Description |
---|---|
App |
getApp() |
String |
getCommand() |
String |
getCreated_at() |
String |
getId() |
int |
getQuantity() |
String |
getSize() |
String |
getType() |
String |
getUpdated_at() |
void |
setApp(App app) |
void |
setCommand(String command) |
void |
setCreated_at(String created_at) |
void |
setId(String id) |
void |
setQuantity(int quantity) |
void |
setSize(String size) |
void |
setType(String type) |
void |
setUpdated_at(String updated_at) |
public App getApp()
public void setApp(App app)
public String getCommand()
public void setCommand(String command)
public String getCreated_at()
public void setCreated_at(String created_at)
public String getId()
public void setId(String id)
public int getQuantity()
public void setQuantity(int quantity)
public String getSize()
public void setSize(String size)
public String getType()
public void setType(String type)
public String getUpdated_at()
public void setUpdated_at(String updated_at)
Copyright © 2017. All rights reserved.