
public class LaadProces extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LaadProces.STATUS |
| Constructor and Description |
|---|
LaadProces() |
LaadProces(String bestandNaam,
String soort) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getBestandDatum() |
String |
getBestandNaam() |
String |
getContactEmail() |
String |
getGebied() |
Long |
getId() |
String |
getOpmerking() |
String |
getSoort() |
LaadProces.STATUS |
getStatus() |
Date |
getStatusDatum() |
void |
setBestandDatum(Date bestandDatum) |
void |
setBestandNaam(String bestandNaam) |
void |
setContactEmail(String contactEmail) |
void |
setGebied(String gebied) |
void |
setId(Long id) |
void |
setOpmerking(String opmerking) |
void |
setSoort(String soort) |
void |
setStatus(LaadProces.STATUS status) |
void |
setStatusDatum(Date statusDatum) |
public Long getId()
public void setId(Long id)
public String getBestandNaam()
public void setBestandNaam(String bestandNaam)
public Date getBestandDatum()
public void setBestandDatum(Date bestandDatum)
public String getSoort()
public void setSoort(String soort)
public String getGebied()
public void setGebied(String gebied)
public String getOpmerking()
public void setOpmerking(String opmerking)
public LaadProces.STATUS getStatus()
public void setStatus(LaadProces.STATUS status)
public Date getStatusDatum()
public void setStatusDatum(Date statusDatum)
public String getContactEmail()
public void setContactEmail(String contactEmail)
Copyright © 2014–2017 B3Partners B.V.. All rights reserved.