|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object atg.adapter.gsa.AccessibleTableColumns
public class AccessibleTableColumns
This class uses reflection to allow access to private member variables withing a GSA Table class.
Field Summary | |
---|---|
org.apache.log4j.Logger |
mLogger
|
atg.adapter.gsa.TableColumns |
mTableColumns
|
Constructor Summary | |
---|---|
AccessibleTableColumns(atg.adapter.gsa.TableColumns pTable)
|
Method Summary | |
---|---|
java.util.List |
getForeignKeys()
Returns the mForeignKeys field of the Table class passed to the constructor of this class. |
atg.adapter.gsa.ColumnDefinitionNode |
getHead()
Returns the mHead field of the Table class passed to the constructor of this class. |
java.lang.String |
getMultiColumnName()
Returns the mMultiColumnName field of the Table class passed to the constructor of this class. |
java.util.List |
getPrimaryKeys()
Returns the mPrimaryKeys field of the Table class passed to the constructor of this class. |
java.lang.Object |
getPrivateField(java.lang.String fieldName)
|
atg.adapter.gsa.ColumnDefinitionNode |
getTail()
Returns the mTail field of the Table class passed to the constructor of this class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public org.apache.log4j.Logger mLogger
public atg.adapter.gsa.TableColumns mTableColumns
Constructor Detail |
---|
public AccessibleTableColumns(atg.adapter.gsa.TableColumns pTable)
Method Detail |
---|
public atg.adapter.gsa.ColumnDefinitionNode getHead()
public atg.adapter.gsa.ColumnDefinitionNode getTail()
public java.util.List getPrimaryKeys()
public java.util.List getForeignKeys()
public java.lang.String getMultiColumnName()
public java.lang.Object getPrivateField(java.lang.String fieldName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |