public class Line extends Object
| 构造器和说明 |
|---|
Line() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getConcurrents() |
String |
getLine_num() |
Integer |
getStatus() |
Long |
getTime_apply() |
Long |
getTime_expire() |
String[] |
getTime_work() |
void |
setConcurrents(Integer concurrents) |
void |
setLine_num(String line_num) |
void |
setStatus(Integer status) |
void |
setTime_apply(Long time_apply) |
void |
setTime_expire(Long time_expire) |
void |
setTime_work(String[] time_work) |
public String getLine_num()
public void setLine_num(String line_num)
public Integer getConcurrents()
public void setConcurrents(Integer concurrents)
public String[] getTime_work()
public void setTime_work(String[] time_work)
public Integer getStatus()
public void setStatus(Integer status)
public Long getTime_apply()
public void setTime_apply(Long time_apply)
public Long getTime_expire()
public void setTime_expire(Long time_expire)
Copyright © 2025. All rights reserved.