com.rapidtransform.classification.model
Class ExternalLibrary

java.lang.Object
  extended by com.rapidtransform.core.model.AbstractBaseModel
      extended by com.rapidtransform.classification.model.ExternalLibrary
All Implemented Interfaces:
ClassSource, Model, java.io.Serializable

public class ExternalLibrary
extends AbstractBaseModel
implements ClassSource

This class provides a mechanism for referring to an entry in a library other than the ISO 13584 library.

Author:
S. Werner
See Also:
Serialized Form

Constructor Summary
ExternalLibrary()
           
 
Method Summary
 
Methods inherited from class com.rapidtransform.core.model.AbstractBaseModel
equals, generateUuid, getId, getMetaTypeName, getPropertyHolder, getUuid, hashCode, setId, setMetaTypeName, setPropertyHolder, setUuid
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalLibrary

public ExternalLibrary()