public class FilePropertyDTO extends Object
| Constructor and Description |
|---|
FilePropertyDTO() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getKey()
标识
|
String |
getName()
名称
|
Boolean |
getNecessary()
是否为必须
|
Integer |
getNodeType()
适用的节点类型
|
Boolean |
getUnique()
是否唯一
|
int |
hashCode() |
void |
setKey(String key)
标识
|
void |
setName(String name)
名称
|
void |
setNecessary(Boolean necessary)
是否为必须
|
void |
setNodeType(Integer nodeType)
适用的节点类型
|
void |
setUnique(Boolean unique)
是否唯一
|
String |
toString() |
public String getKey()
public String getName()
public Integer getNodeType()
public Boolean getUnique()
public Boolean getNecessary()
public void setKey(String key)
public void setName(String name)
public void setNodeType(Integer nodeType)
public void setUnique(Boolean unique)
public void setNecessary(Boolean necessary)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.