project35.mda.model
Class IDFieldModel

java.lang.Object
  extended by project35.mda.model.DataFieldModel
      extended by project35.mda.model.EditFieldModel
          extended by project35.mda.model.TextFieldModel
              extended by project35.mda.model.IDFieldModel
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class IDFieldModel
extends TextFieldModel

IDFieldModel is a marker class that indicates the field is meant to have an XML ID value. ID values are automatically generated by Project35's IDValueGenerator class.


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)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class project35.mda.model.DataFieldModel
containingRecord, isAttribute, isRequiredField
 
Constructor Summary
IDFieldModel()
           
 
Method Summary
 java.lang.Object clone()
           
 IDGeneratorService getIDGeneratorService()
           
 void setIDGeneratorService(IDGeneratorService idGeneratorService)
           
 
Methods inherited from class project35.mda.model.EditFieldModel
addEditFieldValidationService, getDefaultValue, getEditFieldValidationServices, getUnits, getValue, isDisplayNameComponent, populateCloneAttributes, setDefaultValue, setDisplayNameComponent, setEditFieldValidationServices, setRequiredField, setUnits, setValue
 
Methods inherited from class project35.mda.model.DataFieldModel
getContainingRecord, getContainingRecordClassName, getFieldViewType, getHelpLink, getName, getNameSpacePrefix, getToolTip, isAttribute, isContent, isRequiredField, populateCloneAttributes, setAttribute, setContainingRecord, setContent, setFieldViewType, setHelpLink, setName, setNameSpacePrefix, setToolTipText, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IDFieldModel

public IDFieldModel()
Method Detail

getIDGeneratorService

public IDGeneratorService getIDGeneratorService()

setIDGeneratorService

public void setIDGeneratorService(IDGeneratorService idGeneratorService)

clone

public java.lang.Object clone()
Overrides:
clone in class TextFieldModel