org.deegree.metadata.persistence.ebrim.eo.mapping
Class SlotMapping

java.lang.Object
  extended by org.deegree.metadata.persistence.ebrim.eo.mapping.SlotMapping

public class SlotMapping
extends Object

Defines the mapping of a slot of an ExtrinsicObject to a database column.

Version:
$Revision: $, $Date: $
Author:
Lyn Goltz, last edited by: $Author: lyn $

Nested Class Summary
static class SlotMapping.SlotType
           
 
Constructor Summary
SlotMapping(String name, String column, SlotMapping.SlotType type)
           
 
Method Summary
 String getColumn()
           
 String getName()
           
 SlotMapping.SlotType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlotMapping

public SlotMapping(String name,
                   String column,
                   SlotMapping.SlotType type)
Method Detail

getName

public String getName()

getColumn

public String getColumn()

getType

public SlotMapping.SlotType getType()


Copyright © 2011. All Rights Reserved.