com.centrasite.control.adapters.detailview
Class GeneralTabAdapter.GeneralLinesItem

java.lang.Object
  extended by com.centrasite.control.discovery.MultipleValueInputActionListener
      extended by com.centrasite.control.adapters.detailview.GeneralTabAdapter.GeneralLinesItem
Enclosing class:
GeneralTabAdapter

public class GeneralTabAdapter.GeneralLinesItem
extends com.centrasite.control.discovery.MultipleValueInputActionListener


Constructor Summary
GeneralTabAdapter.GeneralLinesItem()
           
 
Method Summary
 void execute()
           
 boolean getDelete()
           
 boolean getDummyFalse()
           
 java.lang.String getInternalHeading()
           
 com.centrasite.control.discovery.MultipleValueInputActionListener getListener()
           
 com.centrasite.control.Row getModel()
           
 java.lang.String getPropertyTooltip()
           
 int getPropertytype()
           
 com.softwareag.cis.server.util.ICONLISTInfo getRowIconList()
           
 java.lang.String getStatusDelete()
           
 java.lang.String getValue()
           
 java.lang.String getValueHeading()
          Obtain localized heading name used as label for property
 java.lang.String getValueStatus()
           
 boolean isModified()
           
 void reset()
           
 void setDelete(boolean value)
           
 void setInternalHeading(java.lang.String value)
           
 void setModel(com.centrasite.control.Row model)
           
 void setPropertytype(int propertytype)
           
 void setStatusDelete(java.lang.String value)
           
 void setValue(java.lang.String value)
           
 void setValueStatus(java.lang.String value)
           
 
Methods inherited from class com.centrasite.control.discovery.MultipleValueInputActionListener
getValues, setValues
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralTabAdapter.GeneralLinesItem

public GeneralTabAdapter.GeneralLinesItem()
Method Detail

getListener

public com.centrasite.control.discovery.MultipleValueInputActionListener getListener()

getPropertyTooltip

public java.lang.String getPropertyTooltip()

getDummyFalse

public boolean getDummyFalse()

getRowIconList

public com.softwareag.cis.server.util.ICONLISTInfo getRowIconList()

getDelete

public boolean getDelete()

setDelete

public void setDelete(boolean value)

getStatusDelete

public java.lang.String getStatusDelete()

setStatusDelete

public void setStatusDelete(java.lang.String value)

getValue

public java.lang.String getValue()
                          throws java.lang.Exception
Throws:
java.lang.Exception

setValue

public void setValue(java.lang.String value)
              throws java.lang.Exception
Throws:
java.lang.Exception

reset

public void reset()

isModified

public boolean isModified()

getValueHeading

public java.lang.String getValueHeading()
Obtain localized heading name used as label for property

Returns:
the localized heading name used as label for property

setInternalHeading

public void setInternalHeading(java.lang.String value)

getInternalHeading

public java.lang.String getInternalHeading()

getModel

public com.centrasite.control.Row getModel()

setModel

public void setModel(com.centrasite.control.Row model)

getValueStatus

public java.lang.String getValueStatus()

setValueStatus

public void setValueStatus(java.lang.String value)

getPropertytype

public int getPropertytype()

setPropertytype

public void setPropertytype(int propertytype)

execute

public void execute()
             throws java.lang.Exception
Specified by:
execute in class com.centrasite.control.discovery.MultipleValueInputActionListener
Throws:
java.lang.Exception