eu.etaxonomy.cdm.io.common.mapping
Class CdmAttributeMapperBase

java.lang.Object
  extended by eu.etaxonomy.cdm.io.common.mapping.CdmMapperBase
      extended by eu.etaxonomy.cdm.io.common.mapping.CdmAttributeMapperBase
Direct Known Subclasses:
CdmSingleAttributeMapperBase, MultipleAttributeMapperBase, ObjectChangeMapper

public abstract class CdmAttributeMapperBase
extends CdmMapperBase

Version:
1.0
Author:
a.mueller

Constructor Summary
CdmAttributeMapperBase()
           
 
Method Summary
abstract  List<String> getDestinationAttributeList()
           
abstract  Set<String> getDestinationAttributes()
           
abstract  List<String> getSourceAttributeList()
           
abstract  Set<String> getSourceAttributes()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CdmAttributeMapperBase

public CdmAttributeMapperBase()
Method Detail

getSourceAttributes

public abstract Set<String> getSourceAttributes()

getDestinationAttributes

public abstract Set<String> getDestinationAttributes()

getSourceAttributeList

public abstract List<String> getSourceAttributeList()

getDestinationAttributeList

public abstract List<String> getDestinationAttributeList()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2013 EDIT. All Rights Reserved.