org.synchronoss.cpo.jdbc
Class JdbcCpoAttribute
java.lang.Object
org.synchronoss.cpo.meta.bean.CpoAttributeBean
org.synchronoss.cpo.meta.domain.CpoAttribute
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
| 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 |
JdbcCpoAttribute
public JdbcCpoAttribute()
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.