@Entity @Unique(value={"pLineId","calendarDate"}) public class WorkCalendarEntity extends BuildtimeBaseEntity
限定符和类型 | 字段和说明 |
---|---|
static String |
BREAK_TIME |
static String |
CALENDAR_DATE |
static String |
MONTH_CODE |
static String |
PRODUCTION_LINE_ID |
static String |
QUARTER_CODE |
static String |
SHIFT_PATTERN_ID |
static String |
THEO_TAKT_TIME |
static String |
WEEK_CODE |
category, CATEGORY
COMPANY_ID, CREATE_IP, CREATE_TIME, CREATE_USER_FULL_NAME, CREATE_USER_ID, CREATE_USER_NAME, DELETE_IP, DELETE_TIME, DELETE_USER_FULL_NAME, DELETE_USER_ID, DELETE_USER_NAME, DELETED, DESCRIPTION, DTS_CREATION_BID, DTS_MODIFIED_BID, LM_IP, LM_TIME, LM_USER_FULL_NAME, LM_USER_ID, LM_USER_NAME, PLATFORM_ID, ROW_LOG_ID
构造器和说明 |
---|
WorkCalendarEntity() |
限定符和类型 | 方法和说明 |
---|---|
int |
getBreakTime() |
Date |
getCalendarDate() |
String |
getMonthCode() |
long |
getpLineId() |
String |
getQuarterCode() |
long |
getShiftPatternId() |
int |
getTheoTaktTime() |
String |
getWeekCode() |
void |
setBreakTime(int breakTime) |
void |
setCalendarDate(Date calendarDate) |
void |
setMonthCode(String monthCode) |
void |
setpLineId(long pLineId) |
void |
setQuarterCode(String quarterCode) |
void |
setShiftPatternId(long shiftPatternId) |
void |
setTheoTaktTime(int theoTaktTime) |
void |
setWeekCode(String weekCode) |
getCategory, setCategory
isNew
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setCompanyId, setCreateBid, setCreateIp, setCreateTime, setCreateUserFullName, setCreateUserId, setCreateUserName, setDeleted, setDeleteIp, setDeleteTime, setDeleteUserFullName, setDeleteUserId, setDeleteUserName, setLastModifyIp, setLastModifyTime, setLastModifyUserFullName, setLastModifyUserId, setLastModifyUserName, setModifyBid, setPlatformId, setRowLogId
setId
getCompanyId, getCreateBid, getCreateIp, getCreateTime, getCreateUserFullName, getCreateUserId, getCreateUserName, getDeleteIp, getDeleteTime, getDeleteUserFullName, getDeleteUserId, getDeleteUserName, getDescription, getLastModifyIp, getLastModifyTime, getLastModifyUserFullName, getLastModifyUserId, getLastModifyUserName, getModifyBid, getPlatformId, getRowLogId, isDeleted, setDescription
public long getpLineId()
public void setpLineId(long pLineId)
public Date getCalendarDate()
public void setCalendarDate(Date calendarDate)
public String getWeekCode()
public void setWeekCode(String weekCode)
public String getMonthCode()
public void setMonthCode(String monthCode)
public String getQuarterCode()
public void setQuarterCode(String quarterCode)
public long getShiftPatternId()
public void setShiftPatternId(long shiftPatternId)
public int getBreakTime()
public void setBreakTime(int breakTime)
public int getTheoTaktTime()
public void setTheoTaktTime(int theoTaktTime)
Copyright © 2019. All rights reserved.