org.synchronoss.cpo.jdbc
Class JdbcCpoAttribute

java.lang.Object
  extended by org.synchronoss.cpo.meta.bean.CpoAttributeBean
      extended by org.synchronoss.cpo.meta.domain.CpoAttribute
          extended by org.synchronoss.cpo.jdbc.JdbcCpoAttribute
All Implemented Interfaces:
Serializable, Cloneable

public class JdbcCpoAttribute
extends CpoAttribute
implements Serializable, Cloneable

JdbcCpoAttribute. A class that includes the Jdbc specifc attributes that are additional to the CpoAttribute attributes

Author:
david berry
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.synchronoss.cpo.meta.domain.CpoAttribute
TRANSFORM_IN_NAME, TRANSFORM_OUT_NAME
 
Constructor Summary
JdbcCpoAttribute()
           
 
Method Summary
 String getDbColumn()
           
 String getDbTable()
           
protected  void initTransformClass(CpoMetaDescriptor metaDescriptor)
           
 void setDbColumn(String dbColumn)
           
 void setDbTable(String dbTable)
           
 
Methods inherited from class org.synchronoss.cpo.meta.domain.CpoAttribute
buildMethodName, findMethods, getCpoTransform, getDataTypeInt, getGetter, getGetterName, getGetterReturnType, getSetter, getSetterName, getSetterParamType, getTransformInMethod, getTransformOutMethod, invokeGetter, invokeSetter, isPrimitiveAssignableFrom, loadRunTimeInfo, setDataTypeInt, setGetter, setGetterName, setSetter, setSetterName, toString, toStringFull
 
Methods inherited from class org.synchronoss.cpo.meta.bean.CpoAttributeBean
equals, getDataName, getDataType, getDescription, getJavaName, getJavaType, getTransformClassName, hashCode, setDataName, setDataType, setDescription, setJavaName, setJavaType, setTransformClassName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JdbcCpoAttribute

public JdbcCpoAttribute()
Method Detail

setDbTable

public void setDbTable(String dbTable)

setDbColumn

public void setDbColumn(String dbColumn)

getDbTable

public String getDbTable()

getDbColumn

public String getDbColumn()

initTransformClass

protected void initTransformClass(CpoMetaDescriptor metaDescriptor)
                           throws CpoException
Overrides:
initTransformClass in class CpoAttribute
Throws:
CpoException


Copyright © 2014. All Rights Reserved.