com.redhat.persistence.metadata
Class ObjectMap

java.lang.Object
  extended bycom.redhat.persistence.metadata.Element
      extended bycom.redhat.persistence.metadata.ObjectMap

public class ObjectMap
extends com.redhat.persistence.metadata.Element

ObjectMap

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

Field Summary
static String versionId
           
 
Constructor Summary
ObjectMap(ObjectType type)
           
 
Method Summary
 void addFetchedPath(Path p)
           
 void addMapping(Mapping mapping)
           
 Collection getDeclaredDeletes()
           
 Collection getDeclaredFetchedPaths()
           
 Collection getDeclaredInserts()
           
 Collection getDeclaredMappings()
           
 Collection getDeclaredRetrieves()
           
 Collection getDeclaredTables()
           
 Collection getDeclaredUpdates()
           
 Collection getFetchedPaths()
           
 List getKeyProperties()
           
 Mapping getMapping(Path p)
           
 Collection getMappings()
           
 ObjectType getObjectType()
           
 SQLBlock getRetrieveAll()
           
 Collection getRetrieves()
           
 Root getRoot()
           
 ObjectMap getSuperMap()
           
 Table getTable()
           
 Collection getTables()
           
 Collection getUpdates()
           
 boolean hasMapping(Path p)
           
 void setDeclaredDeletes(Collection deletes)
           
 void setDeclaredInserts(Collection inserts)
           
 void setDeclaredRetrieves(Collection retrieves)
           
 void setDeclaredUpdates(Collection updates)
           
 void setRetrieveAll(SQLBlock retrieveAll)
           
 void setTable(Table table)
           
 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

ObjectMap

public ObjectMap(ObjectType type)
Method Detail

getRoot

public Root getRoot()

getSuperMap

public ObjectMap getSuperMap()

getObjectType

public ObjectType getObjectType()

hasMapping

public boolean hasMapping(Path p)

getMapping

public Mapping getMapping(Path p)

addMapping

public void addMapping(Mapping mapping)

getMappings

public Collection getMappings()

getDeclaredMappings

public Collection getDeclaredMappings()

getKeyProperties

public List getKeyProperties()

getFetchedPaths

public Collection getFetchedPaths()

getDeclaredFetchedPaths

public Collection getDeclaredFetchedPaths()

addFetchedPath

public void addFetchedPath(Path p)

getTable

public Table getTable()

setTable

public void setTable(Table table)

getDeclaredTables

public Collection getDeclaredTables()

getTables

public Collection getTables()

getRetrieveAll

public SQLBlock getRetrieveAll()

setRetrieveAll

public void setRetrieveAll(SQLBlock retrieveAll)

getDeclaredRetrieves

public Collection getDeclaredRetrieves()

setDeclaredRetrieves

public void setDeclaredRetrieves(Collection retrieves)

getRetrieves

public Collection getRetrieves()

getDeclaredInserts

public Collection getDeclaredInserts()

setDeclaredInserts

public void setDeclaredInserts(Collection inserts)

getDeclaredUpdates

public Collection getDeclaredUpdates()

setDeclaredUpdates

public void setDeclaredUpdates(Collection updates)

getUpdates

public Collection getUpdates()

getDeclaredDeletes

public Collection getDeclaredDeletes()

setDeclaredDeletes

public void setDeclaredDeletes(Collection deletes)

toString

public String toString()


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