@Entity public class MaatregelEigenschap extends Object
| Constructor and Description |
|---|
MaatregelEigenschap() |
| Modifier and Type | Method and Description |
|---|---|
List<MaatregelEigenschapCustomInput> |
getCustomInputs() |
String |
getDeficode() |
Integer |
getHoeveelheid() |
Long |
getId() |
MaatregelGepland |
getMaatregel() |
void |
setCustomInputs(List<MaatregelEigenschapCustomInput> customInputs) |
void |
setDeficode(String deficode) |
void |
setHoeveelheid(Integer hoeveelheid) |
void |
setId(Long id) |
void |
setMaatregel(MaatregelGepland maatregel) |
public MaatregelGepland getMaatregel()
public void setMaatregel(MaatregelGepland maatregel)
public String getDeficode()
public void setDeficode(String deficode)
public Integer getHoeveelheid()
public void setHoeveelheid(Integer hoeveelheid)
public Long getId()
public void setId(Long id)
public List<MaatregelEigenschapCustomInput> getCustomInputs()
public void setCustomInputs(List<MaatregelEigenschapCustomInput> customInputs)
Copyright © 2015. All rights reserved.