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

Class CustomColumnData


public class CustomColumnData
extends java.lang.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

String
getName()
Returns the custom column datas name.
Object
getSG()
Returns the custom column datas attached object.

Constructor Details

CustomColumnData

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

Method Details

getName

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

getSG

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