public abstract class ItemSystemBase<ItemType extends ItemBase> extends ItemBase
Constructor and Description |
---|
ItemSystemBase() |
Modifier and Type | Method and Description |
---|---|
void |
addMember(ItemType member) |
void |
export(Exporter exporter)
Exported representation of Item
|
int |
getMemberCount() |
boolean |
isDuplicat(Parser parser,
Item item)
Called if an item with an identical name is found.
|
java.util.Enumeration<ItemType> |
members() |
java.lang.String |
toString() |
addAttribute, attributes, base64toGUID, categoryFromAttribute, documents, getAttribute, getAttributeCount, getCategory, getCreatedBy, getCreatedOn, getDescription, getDocument, getExternalIdentifier, getExternalObject, getExternalSystem, getExtIdentifier, getExtObject, getExtSystem, getFacilityReference, getKey, getName, getParentRef, getSourceFile, getUniqueId, isMatch, isStringGUID, isStringReviUID, removeAttribute, removeDocument, resolveFacilityRef, resolveRerefences, reviUIDroExportGUID, setCategory, setCreatedBy, setCreatedOn, setCreatingContact, setDescription, setExtIdentifier, setExtObject, setExtSystem, setFacilityReference, setGuidConversionFlag, setMatch, setName, setSourceFile, setUniqueId, setUniqueIdConversionFlag, skip, update, valueHasContent
public void addMember(ItemType member)
public boolean isDuplicat(Parser parser, Item item)
Item
isDuplicat
in interface Item
isDuplicat
in class ItemBase
public java.util.Enumeration<ItemType> members()
public int getMemberCount()