public class ShoppingList.YearEntry extends Object
| Constructor and Description |
|---|
YearEntry() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAnchorsSystem() |
int |
getAutofeedingMachine() |
int |
getCage() |
double |
getFeed() |
double |
getFry() |
int |
getNets() |
int |
getSupportEquipment() |
int |
getYear() |
void |
setAnchorsSystem(int anchorsSystem) |
void |
setAutofeedingMachine(int autofeedingMachine) |
void |
setCage(int cage) |
void |
setFeed(double feed) |
void |
setFry(double fry) |
void |
setNets(int nets) |
void |
setSupportEquipment(int supportEquipment) |
void |
setYear(int year) |
public int getYear()
public void setYear(int year)
public int getCage()
public void setCage(int cage)
public int getNets()
public void setNets(int nets)
public int getAnchorsSystem()
public void setAnchorsSystem(int anchorsSystem)
public int getAutofeedingMachine()
public void setAutofeedingMachine(int autofeedingMachine)
public int getSupportEquipment()
public void setSupportEquipment(int supportEquipment)
public double getFeed()
public void setFeed(double feed)
public double getFry()
public void setFry(double fry)
Copyright © 2016. All Rights Reserved.