public class Code extends AbsModel
Constructor and Description |
---|
Code() |
Modifier and Type | Method and Description |
---|---|
int |
getCodeTypeId() |
javafx.beans.property.IntegerProperty |
getCodetypeIdProperty() |
java.lang.String |
getDescription() |
javafx.beans.property.StringProperty |
getDescriptionProperty() |
int |
getId() |
javafx.beans.property.IntegerProperty |
getIdProperty() |
boolean |
isValid(java.util.List<java.lang.String> errors)
abstract valid methode. for check if object are valid.
|
void |
setCodeTypeId(int codeTypeId) |
void |
setDescription(java.lang.String description) |
void |
setId(int id) |
public int getId()
public void setId(int id)
public javafx.beans.property.IntegerProperty getIdProperty()
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public javafx.beans.property.StringProperty getDescriptionProperty()
public int getCodeTypeId()
public void setCodeTypeId(int codeTypeId)
public javafx.beans.property.IntegerProperty getCodetypeIdProperty()
public boolean isValid(java.util.List<java.lang.String> errors)
AbsModel