| java.lang.Object org.databene.model.data.Entity
Entity | public class Entity implements Composite(Code) | | Abstraction of an entity.
Created: 20.08.2007 19:20:22
|
Entity | public Entity(EntityDescriptor descriptor, Object... componentKeyValues)(Code) | | Parameters: descriptor - the name of the entity, it may be null Parameters: componentKeyValues - |
componentIsSet | public boolean componentIsSet(String componentName)(Code) | | |
get | public Object get(String componentName)(Code) | | Allows for generic 'map-like' access to component values, e.g. by FreeMarker.
Parameters: componentName - the name of the component whose value to return. the value of the specified component. since: 0.4.0 |
hashCode | public int hashCode()(Code) | | |
|
|