com.centrasite.control.administration.consumerapplication.adapters
Class EditConsumerApplicationAdapter.HostNameItem

java.lang.Object
  extended by com.softwareag.cis.server.util.SelectableLine
      extended by com.centrasite.control.administration.consumerapplication.adapters.EditConsumerApplicationAdapter.HostNameItem
All Implemented Interfaces:
com.softwareag.cis.server.IDynamicAccess
Enclosing class:
EditConsumerApplicationAdapter

public class EditConsumerApplicationAdapter.HostNameItem
extends com.softwareag.cis.server.util.SelectableLine
implements com.softwareag.cis.server.IDynamicAccess


Method Summary
 java.lang.String[] findDynamicAccessProperties()
           
 java.lang.Class getClassForProperty(java.lang.String arg0)
           
 java.lang.String getHoststatus()
          getHoststatus - called to get the status of the text field
 com.softwareag.cis.server.util.FLEXLINEInfo getLineMetaInfo()
           
 boolean getOnLineAddVisible()
           
 boolean getOnLineRemoveVisible()
           
 java.lang.Object getPropertyValue(java.lang.String propertyName)
           
 boolean getSelected()
           
 void invokeMethod(java.lang.String arg0)
           
 void onLineAdd()
          onLineAdd - called to add the new set of IPAddress
 void onLineRemove()
          onLineRemove - called to remove the current set of IP Address
 void pageModified()
           
 void setHoststatus(java.lang.String value)
           
 void setLineMetaInfo(com.softwareag.cis.server.util.FLEXLINEInfo value)
           
 void setPropertyValue(java.lang.String propertyName, java.lang.Object value)
           
 void setSelected(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLineMetaInfo

public com.softwareag.cis.server.util.FLEXLINEInfo getLineMetaInfo()

setLineMetaInfo

public void setLineMetaInfo(com.softwareag.cis.server.util.FLEXLINEInfo value)

pageModified

public void pageModified()

getOnLineAddVisible

public boolean getOnLineAddVisible()

getOnLineRemoveVisible

public boolean getOnLineRemoveVisible()

onLineAdd

public void onLineAdd()
onLineAdd - called to add the new set of IPAddress


onLineRemove

public void onLineRemove()
onLineRemove - called to remove the current set of IP Address


getHoststatus

public java.lang.String getHoststatus()
getHoststatus - called to get the status of the text field


setHoststatus

public void setHoststatus(java.lang.String value)

getSelected

public boolean getSelected()
Overrides:
getSelected in class com.softwareag.cis.server.util.SelectableLine

setSelected

public void setSelected(boolean value)
Overrides:
setSelected in class com.softwareag.cis.server.util.SelectableLine

findDynamicAccessProperties

public java.lang.String[] findDynamicAccessProperties()
Specified by:
findDynamicAccessProperties in interface com.softwareag.cis.server.IDynamicAccess

getClassForProperty

public java.lang.Class getClassForProperty(java.lang.String arg0)
Specified by:
getClassForProperty in interface com.softwareag.cis.server.IDynamicAccess

getPropertyValue

public java.lang.Object getPropertyValue(java.lang.String propertyName)
Specified by:
getPropertyValue in interface com.softwareag.cis.server.IDynamicAccess

invokeMethod

public void invokeMethod(java.lang.String arg0)
Specified by:
invokeMethod in interface com.softwareag.cis.server.IDynamicAccess

setPropertyValue

public void setPropertyValue(java.lang.String propertyName,
                             java.lang.Object value)
Specified by:
setPropertyValue in interface com.softwareag.cis.server.IDynamicAccess