org.apache.turbine.torque.engine.database.model
Class IdMethodParameter

java.lang.Object
  |
  +--org.apache.turbine.torque.engine.database.model.IdMethodParameter

Deprecated. use turbine-torque

public class IdMethodParameter
extends java.lang.Object

Information related to an ID method.

Version:
$Id: IdMethodParameter.java,v 1.3 2002/02/26 22:15:43 fedor Exp $
Author:
John McNally

Field Summary
private  java.lang.String name
          Deprecated.  
private  Table parentTable
          Deprecated.  
private  java.lang.String value
          Deprecated.  
 
Constructor Summary
IdMethodParameter()
          Deprecated.  
 
Method Summary
 java.lang.String getName()
          Deprecated. Get the parameter name
 Table getTable()
          Deprecated. Get the parent Table of the id method
 java.lang.String getTableName()
          Deprecated. Returns the Name of the table the id method is in
 java.lang.String getValue()
          Deprecated. Get the parameter value
 void loadFromXML(org.xml.sax.AttributeList attrib)
          Deprecated. Imports foreign key from an XML specification
 void setName(java.lang.String name)
          Deprecated. Set the parameter name
 void setTable(Table parent)
          Deprecated. Set the parent Table of the id method
 void setValue(java.lang.String value)
          Deprecated. Set the parameter value
 java.lang.String toString()
          Deprecated. XML representation of the foreign key.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

name

private java.lang.String name
Deprecated. 

value

private java.lang.String value
Deprecated. 

parentTable

private Table parentTable
Deprecated. 
Constructor Detail

IdMethodParameter

public IdMethodParameter()
Deprecated. 
Method Detail

loadFromXML

public void loadFromXML(org.xml.sax.AttributeList attrib)
Deprecated. 
Imports foreign key from an XML specification

getName

public java.lang.String getName()
Deprecated. 
Get the parameter name

setName

public void setName(java.lang.String name)
Deprecated. 
Set the parameter name

getValue

public java.lang.String getValue()
Deprecated. 
Get the parameter value

setValue

public void setValue(java.lang.String value)
Deprecated. 
Set the parameter value

setTable

public void setTable(Table parent)
Deprecated. 
Set the parent Table of the id method

getTable

public Table getTable()
Deprecated. 
Get the parent Table of the id method

getTableName

public java.lang.String getTableName()
Deprecated. 
Returns the Name of the table the id method is in

toString

public java.lang.String toString()
Deprecated. 
XML representation of the foreign key.
Overrides:
toString in class java.lang.Object


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.