no message
This commit is contained in:
@@ -17,6 +17,8 @@ public class ServerSapfor extends riDBObject {
|
||||
public String call_command = ""; //полная команда вызова.
|
||||
public String version = "?";
|
||||
public long buildDate = 0;
|
||||
@Description("DEFAULT 'Done'")
|
||||
public ServerSapforState state = ServerSapforState.Done;
|
||||
public Date getBuildDate() {
|
||||
return new Date(buildDate);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user