net.sf.mmapps.modules.config.implementation
Class BasicRelationManagerConfiguration

java.lang.Object
  extended bynet.sf.mmapps.modules.config.implementation.BasicRelationManagerConfiguration
All Implemented Interfaces:
RelationManagerConfiguration

public class BasicRelationManagerConfiguration
extends java.lang.Object
implements RelationManagerConfiguration

Version:
$Id: BasicRelationManagerConfiguration.java,v 1.2 2004/05/18 13:53:51 keesj Exp $
Author:
Kees Jongenburger

Field Summary
(package private)  java.lang.String destinationNodeManagerName
           
(package private)  java.lang.String name
           
(package private)  java.lang.String relationTypeName
           
(package private)  java.lang.String sourceNodeManagerName
           
 
Constructor Summary
protected BasicRelationManagerConfiguration()
          Creates a new instance of BasicRelationManagerConfiguration
 
Method Summary
 java.lang.String getDestinationNodeManagerName()
           
 java.lang.String getName()
           
 java.lang.String getRelationTypeName()
          the node manager of the relation manager is the nodemanager where the relation manager stores it's data.
 java.lang.String getSourceNodeManagerName()
           
 void setDestinationNodeManagerName(java.lang.String destinationNodeManagerName)
           
 void setRelationTypeName(java.lang.String relationTypeName)
           
 void setSourceNodeManagerName(java.lang.String sourceNodeManagerName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

java.lang.String name

sourceNodeManagerName

java.lang.String sourceNodeManagerName

destinationNodeManagerName

java.lang.String destinationNodeManagerName

relationTypeName

java.lang.String relationTypeName
Constructor Detail

BasicRelationManagerConfiguration

protected BasicRelationManagerConfiguration()
Creates a new instance of BasicRelationManagerConfiguration

Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface RelationManagerConfiguration
Returns:
sounrceNodeManagerName/roleName/DestinatoinNodeManagername

setDestinationNodeManagerName

public void setDestinationNodeManagerName(java.lang.String destinationNodeManagerName)
Specified by:
setDestinationNodeManagerName in interface RelationManagerConfiguration

getDestinationNodeManagerName

public java.lang.String getDestinationNodeManagerName()
Specified by:
getDestinationNodeManagerName in interface RelationManagerConfiguration

setSourceNodeManagerName

public void setSourceNodeManagerName(java.lang.String sourceNodeManagerName)
Specified by:
setSourceNodeManagerName in interface RelationManagerConfiguration

getSourceNodeManagerName

public java.lang.String getSourceNodeManagerName()
Specified by:
getSourceNodeManagerName in interface RelationManagerConfiguration

setRelationTypeName

public void setRelationTypeName(java.lang.String relationTypeName)
Specified by:
setRelationTypeName in interface RelationManagerConfiguration

getRelationTypeName

public java.lang.String getRelationTypeName()
Description copied from interface: RelationManagerConfiguration
the node manager of the relation manager is the nodemanager where the relation manager stores it's data. The node manager(insrel/posrel) of the relation manager can store the data for more relation managers

Specified by:
getRelationTypeName in interface RelationManagerConfiguration
Returns:
the nodeManager where the relation manager should store it's data the nodemanger should extend insrel


Copyright © 2003-2004 mmapps. All Rights Reserved.