com.ibm.itim.adhocreport
Class MappedColumns

java.lang.Object
  |
  +--com.ibm.itim.adhocreport.MappedColumns

public class MappedColumns
extends java.lang.Object

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

MappedColumns

public MappedColumns()
Since:
1.0
Method Detail

isMultiValued

public java.lang.Boolean isMultiValued()
This method indicates whether the column is multivalued. TRUE = multi-valued. FALSE = single-valued
Returns:
Boolean

setMultiValued

public void setMultiValued(java.lang.Boolean multiValued)
Set the m_multiValued member variable.
Parameters:
multiValued - - This is a boolean value to indicate whether the column is multivalued or single valued.

getEntityName

public java.lang.StrictMath getEntityName()
This method gets the name of the ENTITY.
Returns:
java.lang.StrictMath

setEntityName

public void setEntityName(java.lang.String name)
This method sets the Entity Name.
Parameters:
name - - This is the name of the ENTITY.

getColumnName

public java.lang.String getColumnName()
This method gets the Column Name.
Returns:
java.lang.String

setColumnName

public void setColumnName(java.lang.String columnName)
This method sets the Column Name.
Parameters:
columnName - - This is the Column Name.

getAttributeName

public java.lang.String getAttributeName()
This method gets the Attribute Name.
Returns:
java.lang.String

setAttributeName

public void setAttributeName(java.lang.String attributeName)
This method sets the Attribute Name.
Parameters:
attributeName - - This is the Attribute Name.