org.objectweb.jorm.metainfo.lib
Class BasicIdentifierMapping

java.lang.Object
  extended byorg.objectweb.jorm.metainfo.lib.BasicMetaObject
      extended byorg.objectweb.jorm.metainfo.lib.BasicMappingStructure
          extended byorg.objectweb.jorm.metainfo.lib.BasicIdentifierMapping
All Implemented Interfaces:
IdentifierMapping, Loggable, MappingStructure, MetaObject, java.io.Serializable

public class BasicIdentifierMapping
extends BasicMappingStructure
implements IdentifierMapping

Description

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.jorm.metainfo.lib.BasicMappingStructure
logger
 
Constructor Summary
BasicIdentifierMapping(MetaObject linkedMO, MetaObject parent)
          Builds a new BasicIdentifierMapping object.
 
Methods inherited from class org.objectweb.jorm.metainfo.lib.BasicMappingStructure
getLinkedMO, getLogger, getLoggerFactory, getMapperName, getProjectName, setLinkedMO, setLogger, setLoggerFactory
 
Methods inherited from class org.objectweb.jorm.metainfo.lib.BasicMetaObject
getManager, getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.objectweb.jorm.metainfo.api.MappingStructure
getLinkedMO, getLogger, getLoggerFactory, getMapperName, getProjectName, setLinkedMO, setLogger, setLoggerFactory
 
Methods inherited from interface org.objectweb.jorm.metainfo.api.MetaObject
getParent, setParent
 

Constructor Detail

BasicIdentifierMapping

public BasicIdentifierMapping(MetaObject linkedMO,
                              MetaObject parent)
Builds a new BasicIdentifierMapping object.

Parameters:
linkedMO - the NameDef object referenced by the current object, parent the parent object of the current object.