Package org.synchronoss.cpo.jdbc
Class JdbcCpoAttribute
java.lang.Object
org.synchronoss.cpo.core.meta.bean.CpoAttributeBean
org.synchronoss.cpo.core.meta.domain.CpoAttribute
org.synchronoss.cpo.jdbc.JdbcCpoAttribute
- All Implemented Interfaces:
Serializable,Cloneable
JdbcCpoAttribute. A class that includes the Jdbc specifc attributes that are additional to the
CpoAttribute attributes
- Author:
- david berry
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the db column associated with this attributeGet the db table associated with this attributevoidsetDbColumn(String dbColumn) Set the db column associated with this attributevoidsetDbTable(String dbTable) Set the db table associated with this attributeMethods inherited from class org.synchronoss.cpo.core.meta.domain.CpoAttribute
getCpoTransform, getDataTypeInt, getGetterReturnType, getSetterParamType, getTransformInMethod, getTransformInParamType, getTransformOutMethod, invokeGetter, invokeSetter, isPrimitiveAssignableFrom, loadRunTimeInfo, setDataTypeInt, toString, toStringFullMethods inherited from class org.synchronoss.cpo.core.meta.bean.CpoAttributeBean
equals, getDataName, getDataType, getDescription, getJavaName, getJavaType, getTransformClassName, hashCode, setDataName, setDataType, setDescription, setJavaName, setJavaType, setTransformClassName
-
Constructor Details
-
JdbcCpoAttribute
public JdbcCpoAttribute()Constructs a JdbcCpoAttribute
-
-
Method Details
-
setDbTable
Set the db table associated with this attribute- Parameters:
dbTable- - The db table name to set.
-
setDbColumn
Set the db column associated with this attribute- Parameters:
dbColumn- - The db column name to set.
-
getDbTable
Get the db table associated with this attribute- Returns:
- The db table associated with this attribute.
-
getDbColumn
Get the db column associated with this attribute- Returns:
- The db column associated with this attribute
-