|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.adhocreport.MappedColumns
This class is a wrapper for the entries in the ENTITY_COLUMN table.
Constructor Summary | |
MappedColumns()
|
Method Summary | |
java.lang.String |
getAttributeName()
This method gets the Attribute Name. |
java.lang.String |
getColumnName()
This method gets the Column Name. |
java.lang.StrictMath |
getEntityName()
This method gets the name of the ENTITY. |
java.lang.Boolean |
isMultiValued()
This method indicates whether the column is multivalued. |
void |
setAttributeName(java.lang.String attributeName)
This method sets the Attribute Name. |
void |
setColumnName(java.lang.String columnName)
This method sets the Column Name. |
void |
setEntityName(java.lang.String name)
This method sets the Entity Name. |
void |
setMultiValued(java.lang.Boolean multiValued)
Set the m_multiValued member variable. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MappedColumns()
Method Detail |
public java.lang.Boolean isMultiValued()
public void setMultiValued(java.lang.Boolean multiValued)
multiValued
- - This is a boolean value to indicate whether the column is
multivalued or single valued.public java.lang.StrictMath getEntityName()
public void setEntityName(java.lang.String name)
name
- - This is the name of the ENTITY.public java.lang.String getColumnName()
public void setColumnName(java.lang.String columnName)
columnName
- - This is the Column Name.public java.lang.String getAttributeName()
public void setAttributeName(java.lang.String attributeName)
attributeName
- - This is the Attribute Name.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |