org.plasma.sdo.access.model
Interface DataEntity
- All Known Implementing Classes:
- Entity
public interface DataEntity
get
Object get(String name)
throws IllegalAccessException,
IllegalArgumentException,
InvocationTargetException
- Throws:
IllegalAccessException
IllegalArgumentException
InvocationTargetException
set
Object set(String name,
Object o)
throws IllegalAccessException,
IllegalArgumentException,
InvocationTargetException
- Throws:
IllegalAccessException
IllegalArgumentException
InvocationTargetException
add
void add(String name,
Object o)
throws IllegalAccessException,
IllegalArgumentException,
InvocationTargetException
- Throws:
IllegalAccessException
IllegalArgumentException
InvocationTargetException
getEntityId
Object getEntityId()
throws IllegalAccessException,
IllegalArgumentException,
InvocationTargetException
- Throws:
IllegalAccessException
IllegalArgumentException
InvocationTargetException
setEntityId
Object setEntityId(Object id)
throws IllegalAccessException,
IllegalArgumentException,
InvocationTargetException
- Throws:
IllegalAccessException
IllegalArgumentException
InvocationTargetException
accept
void accept(EntityVisitor visitor)
accept
void accept(EntityVisitor visitor,
boolean depthFirst)
getType
Type getType()
getIdProperty
Property getIdProperty()
Copyright © 2013. All rights reserved.