Project

General

Profile

Download (342 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * 
3
 */
4
package eu.etaxonomy.cdm.io.berlinModel;
5

    
6
/**
7
 * @author a.mueller
8
 *
9
 */
10
public class CdmStringMapper extends CdmIOMapperBase {
11

    
12
	/**
13
	 * @param dbValue
14
	 * @param cdmValue
15
	 */
16
	public CdmStringMapper(String dbAttributString, String cdmAttributeString) {
17
		super(dbAttributString, cdmAttributeString);
18
	}
19

    
20
}
(11-11/13)