com.centrasite.control.administration.consumerapplication.adapters
Class AddConsumerApplicationAdapter.HttpAuthItem

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

public class AddConsumerApplicationAdapter.HttpAuthItem
extends com.softwareag.cis.server.util.SelectableLine
implements com.softwareag.cis.server.IDynamicAccess


Constructor Summary
AddConsumerApplicationAdapter.HttpAuthItem(AddConsumerApplicationAdapter owner)
           
 
Method Summary
 java.lang.String[] findDynamicAccessProperties()
           
 java.lang.Class getClassForProperty(java.lang.String arg0)
           
 com.softwareag.cis.server.util.FLEXLINEInfo getLineMetaInfo()
           
 boolean getOnLineAddVisible()
           
 boolean getOnLineRemoveVisible()
           
 java.lang.Object getPropertyValue(java.lang.String propertyName)
          getPropertyValue - called to get the dynamic property value
 boolean getSelected()
           
 java.lang.String getUserstatus()
          getUserstatus - called to get the status of the text field
 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 setLineMetaInfo(com.softwareag.cis.server.util.FLEXLINEInfo value)
           
 void setPropertyValue(java.lang.String propertyName, java.lang.Object value)
          setPropertyValue - called to set the value for dynamic property
 void setSelected(boolean value)
           
 void setUserstatus(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddConsumerApplicationAdapter.HttpAuthItem

public AddConsumerApplicationAdapter.HttpAuthItem(AddConsumerApplicationAdapter owner)
Parameters:
owner -
Method Detail

getUserstatus

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


setUserstatus

public void setUserstatus(java.lang.String value)

getLineMetaInfo

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

setLineMetaInfo

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

getOnLineAddVisible

public boolean getOnLineAddVisible()

getOnLineRemoveVisible

public boolean getOnLineRemoveVisible()

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

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


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)
getPropertyValue - called to get the dynamic property value

Specified by:
getPropertyValue in interface com.softwareag.cis.server.IDynamicAccess
Parameters:
propertyName - - name of the dynamic property.

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)
setPropertyValue - called to set the value for dynamic property

Specified by:
setPropertyValue in interface com.softwareag.cis.server.IDynamicAccess
Parameters:
propertyName - - name of the dynamic property.
value - - value of the dynamic property.