public class EditSysDefTypeAttributeAdapter.RelatesToLinesItem
extends com.softwareag.cis.server.util.SelectableLine
implements com.softwareag.cis.server.IDynamicAccess
Constructor and Description |
---|
RelatesToLinesItem(EditSysDefTypeAttributeAdapter editSysDefTypeAttributeAdapter1) |
Modifier and Type | Method and Description |
---|---|
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) |
public RelatesToLinesItem(EditSysDefTypeAttributeAdapter editSysDefTypeAttributeAdapter1)
public com.softwareag.cis.server.util.FLEXLINEInfo getLineMetaInfo()
public void setLineMetaInfo(com.softwareag.cis.server.util.FLEXLINEInfo value)
public void setAddRelatesToVisible(boolean value)
public boolean getAddRelatesToVisible()
public void setRemoveRelatesToVisible(boolean value)
public boolean getRemoveRelatesToVisible()
public com.softwareag.cis.server.util.COMBODYNValidValues getRelatesToParams()
public java.lang.String getRelatesToParam()
public void setRelatesToParam(java.lang.String value)
public java.lang.String getRelatesToAssoId()
public void setRelatesToAssoId(java.lang.String value)
public java.lang.String[] findDynamicAccessProperties()
findDynamicAccessProperties
in interface com.softwareag.cis.server.IDynamicAccess
public java.lang.Class getClassForProperty(java.lang.String arg0)
getClassForProperty
in interface com.softwareag.cis.server.IDynamicAccess
public java.lang.Object getPropertyValue(java.lang.String arg0)
getPropertyValue
in interface com.softwareag.cis.server.IDynamicAccess
public void invokeMethod(java.lang.String arg0)
invokeMethod
in interface com.softwareag.cis.server.IDynamicAccess
public void setPropertyValue(java.lang.String arg0, java.lang.Object arg1)
setPropertyValue
in interface com.softwareag.cis.server.IDynamicAccess
public void addRelatesTo()
public void removeRelatesTo()