|
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.NamedEntityBean
public class NamedEntityBean
A name associated with an entity bean
Constructor Summary | |
---|---|
NamedEntityBean()
Default constructor |
|
NamedEntityBean(String name,
Entity entity)
Create a named entity bean and initialize it using the given entity |
Method Summary | |
---|---|
EntityBean<?> |
getEntity()
Get the entity bean |
String |
getName()
Get the entity name |
void |
setEntity(EntityBean<?> entity)
Set the entity bean |
void |
setName(String name)
Set the entity name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NamedEntityBean()
public NamedEntityBean(String name, Entity entity)
name
- the entity nameentity
- the entityMethod Detail |
---|
public String getName()
public void setName(String name)
name
- the name to setpublic EntityBean<?> getEntity()
public void setEntity(EntityBean<?> entity)
entity
- the entity to set
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |