@Entity public class OpNote extends Object
| Constructor and Description |
|---|
OpNote() |
OpNote(String id,
String recId,
String type,
String content,
LocalDateTime recTime,
LocalDateTime execTime,
Boolean prematureExc,
Boolean repeatedExec,
String execStatus) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
String |
getExecStatus() |
LocalDateTime |
getExecTime() |
String |
getId() |
Boolean |
getPrematureExc() |
String |
getRecId() |
LocalDateTime |
getRecTime() |
Boolean |
getRepeatedExec() |
String |
getType() |
String |
toString() |
public OpNote()
public OpNote(String id, String recId, String type, String content, LocalDateTime recTime, LocalDateTime execTime, Boolean prematureExc, Boolean repeatedExec, String execStatus)
public String getId()
public String getRecId()
public String getType()
public String getContent()
public LocalDateTime getRecTime()
public LocalDateTime getExecTime()
public Boolean getPrematureExc()
public Boolean getRepeatedExec()
public String getExecStatus()
Copyright © 2019. All rights reserved.