| |
|
| java.lang.Object com.sun.jbi.ui.common.ServiceAssemblyInfo com.sun.jbi.jsf.bean.SelectableJBIServiceAssemblyInfo
SelectableJBIServiceAssemblyInfo | public class SelectableJBIServiceAssemblyInfo extends ServiceAssemblyInfo (Code) | | Description of the Class
author: Sun Microsystems Inc. |
SelectableJBIServiceAssemblyInfo | public SelectableJBIServiceAssemblyInfo(ServiceAssemblyInfo aSourceInfo)(Code) | | Constructor for the SelectableJBIServiceAssemblyInfo object
Parameters: aSourceInfo - Description of Parameter |
getEnabled | public String getEnabled()(Code) | | Gets the Enabled attribute of the SelectableJBIServiceAssemblyInfo
object
The Enabled value |
getSelected | public boolean getSelected()(Code) | | Gets the Selected attribute of the SelectableJBIServiceAssemblyInfo
object
The Selected value |
getStatus | public String getStatus()(Code) | | Gets the Status attribute of the SelectableJBIServiceAssemblyInfo
object
The Status value |
getSummaryStatus | public String getSummaryStatus()(Code) | | Gets the SummaryStatus attribute of the
SelectableJBIServiceAssemblyInfo object
The SummaryStatus value |
getType | public String getType()(Code) | | Gets the Type attribute of the SelectableJBIServiceAssemblyInfo object
The Type value |
setEnabled | public void setEnabled(String anEnabledState)(Code) | | Sets enabled property.
Parameters: anEnabledState - The new Enabled value |
setSelected | public void setSelected(boolean aSelection)(Code) | | Sets selected property.
Parameters: aSelection - The new Selected value |
setStatus | public void setStatus(String aStatus)(Code) | | Sets status property.
Parameters: aStatus - The new Status value |
setSummaryStatus | public void setSummaryStatus(String aSummaryStatus)(Code) | | Sets summary status property.
Parameters: aSummaryStatus - The new SummaryStatus value |
|
|
|