public class ExportedItem extends java.lang.Object implements ImportableElement
| Constructor and Description |
|---|
ExportedItem(java.lang.String id,
java.lang.Class<?> type,
java.util.Collection<ItemProperty> properties,
java.lang.Class<?> exporterType,
Element el) |
| Modifier and Type | Method and Description |
|---|---|
Element |
getElement() |
java.util.Collection<java.lang.String> |
getEnclosedObjectIds() |
java.lang.Class<?> |
getExporterType() |
java.lang.String |
getId() |
java.util.Collection<ItemProperty> |
getProperties() |
ItemProperty |
getPropertyByName(java.lang.String name) |
java.util.Collection<java.lang.String> |
getReferencedIDs() |
java.lang.Class<?> |
getType() |
public ExportedItem(java.lang.String id,
java.lang.Class<?> type,
java.util.Collection<ItemProperty> properties,
java.lang.Class<?> exporterType,
Element el)
public java.lang.String getId()
getId in interface ImportableElementpublic java.lang.Class<?> getType()
getType in interface ImportableElementpublic java.util.Collection<ItemProperty> getProperties()
getProperties in interface ImportableElementpublic java.lang.Class<?> getExporterType()
public java.util.Collection<java.lang.String> getReferencedIDs()
public java.util.Collection<java.lang.String> getEnclosedObjectIds()
public ItemProperty getPropertyByName(java.lang.String name)
public Element getElement()