public class StatIndicatorClassEditDTO extends Object
| Constructor and Description |
|---|
StatIndicatorClassEditDTO() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Boolean |
getAllowNameDuplicate()
允许名称重复
|
String |
getDes()
描述
|
String |
getFatherId()
父节点标识(没有父节点时值为null)
|
String |
getId()
标识
|
String |
getName()
名称
|
int |
hashCode() |
void |
setAllowNameDuplicate(Boolean allowNameDuplicate)
允许名称重复
|
void |
setDes(String des)
描述
|
void |
setFatherId(String fatherId)
父节点标识(没有父节点时值为null)
|
void |
setId(String id)
标识
|
void |
setName(String name)
名称
|
String |
toString() |
public String getId()
public String getName()
public String getDes()
public String getFatherId()
public Boolean getAllowNameDuplicate()
public void setId(String id)
public void setName(String name)
public void setDes(String des)
public void setFatherId(String fatherId)
public void setAllowNameDuplicate(Boolean allowNameDuplicate)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.