Package ru.moysklad.remap_1_2.entities
Class Entity
- java.lang.Object
-
- ru.moysklad.remap_1_2.entities.Entity
-
- Direct Known Subclasses:
EmployeePermission,GlobalMetadata,MetaEntity
public abstract class Entity extends Object
Класс сущности
-
-
Constructor Summary
Constructors Constructor Description Entity()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T extends Entity>
Tclone(T original)Клонирует сущность, создавая новые объекты для полей со значениями оригинальной сущности<T extends Entity>
voidset(T other)Присваивает полям этой сущности значения полей другой сущности
-