org.plasma.sdo.access.model
Interface DataEntity

All Known Implementing Classes:
Entity

public interface DataEntity


Method Summary
 void accept(EntityVisitor visitor)
           
 void accept(EntityVisitor visitor, boolean depthFirst)
           
 void add(String name, Object o)
           
 Object get(String name)
           
 Object getEntityId()
           
 Property getIdProperty()
           
 Type getType()
           
 Object set(String name, Object o)
           
 Object setEntityId(Object id)
           
 

Method Detail

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 © 2014. All rights reserved.