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