@Entity @Unique(value={"shiftPattern","seq"}) @Relation(value="WorkCalendarEntity") public class ShiftPatternEntity extends BuildtimeBaseEntity
限定符和类型 | 字段和说明 |
---|---|
static String |
NAME |
static String |
SEQ |
static String |
SHIFT_ID |
static String |
TIME_FROM |
static String |
TIME_TO |
static String |
TYPE |
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
构造器和说明 |
---|
ShiftPatternEntity() |
限定符和类型 | 方法和说明 |
---|---|
String |
getActionType() |
String |
getName() |
int |
getSeq() |
long |
getShiftId() |
String |
getShiftPattern() |
String |
getTimeFrom() |
String |
getTimeTo() |
void |
setActionType(String type) |
void |
setSeq(int seq) |
void |
setShiftId(long shiftId) |
void |
setShiftPattern(String shiftPattern) |
void |
setTimeFrom(String timeFrom) |
void |
setTimeTo(String timeTo) |
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 String getName()
public int getSeq()
public void setSeq(int seq)
public long getShiftId()
public void setShiftId(long shiftId)
public String getShiftPattern()
public void setShiftPattern(String shiftPattern)
public String getTimeFrom()
public void setTimeFrom(String timeFrom)
public String getTimeTo()
public void setTimeTo(String timeTo)
public String getActionType()
public void setActionType(String type)
Copyright © 2019. All rights reserved.