org.webharvest.runtime.processors.plugins
Class DbColumnDescription

java.lang.Object
  extended by org.webharvest.runtime.processors.plugins.DbColumnDescription

public class DbColumnDescription
extends java.lang.Object

Information about database record columns.


Constructor Summary
DbColumnDescription(java.lang.String name, int type)
           
 
Method Summary
 java.lang.String getIdentifier()
           
 java.lang.String getName()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbColumnDescription

public DbColumnDescription(java.lang.String name,
                           int type)
Method Detail

getName

public java.lang.String getName()

getType

public int getType()

getIdentifier

public java.lang.String getIdentifier()