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

java.lang.Object
  extended by org.apache.ws.jaxme.pm.generator.jdbc.CustomColumnData

public class CustomColumnData
extends java.lang.Object

Author:
Jochen Wiedmann

Constructor Summary
CustomColumnData(java.lang.String pName, java.lang.Object pSG)
          Creates a new instance with the given name, which is attached to the given pSG.
 
Method Summary
 java.lang.String getName()
          Returns the custom column datas name.
 java.lang.Object getSG()
          Returns the custom column datas attached object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomColumnData

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

Method Detail

getName

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


getSG

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