public class Batch extends Object
| Constructor and Description |
|---|
Batch() |
Batch(Long id,
UUID uuid,
String name,
String type,
Long farmId) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getFarmId() |
Long |
getId() |
String |
getName() |
String |
getType() |
UUID |
getUuid() |
void |
setFarmId(Long farmId) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setType(String type) |
void |
setUuid(UUID uuid) |
public Long getId()
public void setId(Long id)
public UUID getUuid()
public void setUuid(UUID uuid)
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public Long getFarmId()
public void setFarmId(Long farmId)
Copyright © 2019. All Rights Reserved.