Class 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:
  • Constructor Details

    • JdbcCpoAttribute

      public JdbcCpoAttribute()
      Constructs a JdbcCpoAttribute
  • Method Details

    • setDbTable

      public void setDbTable(String dbTable)
      Set the db table associated with this attribute
      Parameters:
      dbTable - - The db table name to set.
    • setDbColumn

      public void setDbColumn(String dbColumn)
      Set the db column associated with this attribute
      Parameters:
      dbColumn - - The db column name to set.
    • getDbTable

      public String getDbTable()
      Get the db table associated with this attribute
      Returns:
      The db table associated with this attribute.
    • getDbColumn

      public String getDbColumn()
      Get the db column associated with this attribute
      Returns:
      The db column associated with this attribute