com.centrasite.control.administration.typemanagement.adapters
Class AddSysDefTypeAttributeAdapter.RelatesToLinesItem

java.lang.Object
  extended by com.softwareag.cis.server.util.SelectableLine
      extended by com.centrasite.control.administration.typemanagement.adapters.AddSysDefTypeAttributeAdapter.RelatesToLinesItem
All Implemented Interfaces:
com.softwareag.cis.server.IDynamicAccess
Enclosing class:
AddSysDefTypeAttributeAdapter

public class AddSysDefTypeAttributeAdapter.RelatesToLinesItem
extends com.softwareag.cis.server.util.SelectableLine
implements com.softwareag.cis.server.IDynamicAccess


Constructor Summary
AddSysDefTypeAttributeAdapter.RelatesToLinesItem(AddSysDefTypeAttributeAdapter addSysDefTypeAttributeAdapter1)
           
 
Method Summary
 void addRelatesTo()
           
 java.lang.String[] findDynamicAccessProperties()
           
 boolean getAddRelatesToVisible()
           
 java.lang.Class getClassForProperty(java.lang.String arg0)
           
 com.softwareag.cis.server.util.FLEXLINEInfo getLineMetaInfo()
           
 java.lang.Object getPropertyValue(java.lang.String arg0)
           
 java.lang.String getRelatesToParam()
           
 com.softwareag.cis.server.util.COMBODYNValidValues getRelatesToParams()
           
 boolean getRemoveRelatesToVisible()
           
 void invokeMethod(java.lang.String arg0)
           
 void removeRelatesTo()
           
 void setAddRelatesToVisible(boolean value)
           
 void setLineMetaInfo(com.softwareag.cis.server.util.FLEXLINEInfo value)
           
 void setPropertyValue(java.lang.String arg0, java.lang.Object arg1)
           
 void setRelatesToParam(java.lang.String value)
           
 void setRemoveRelatesToVisible(boolean value)
           
 
Methods inherited from class com.softwareag.cis.server.util.SelectableLine
getSelected, setSelected
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddSysDefTypeAttributeAdapter.RelatesToLinesItem

public AddSysDefTypeAttributeAdapter.RelatesToLinesItem(AddSysDefTypeAttributeAdapter addSysDefTypeAttributeAdapter1)
Method Detail

getLineMetaInfo

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

setLineMetaInfo

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

setAddRelatesToVisible

public void setAddRelatesToVisible(boolean value)

getAddRelatesToVisible

public boolean getAddRelatesToVisible()

setRemoveRelatesToVisible

public void setRemoveRelatesToVisible(boolean value)

getRemoveRelatesToVisible

public boolean getRemoveRelatesToVisible()

getRelatesToParams

public com.softwareag.cis.server.util.COMBODYNValidValues getRelatesToParams()

getRelatesToParam

public java.lang.String getRelatesToParam()

setRelatesToParam

public void setRelatesToParam(java.lang.String value)

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 arg0)
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 arg0,
                             java.lang.Object arg1)
Specified by:
setPropertyValue in interface com.softwareag.cis.server.IDynamicAccess

addRelatesTo

public void addRelatesTo()

removeRelatesTo

public void removeRelatesTo()