ch.agent.crnickl.jdbc
Class ReadMethodsForSchema.RawSchema

java.lang.Object
  extended by ch.agent.crnickl.jdbc.ReadMethodsForSchema.RawSchema
Enclosing class:
ReadMethodsForSchema

protected class ReadMethodsForSchema.RawSchema
extends Object

A raw schema object keeps track of the id, the name and the parent of a schema.


Constructor Summary
ReadMethodsForSchema.RawSchema(String name, int id, int parent)
          Construct a raw schema.
 
Method Summary
protected  int getId()
          Return the id.
protected  String getName()
          Return the name.
protected  int getParent()
          Return the parent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadMethodsForSchema.RawSchema

public ReadMethodsForSchema.RawSchema(String name,
                                      int id,
                                      int parent)
Construct a raw schema.

Parameters:
name - a string
id - a positive number
parent - a non-negative number
Method Detail

getName

protected String getName()
Return the name.

Returns:
the name

getId

protected int getId()
Return the id.

Returns:
the id

getParent

protected int getParent()
Return the parent.

Returns:
the parent


Copyright © 2012. All Rights Reserved.