com.finalist.mmbase.uml
Class MMBaseRelationDefinitionVo

java.lang.Object
  extended by com.finalist.mmbase.uml.MMBaseRelationDefinitionVo

public class MMBaseRelationDefinitionVo
extends java.lang.Object

Value object that models all relation definitions that are defined in the application configuration. Copyright 2003 Finalist IT-Group -- all rights reserved

Version:
$Revision: 1.3 $, $Date: 2004/10/23 08:54:39 $
Author:
Kors van Beem.

Constructor Summary
MMBaseRelationDefinitionVo(java.lang.String relationDefinitionName, java.lang.String relationDirection, java.lang.String builderName)
          The constructor
 
Method Summary
 java.lang.String getBuilderName()
          Getter of the builderName.
 java.lang.String getRelationDefinitionName()
          get relationDefinitionName
 java.lang.String getRelationDirection()
          Getter of the relationDirection.
 void setBuilderName(java.lang.String builderName)
          Setter of the stereo builderName.
 void setRelationDefinitionName(java.lang.String relationDefinitionName)
          setter of relationDefinitionName
 void setRelationDirection(java.lang.String relationDirection)
          Setter of the stereo relationDirection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MMBaseRelationDefinitionVo

public MMBaseRelationDefinitionVo(java.lang.String relationDefinitionName,
                                  java.lang.String relationDirection,
                                  java.lang.String builderName)
The constructor

Parameters:
relationDefinitionName - Name of the relationDefinition.
relationDirection - Contains the direction of the associationDefinition.
builderName - Contains the name of the builderfile to implement this relation.
Method Detail

getRelationDefinitionName

public java.lang.String getRelationDefinitionName()
get relationDefinitionName

Returns:
the relationDefinitionName

setRelationDefinitionName

public void setRelationDefinitionName(java.lang.String relationDefinitionName)
setter of relationDefinitionName

Parameters:
relationDefinitionName - the relationDefinitionName

getRelationDirection

public java.lang.String getRelationDirection()
Getter of the relationDirection.

Returns:
the relationDirection.

setRelationDirection

public void setRelationDirection(java.lang.String relationDirection)
Setter of the stereo relationDirection.

Parameters:
relationDirection - the stereorelationDirection

getBuilderName

public java.lang.String getBuilderName()
Getter of the builderName.

Returns:
the builderName.

setBuilderName

public void setBuilderName(java.lang.String builderName)
Setter of the stereo builderName.

Parameters:
builderName - the builderName.


Copyright © 2003-2006 mmapps. All Rights Reserved.