org.apache.ws.jaxme.pm.generator.jdbc
Class CustomColumnData
java.lang.Objectorg.apache.ws.jaxme.pm.generator.jdbc.CustomColumnData
public class CustomColumnData
extends java.lang.Object
CustomColumnData(String pName, Object pSG)- Creates a new instance with the given name, which is
attached to the given
pSG.
|
String | getName()- Returns the custom column datas name.
|
Object | getSG()- Returns the custom column datas attached object.
|
CustomColumnData
public CustomColumnData(String pName,
Object pSG)Creates a new instance with the given name, which is
attached to the given pSG.
getName
public String getName()
Returns the custom column datas name.
getSG
public Object getSG()
Returns the custom column datas attached object.