com.redhat.persistence.metadata
Class Mapping

java.lang.Object
  extended bycom.redhat.persistence.metadata.Element
      extended bycom.redhat.persistence.metadata.Mapping
Direct Known Subclasses:
JoinFrom, JoinThrough, JoinTo, Qualias, Static, Value

public abstract class Mapping
extends com.redhat.persistence.metadata.Element

Mapping

Version:
$Revision: #6 $ $Date: 2004/04/07 $
Author:
Rafael H. Schloming <rhs@mit.edu>

Nested Class Summary
static class Mapping.Switch
           
 
Field Summary
static String versionId
           
 
Constructor Summary
protected Mapping(Path path)
           
 
Method Summary
abstract  void dispatch(Mapping.Switch sw)
           
 Collection getAdds()
           
 ObjectMap getObjectMap()
           
 Path getPath()
           
 Collection getRemoves()
           
 SQLBlock getRetrieve()
           
abstract  Table getTable()
           
 void setAdds(Collection adds)
           
 void setRemoves(Collection removes)
           
 void setRetrieve(SQLBlock retrieve)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

Mapping

protected Mapping(Path path)
Method Detail

getObjectMap

public ObjectMap getObjectMap()

getPath

public Path getPath()

getTable

public abstract Table getTable()

getRetrieve

public SQLBlock getRetrieve()

setRetrieve

public void setRetrieve(SQLBlock retrieve)

getAdds

public Collection getAdds()

setAdds

public void setAdds(Collection adds)

getRemoves

public Collection getRemoves()

setRemoves

public void setRemoves(Collection removes)

dispatch

public abstract void dispatch(Mapping.Switch sw)

toString

public String toString()


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC