com.businessobjects.sdk.plugin.desktop.common
Interface IServerGroupChoice


public interface IServerGroupChoice


Method Summary
 int getServerGroupChoice()
          Returns the preference of the server group.
 int getServerGroupID()
          Returns the ID of the associated server group.
 void setServerGroupChoice(int preference)
           
 

Method Detail

getServerGroupID

int getServerGroupID()
Returns the ID of the associated server group.

Returns:
An int representing the ID of the server group.

getServerGroupChoice

int getServerGroupChoice()
Returns the preference of the server group.

Returns:

setServerGroupChoice

void setServerGroupChoice(int preference)