nl.gx.webmanager.services.entitymanager
Interface EntityDefinition


public interface EntityDefinition

Definition for an entity, associating its' implementation, interfaces and nodetype.

Author:
bramk, bartk

Method Summary
 java.lang.String getImplementation()
          Returns null or the fully qualified classname of the implementation class.
 java.lang.String[] getInterfaces()
          Returns null or an array of fully qualified classnames of the interfaces.
 java.lang.String getNodeType()
          Returns null or the fully qualified nodetype name.
 

Method Detail

getImplementation

java.lang.String getImplementation()
Returns null or the fully qualified classname of the implementation class.

Returns:
null or the fully qualified classname of the implementation class

getInterfaces

java.lang.String[] getInterfaces()
Returns null or an array of fully qualified classnames of the interfaces.

Returns:
null or an array of fully qualified classnames of the interfaces

getNodeType

java.lang.String getNodeType()
Returns null or the fully qualified nodetype name.

Returns:
null or the fully qualified nodetype name


Copyright © 2007-2011 GX Software BV. All Rights Reserved.