Class ManifestEntity
- java.lang.Object
-
- io.apicurio.registry.utils.impexp.Entity
-
- io.apicurio.registry.utils.impexp.ManifestEntity
-
public class ManifestEntity extends Entity
- Author:
- eric.wittmann@gmail.com
-
-
Field Summary
Fields Modifier and Type Field Description String
exportedBy
Date
exportedOn
String
exportVersion
String
systemDescription
String
systemName
String
systemVersion
-
Constructor Summary
Constructors Constructor Description ManifestEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityType
getEntityType()
-
-
-
Method Detail
-
getEntityType
public EntityType getEntityType()
- Specified by:
getEntityType
in classEntity
- See Also:
Entity.getEntityType()
-
-