com.centrasite.control.administration.consumerapplication.adapters
Class ViewConsumerAppsAdapter.LinesItem

java.lang.Object
  extended by com.centrasite.control.administration.consumerapplication.adapters.ViewConsumerAppsAdapter.LinesItem
Enclosing class:
ViewConsumerAppsAdapter

public class ViewConsumerAppsAdapter.LinesItem
extends java.lang.Object


Constructor Summary
ViewConsumerAppsAdapter.LinesItem()
           
 
Method Summary
 void flushSelect()
           
 boolean getCheck()
           
 java.lang.String getCheckBoxStatus()
           
 java.lang.String getDescription()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 javax.xml.registry.infomodel.RegistryEntry getRegistryEntry()
           
 com.centrasite.control.Item getROItem()
           
 boolean getSelected()
           
 void onEditApplication()
           
 void setCheck(boolean value)
           
 void setCheckBoxStatus(java.lang.String value)
           
 void setDescription(java.lang.String value)
           
 void setId(java.lang.String value)
           
 void setName(java.lang.String value)
           
 void setRegistryEntry(javax.xml.registry.infomodel.RegistryEntry value)
           
 void setROItem(com.centrasite.control.registry.items.RegistryObjectItem value)
           
 void setSelected(boolean value)
           
 void showContextMenu()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewConsumerAppsAdapter.LinesItem

public ViewConsumerAppsAdapter.LinesItem()
Method Detail

getCheck

public boolean getCheck()

setCheck

public void setCheck(boolean value)

getCheckBoxStatus

public java.lang.String getCheckBoxStatus()

setCheckBoxStatus

public void setCheckBoxStatus(java.lang.String value)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String value)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String value)

getSelected

public boolean getSelected()

setSelected

public void setSelected(boolean value)

getId

public java.lang.String getId()

setId

public void setId(java.lang.String value)

getROItem

public com.centrasite.control.Item getROItem()

setROItem

public void setROItem(com.centrasite.control.registry.items.RegistryObjectItem value)

getRegistryEntry

public javax.xml.registry.infomodel.RegistryEntry getRegistryEntry()

setRegistryEntry

public void setRegistryEntry(javax.xml.registry.infomodel.RegistryEntry value)

flushSelect

public void flushSelect()

showContextMenu

public void showContextMenu()

onEditApplication

public void onEditApplication()