public class Violation extends Object
| Constructor and Description |
|---|
Violation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getForeignKeyValue() |
Float |
getPercentage() |
Long |
getRecords() |
void |
setForeignKeyValue(String foreignKeyValue) |
void |
setPercentage(Float percentage) |
void |
setRecords(Long records) |
String |
toString() |
public String getForeignKeyValue()
public void setForeignKeyValue(String foreignKeyValue)
public Long getRecords()
public void setRecords(Long records)
public Float getPercentage()
public void setPercentage(Float percentage)
Copyright © 2018–2020 ODPi. All rights reserved.