org.mycore.backend.sql
Class MCRSQLColumn

java.lang.Object
  extended by org.mycore.backend.sql.MCRSQLColumn

public class MCRSQLColumn
extends Object


Constructor Summary
MCRSQLColumn()
           
MCRSQLColumn(String name, String value, String type)
           
 
Method Summary
 String getName()
           
 String getType()
           
 String getValue()
           
 void setName(String value)
           
 void setType(String value)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MCRSQLColumn

public MCRSQLColumn()

MCRSQLColumn

public MCRSQLColumn(String name,
                    String value,
                    String type)
Method Detail

getType

public String getType()

setType

public void setType(String value)

getName

public String getName()

setName

public void setName(String value)

getValue

public String getValue()

setValue

public void setValue(String value)