Package ru.moysklad.remap_1_2.entities
Class Attribute
- java.lang.Object
-
- ru.moysklad.remap_1_2.entities.Entity
-
- ru.moysklad.remap_1_2.entities.MetaEntity
-
- ru.moysklad.remap_1_2.entities.Attribute
-
- Direct Known Subclasses:
DocumentAttribute
public class Attribute extends MetaEntity
Дополнительное поле типа справочник
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttribute.TypeТип дополнительного поля
-
Field Summary
-
Fields inherited from class ru.moysklad.remap_1_2.entities.MetaEntity
meta
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TgetValueAs(Class<T> tClass)
-
-
-
Constructor Detail
-
Attribute
public Attribute(String id)
-
Attribute
public Attribute(Meta.Type attributeEntityType, String id, Attribute.Type type, Object value)
-
Attribute
public Attribute(Meta.Type attributeEntityType, String id, MetaEntity value)
-
-
Method Detail
-
getValueAs
public <T> T getValueAs(Class<T> tClass)
-
-