public class JdsEntityOverview
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private javafx.beans.property.SimpleObjectProperty<java.time.LocalDateTime> |
dateCreated |
private javafx.beans.property.SimpleObjectProperty<java.time.LocalDateTime> |
dateModified |
private javafx.beans.property.SimpleStringProperty |
entityGuid |
private javafx.beans.property.SimpleLongProperty |
serviceCode |
Constructor and Description |
---|
JdsEntityOverview() |
Modifier and Type | Method and Description |
---|---|
java.time.LocalDateTime |
getDateCreated() |
java.time.LocalDateTime |
getDateModified() |
long |
getEntityCode() |
java.lang.String |
getEntityGuid() |
void |
setDateCreated(java.time.LocalDateTime dateCreated) |
void |
setDateModified(java.time.LocalDateTime dateModified) |
void |
setEntityCode(long serviceCode) |
void |
setEntityGuid(java.lang.String entityGuid) |
private final javafx.beans.property.SimpleObjectProperty<java.time.LocalDateTime> dateCreated
private final javafx.beans.property.SimpleObjectProperty<java.time.LocalDateTime> dateModified
private final javafx.beans.property.SimpleLongProperty serviceCode
private final javafx.beans.property.SimpleStringProperty entityGuid
public java.time.LocalDateTime getDateCreated()
public void setDateCreated(java.time.LocalDateTime dateCreated)
public java.time.LocalDateTime getDateModified()
public void setDateModified(java.time.LocalDateTime dateModified)
public long getEntityCode()
public void setEntityCode(long serviceCode)
public java.lang.String getEntityGuid()
public void setEntityGuid(java.lang.String entityGuid)