|
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<PropertyEntityDefinition>
eu.esdihumboldt.hale.common.align.io.impl.internal.PropertyBean
public class PropertyBean
Represents a Property
.
Constructor Summary | |
---|---|
PropertyBean()
Default constructor |
|
PropertyBean(Property property)
Create a property entity bean based on the given property entity |
Method Summary | |
---|---|
Entity |
createEntity(TypeIndex types,
SchemaSpaceID schemaSpace)
Create the represented entity |
protected PropertyEntityDefinition |
createEntityDefinition(TypeIndex index,
SchemaSpaceID schemaSpace)
Get the entity definition |
List<ChildContextBean> |
getProperties()
Get the property names |
void |
setProperties(List<ChildContextBean> properties)
Set the property names |
Methods inherited from class eu.esdihumboldt.hale.common.align.io.impl.internal.EntityBean |
---|
getFilter, getTypeName, setFilter, setTypeName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyBean()
public PropertyBean(Property property)
property
- the property entityMethod Detail |
---|
public Entity createEntity(TypeIndex types, SchemaSpaceID schemaSpace)
EntityBean
createEntity
in class EntityBean<PropertyEntityDefinition>
types
- the type indexschemaSpace
- the associated schema space
EntityBean.createEntity(TypeIndex, SchemaSpaceID)
protected PropertyEntityDefinition createEntityDefinition(TypeIndex index, SchemaSpaceID schemaSpace)
EntityBean
createEntityDefinition
in class EntityBean<PropertyEntityDefinition>
index
- the type indexschemaSpace
- the associated schema space
EntityBean.createEntityDefinition(TypeIndex, SchemaSpaceID)
public List<ChildContextBean> getProperties()
public void setProperties(List<ChildContextBean> properties)
properties
- the property names to set
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |