org.apache.ws.jaxme.pm.generator.jdbc

Class CustomColumnData

public class CustomColumnData extends Object

Author: Jochen Wiedmann

Constructor Summary
CustomColumnData(String pName, Object pSG)
Creates a new instance with the given name, which is attached to the given pSG.
Method Summary
StringgetName()
Returns the custom column datas name.
ObjectgetSG()
Returns the custom column datas attached object.

Constructor Detail

CustomColumnData

public CustomColumnData(String pName, Object pSG)
Creates a new instance with the given name, which is attached to the given pSG.

Method Detail

getName

public String getName()
Returns the custom column datas name.

getSG

public Object getSG()
Returns the custom column datas attached object.