|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.common.align.io.impl.internal.EntityBean<T>
T
- the entity definition typepublic abstract class EntityBean<T extends EntityDefinition>
Represents an Entity
Constructor Summary | |
---|---|
EntityBean()
Default constructor |
|
EntityBean(QName typeName,
String filter)
Create an entity bean with the given type name |
Method Summary | |
---|---|
abstract Entity |
createEntity(TypeIndex types,
SchemaSpaceID schemaSpace)
Create the represented entity |
protected abstract T |
createEntityDefinition(TypeIndex index,
SchemaSpaceID schemaSpace)
Get the entity definition |
String |
getFilter()
Get the type filter. |
QName |
getTypeName()
Get the type name |
void |
setFilter(String filter)
Set the type filter. |
void |
setTypeName(QName typeName)
Set the type name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntityBean()
public EntityBean(QName typeName, String filter)
typeName
- the type namefilter
- the filter to the type entityMethod Detail |
---|
protected abstract T createEntityDefinition(TypeIndex index, SchemaSpaceID schemaSpace)
index
- the type indexschemaSpace
- the associated schema space
public abstract Entity createEntity(TypeIndex types, SchemaSpaceID schemaSpace)
types
- the type indexschemaSpace
- the associated schema space
public String getFilter()
public void setFilter(String filter)
filter
- the type filter to setpublic QName getTypeName()
public void setTypeName(QName typeName)
typeName
- the type name to set
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |