public class EntityAttributeDTO extends Object implements Serializable
| 构造器和说明 |
|---|
EntityAttributeDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDefaultLabel() |
List<EntityAttributeLabelInfo> |
getEntityAttributeLabelList() |
String |
getEntityType() |
Long |
getId() |
int |
getIndex() |
String |
getInputType() |
String |
getKey() |
Integer |
getMaxLength() |
Integer |
getMinLength() |
String |
getRegex()
已过时。
|
String |
getSelector() |
boolean |
isRequired() |
void |
setDefaultLabel(String defaultLabel) |
void |
setEntityAttributeLabelList(List<EntityAttributeLabelInfo> entityAttributeLabelList) |
void |
setEntityType(String entityType) |
void |
setId(Long id) |
void |
setIndex(int index) |
void |
setInputType(String inputType) |
void |
setKey(String key) |
void |
setMaxLength(Integer maxLength) |
void |
setMinLength(Integer minLength) |
void |
setRegex(String regex)
已过时。
|
void |
setRequired(boolean required) |
void |
setSelector(String selector) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getEntityType()
public void setEntityType(String entityType)
public String getInputType()
public void setInputType(String inputType)
public Integer getMinLength()
public void setMinLength(Integer minLength)
public Integer getMaxLength()
public void setMaxLength(Integer maxLength)
public boolean isRequired()
public void setRequired(boolean required)
@Deprecated public String getRegex()
@Deprecated public void setRegex(String regex)
public String getSelector()
public void setSelector(String selector)
public String getKey()
public void setKey(String key)
public int getIndex()
public void setIndex(int index)
public String getDefaultLabel()
public void setDefaultLabel(String defaultLabel)
public List<EntityAttributeLabelInfo> getEntityAttributeLabelList()
public void setEntityAttributeLabelList(List<EntityAttributeLabelInfo> entityAttributeLabelList)
Copyright © 2021. All rights reserved.