project35.mda.config
Class ListFieldEditingComponentConfiguration

java.lang.Object
  extended by project35.mda.config.ListFieldEditingComponentConfiguration

public class ListFieldEditingComponentConfiguration
extends java.lang.Object

holds configuration data about a Java class which is invoked as an editing component for items in a list field. It is triggered when the users click the "New" or "Edit" buttons on a list field. Each service has a class and an associated record type. When users select the record type in the list field, the list looks up to see which service is registred to that record type. Corresponds to the "list_field_editing_service" record defined in the XML Schema for the Project35 Configuration Tool


Copyright (c) 2008 Kevin Garwood for Project35. The original code was developed by Kevin Garwood for the University of Manchester. Revisions have been made for Project35, a project that is independent of that institution. This code is licensed under the Academic Free License version 3.0. The code attribution for the original code is included here:

Copyright (c) Kevin Garwood and University of Manchester 2007. All rights reserved. Licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.


Version:
1.0
Author:
Kevin Garwood (kgarwood@users.sourceforge.net)

Constructor Summary
ListFieldEditingComponentConfiguration()
           
 
Method Summary
 java.lang.String getListFieldEditingClassName()
          Get the value of listFieldEditingClassName.
 java.lang.String getRecordClassName()
          Get the value of recordClassName.
 void setListFieldEditingClassName(java.lang.String listFieldEditingClassName)
          Set the value of listFieldEditingClassName.
 void setRecordClassName(java.lang.String recordClassName)
          Set the value of recordClassName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListFieldEditingComponentConfiguration

public ListFieldEditingComponentConfiguration()
Method Detail

getRecordClassName

public java.lang.String getRecordClassName()
Get the value of recordClassName.

Returns:
value of recordClassName.

getListFieldEditingClassName

public java.lang.String getListFieldEditingClassName()
Get the value of listFieldEditingClassName.

Returns:
value of listFieldEditingClassName.

setRecordClassName

public void setRecordClassName(java.lang.String recordClassName)
Set the value of recordClassName.

Parameters:
recordClassName - Value to assign to recordClassName.

setListFieldEditingClassName

public void setListFieldEditingClassName(java.lang.String listFieldEditingClassName)
Set the value of listFieldEditingClassName.

Parameters:
listFieldEditingClassName - Value to assign to listFieldEditingClassName.