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

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

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


Constructor Summary
EditSysDefTypeAttributeAdapter.RelatesToLinesItem(EditSysDefTypeAttributeAdapter editSysDefTypeAttributeAdapter1)
           
 
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 getRelatesToAssoId()
           
 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 setRelatesToAssoId(java.lang.String value)
           
 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

EditSysDefTypeAttributeAdapter.RelatesToLinesItem

public EditSysDefTypeAttributeAdapter.RelatesToLinesItem(EditSysDefTypeAttributeAdapter editSysDefTypeAttributeAdapter1)
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)

getRelatesToAssoId

public java.lang.String getRelatesToAssoId()

setRelatesToAssoId

public void setRelatesToAssoId(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()