Package eu.clarin.weblicht.wlfxb.tc.xb
Class ReferencedEntityStored
- java.lang.Object
-
- eu.clarin.weblicht.wlfxb.tc.xb.ReferencedEntityStored
-
- All Implemented Interfaces:
ReferencedEntity
public class ReferencedEntityStored extends Object implements ReferencedEntity
- Author:
- Yana Panchenko
-
-
Field Summary
Fields Modifier and Type Field Description protected ExternalReferenceStoredexternalRefprotected Stringidprotected List<ReferenceStored>referencesstatic StringXML_NAME
-
Constructor Summary
Constructors Constructor Description ReferencedEntityStored()
-
-
-
Field Detail
-
XML_NAME
public static final String XML_NAME
- See Also:
- Constant Field Values
-
id
protected String id
-
externalRef
protected ExternalReferenceStored externalRef
-
references
protected List<ReferenceStored> references
-
-
Method Detail
-
getExternalId
public String getExternalId()
- Specified by:
getExternalIdin interfaceReferencedEntity
-
getReferences
public Reference[] getReferences()
- Specified by:
getReferencesin interfaceReferencedEntity
-
-