public class Locks extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
TYPE_BOOK |
static Integer |
TYPE_LESSON |
static Integer |
TYPE_PERIOD |
static int |
USER_LOCK |
static int |
USER_UNLOCK |
| Constructor and Description |
|---|
Locks() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getTargetID() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserID() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setTargetID(Long targetID) |
void |
setType(Integer type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserID(Long userID) |
String |
toString() |
public static final Integer TYPE_LESSON
public static final Integer TYPE_PERIOD
public static final Integer TYPE_BOOK
public static final int USER_LOCK
public static final int USER_UNLOCK
public Long getId()
public void setId(Long id)
public Long getUserID()
public void setUserID(Long userID)
public Long getTargetID()
public void setTargetID(Long targetID)
public Integer getType()
public void setType(Integer type)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
Copyright © 2018. All Rights Reserved.