org.mycore.backend.sql
Class MCRSQLColumn
java.lang.Object
org.mycore.backend.sql.MCRSQLColumn
public class MCRSQLColumn
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MCRSQLColumn
public MCRSQLColumn()
MCRSQLColumn
public MCRSQLColumn(String name,
String value,
String type)
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)