类 Attributes<T>
java.lang.Object
org.ssssssss.magicapi.core.model.Attributes<T>
- 类型参数:
T-
- 直接已知子类:
Group,MagicEntity,NamedTable
属性信息
- 作者:
- mxd
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getAttribute(String key) 获取属性voidsetAttribute(String key, T value) 设置属性voidsetProperties(Map<String, T> properties)
-
字段详细资料
-
properties
-
-
构造器详细资料
-
Attributes
public Attributes()
-
-
方法详细资料
-
setAttribute
设置属性- 参数:
key- keyvalue- value
-
getAttribute
获取属性- 参数:
key- key
-
getProperties
-
setProperties
-