public class GcomponentEn extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
DEFAULT_GLOBAL_COMPONENT_LEVEL
pc端默认level
|
static int |
GLOBAL_CLASSIFY_COMPONENT
全局组件:分类列表解析
|
static int |
GLOBAL_NO_NEED_PARSE_COMPONENT
全局组件:不需要解析组件
|
| 构造器和说明 |
|---|
GcomponentEn() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Integer |
getLevel() |
Long |
getMerchantId() |
String |
getName() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
String |
getValue() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setLevel(Integer level) |
void |
setMerchantId(Long merchantId) |
void |
setName(String name) |
void |
setType(Integer type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setValue(String value) |
String |
toString() |
public static final int GLOBAL_NO_NEED_PARSE_COMPONENT
public static final int GLOBAL_CLASSIFY_COMPONENT
public static final int DEFAULT_GLOBAL_COMPONENT_LEVEL
public Long getId()
public void setId(Long id)
public Long getMerchantId()
public void setMerchantId(Long merchantId)
public Integer getType()
public void setType(Integer type)
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public Integer getLevel()
public void setLevel(Integer level)
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 © 2022. All rights reserved.