org.synchronoss.cpo.jdbc
Class JdbcParameter

Package class diagram package JdbcParameter
java.lang.Object
  extended by org.synchronoss.cpo.jdbc.JdbcParameter
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class JdbcParameter
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

JdbcParameter is a class that maps traditional java classes to tables in a jdbc database.

Author:
david berry
See Also:
Serialized Form

Constructor Summary
JdbcParameter()
           
JdbcParameter(JdbcAttribute attribute, java.lang.String type)
           
 
Method Summary
 JdbcAttribute getAttribute()
           
 java.lang.String getType()
           
 boolean isInParameter()
           
 boolean isOutParameter()
           
 void setAttribute(JdbcAttribute attribute)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcParameter

public JdbcParameter()

JdbcParameter

public JdbcParameter(JdbcAttribute attribute,
                     java.lang.String type)
              throws CpoException
Throws:
CpoException
Method Detail

setAttribute

public void setAttribute(JdbcAttribute attribute)

setType

public void setType(java.lang.String type)

getAttribute

public JdbcAttribute getAttribute()

getType

public java.lang.String getType()

isInParameter

public boolean isInParameter()

isOutParameter

public boolean isOutParameter()


Copyright © 2010. All Rights Reserved.