Package de.xima.fc.serialize
Class DeserializedEntity
- java.lang.Object
-
- de.xima.fc.serialize.DeserializedEntity
-
@Deprecated public class DeserializedEntity extends Object
Deprecated.IEntityDeserializationResult
is now used for entity deserializationr results- Since:
- 6.6.0
- Author:
- XIMA MEDIA GmbH, Dresden - 22.05.2020
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Set<IEntityDependency>
getDependencies()
Deprecated.de.xima.cmn.dao.interfaces.IEntity<Long>
getEntity()
Deprecated.String
getImportJson()
Deprecated.String
toString()
Deprecated.
-
-
-
Method Detail
-
getEntity
public de.xima.cmn.dao.interfaces.IEntity<Long> getEntity()
Deprecated.
-
getDependencies
public Set<IEntityDependency> getDependencies()
Deprecated.
-
getImportJson
public String getImportJson()
Deprecated.
-
-