public class DmFileProperty extends Object implements Serializable
| Constructor and Description |
|---|
DmFileProperty() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getKey()
关键字
|
String |
getName()
名称
|
Short |
getNecessary()
是否必选
|
Integer |
getObjectType()
适用对象类型: 0-文件; 1-文件夹; 2-数据包
|
Short |
getUnique()
是否唯一
|
int |
hashCode() |
void |
setKey(String key)
关键字
|
void |
setName(String name)
名称
|
void |
setNecessary(Short necessary)
是否必选
|
void |
setObjectType(Integer objectType)
适用对象类型: 0-文件; 1-文件夹; 2-数据包
|
void |
setUnique(Short unique)
是否唯一
|
String |
toString() |
public String getKey()
public String getName()
public Integer getObjectType()
public Short getUnique()
public Short getNecessary()
public void setKey(String key)
public void setName(String name)
public void setObjectType(Integer objectType)
public void setUnique(Short unique)
public void setNecessary(Short necessary)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.