类 TimeSection
- java.lang.Object
-
- org.sagacity.sqltoy.translate.model.TimeSection
-
- 所有已实现的接口:
Serializable
public class TimeSection extends Object implements Serializable
- 版本:
- v1.0,Date:2018年3月12日
- 作者:
- zhongxuchen
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 TimeSection()
-
-
-
方法详细资料
-
getStart
public int getStart()
- 返回:
- the start
-
setStart
public void setStart(int start)
- 参数:
start- the start to set
-
getEnd
public int getEnd()
- 返回:
- the end
-
setEnd
public void setEnd(int end)
- 参数:
end- the end to set
-
getIntervalSeconds
public int getIntervalSeconds()
- 返回:
- the intervalSeconds
-
setIntervalSeconds
public void setIntervalSeconds(int intervalSeconds)
- 参数:
intervalSeconds- the intervalSeconds to set
-
-