public class CodeType extends AbsModel
Constructor and Description |
---|
CodeType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDesc() |
javafx.beans.property.StringProperty |
getDescProperty() |
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 |
setDesc(java.lang.String desc) |
void |
setId(int id) |
public int getId()
public void setId(int id)
public javafx.beans.property.IntegerProperty getIdProperty()
public java.lang.String getDesc()
public void setDesc(java.lang.String desc)
public javafx.beans.property.StringProperty getDescProperty()
public boolean isValid(java.util.List<java.lang.String> errors)
AbsModel