public class CustomColumnData
extends java.lang.Object
| Constructor and Description |
|---|
CustomColumnData(java.lang.String pName,
java.lang.Object pSG)
Creates a new instance with the given name, which is
attached to the given
pSG. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the custom column datas name.
|
java.lang.Object |
getSG()
Returns the custom column datas attached object.
|