public class Skill extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Long |
ROOT_SKILL |
| Constructor and Description |
|---|
Skill() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Integer |
getDocumentCount() |
Long |
getId() |
String |
getName() |
Long |
getOccupationId() |
Long |
getParentId() |
Integer |
getPriority() |
Integer |
getSort() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
BigDecimal |
getValue() |
Integer |
getVideoCount() |
void |
setContent(String content) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDocumentCount(Integer documentCount) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setOccupationId(Long occupationId) |
void |
setParentId(Long parentId) |
void |
setPriority(Integer priority) |
void |
setSort(Integer sort) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setValue(BigDecimal value) |
void |
setVideoCount(Integer videoCount) |
String |
toString() |
public static final Long ROOT_SKILL
public Long getId()
public void setId(Long id)
public BigDecimal getValue()
public void setValue(BigDecimal value)
public Long getParentId()
public void setParentId(Long parentId)
public Long getOccupationId()
public void setOccupationId(Long occupationId)
public Integer getPriority()
public void setPriority(Integer priority)
public String getName()
public void setName(String name)
public String getContent()
public void setContent(String content)
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)
public Integer getDocumentCount()
public void setDocumentCount(Integer documentCount)
public Integer getVideoCount()
public void setVideoCount(Integer videoCount)
public Integer getSort()
public void setSort(Integer sort)
Copyright © 2017. All rights reserved.