@Entity public class JobAlgorithmParameter extends Object
| Constructor and Description |
|---|
JobAlgorithmParameter() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
JobAlgorithm |
getJobAlgorithm() |
String |
getLabel() |
String |
getParameterId() |
String |
getType() |
List<String> |
getValue() |
void |
setId(Long id) |
void |
setJobAlgorithm(JobAlgorithm jobAlgorithm) |
void |
setLabel(String label) |
void |
setParameterId(String parameterId) |
void |
setType(String type) |
void |
setValue(List<String> value) |
public Long getId()
public void setId(Long id)
public String getParameterId()
public void setParameterId(String parameterId)
public String getLabel()
public void setLabel(String label)
public String getType()
public void setType(String type)
public JobAlgorithm getJobAlgorithm()
public void setJobAlgorithm(JobAlgorithm jobAlgorithm)
Copyright © 2019. All rights reserved.