public class Tag extends Object implements Serializable
构造器和说明 |
---|
Tag() |
限定符和类型 | 方法和说明 |
---|---|
Tag |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
关键词的描述
|
Integer |
getId()
Get id
|
Integer |
getIsTop()
是否置顶
|
String |
getName()
关键词的名字
|
int |
hashCode() |
Tag |
id(Integer id) |
Tag |
isTop(Integer isTop) |
Tag |
name(String name) |
void |
setDescription(String description) |
void |
setId(Integer id) |
void |
setIsTop(Integer isTop) |
void |
setName(String name) |
String |
toString() |
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Integer getIsTop()
public void setIsTop(Integer isTop)
Copyright © 2017. All rights reserved.