com.ibm.ccd.ui.portlets.massupdate
Class ItemAttribute

java.lang.Object
  extended by com.ibm.ccd.ui.portlets.massupdate.ItemAttribute
All Implemented Interfaces:
ISelectListTag, java.io.Serializable

public class ItemAttribute
extends java.lang.Object
implements java.io.Serializable, ISelectListTag

Thsi class is a wrapper over Attributre class.

See Also:
Serialized Form

Constructor Summary
ItemAttribute()
          Constructor
 
Method Summary
 Attribute getAttribute()
          returns the Attribute object
 java.lang.String getDisplayName()
           
 boolean getIsDisplayable()
          returns the boolean
 int getListBoxIndex()
           
 java.lang.String getName()
           
 boolean isEditable()
           
 boolean isSelected()
           
 void setAttribute(Attribute attribute)
          sets the Attribute object
 void setEditable(boolean b)
           
 void setIsDisplayable(boolean isDisplayable)
          Sets the field isDisplayable
 void setListBoxIndex(int listBoxIndex)
           
 void setName(java.lang.String string)
           
 void setSelected(boolean selected)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemAttribute

public ItemAttribute()
Constructor

Method Detail

getIsDisplayable

public boolean getIsDisplayable()
returns the boolean

Returns:
String

setIsDisplayable

public void setIsDisplayable(boolean isDisplayable)
Sets the field isDisplayable

Parameters:
isDisplayable -

getAttribute

public Attribute getAttribute()
returns the Attribute object

Returns:
Attribute

setAttribute

public void setAttribute(Attribute attribute)
sets the Attribute object

Parameters:
attribute -

getName

public java.lang.String getName()
Specified by:
getName in interface ISelectListTag
Returns:
string

setName

public void setName(java.lang.String string)
Parameters:
string -

isEditable

public boolean isEditable()
Returns:
string

setEditable

public void setEditable(boolean b)
Parameters:
b -

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface ISelectListTag

getListBoxIndex

public int getListBoxIndex()
Specified by:
getListBoxIndex in interface ISelectListTag

isSelected

public boolean isSelected()
Specified by:
isSelected in interface ISelectListTag

setSelected

public void setSelected(boolean selected)
Parameters:
selected - The selected to set.

setListBoxIndex

public void setListBoxIndex(int listBoxIndex)
Parameters:
listBoxIndex - The listBoxIndex to set.