|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.businessobjects.enterprise.infoobject.InfoObject
com.businessobjects.enterprise.servergroup.ServerGroup
The ServerGroup class manages a group and specifies which members or "group associates" belong to it. It is the top level object in the ServerGroup plugin.
| Constructor Summary | |
ServerGroup()
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Internal Use Only. |
CustomProperties |
getCustomProperties()
Returns the custom properties. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Internal Use Only. |
ParentGroups |
getParentGroups()
Returns the collection of parent groups in the server group. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Internal Use Only. |
Servers |
getServers()
Returns the collection of server IDs in this group. |
SubGroups |
getSubGroups()
Returns the collection of subgroups in the server group. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Internal Use Only. |
int |
hashCode()
Internal Use Only. |
void |
setCustomProperties(CustomProperties customProperties)
Sets the custom properties. |
void |
setParentGroups(ParentGroups parentGroups)
Sets the collection of parent groups in the server group. |
void |
setServers(Servers servers)
Sets the collection of server IDs in this group. |
void |
setSubGroups(SubGroups subGroups)
Sets the collection of subgroups in the server group. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ServerGroup()
| Method Detail |
public SubGroups getSubGroups()
Returns the collection of subgroups in the server group. This is the SubGroups property bag collection.
public void setSubGroups(SubGroups subGroups)
Sets the collection of subgroups in the server group. This is the SubGroups property bag collection.
subGroups - The collection of subgroups in the server group.public ParentGroups getParentGroups()
Returns the collection of parent groups in the server group.
public void setParentGroups(ParentGroups parentGroups)
Sets the collection of parent groups in the server group.
parentGroups - The collection of parent groups in the server group.public Servers getServers()
Returns the collection of server IDs in this group. This is the Servers property bag collection.
public void setServers(Servers servers)
Sets the collection of server IDs in this group. This is the Servers property bag collection.
servers - The collection of server IDs in this group.public CustomProperties getCustomProperties()
Returns the custom properties.
public void setCustomProperties(CustomProperties customProperties)
Sets the custom properties.
customProperties - The custom properties.public boolean equals(java.lang.Object obj)
equals in class InfoObjectpublic int hashCode()
hashCode in class InfoObjectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||