com.businessobjects.enterprise.webi
Class Universes

java.lang.Object
  extended bycom.businessobjects.enterprise.webi.Universes
All Implemented Interfaces:
java.io.Serializable

public class Universes
extends java.lang.Object
implements java.io.Serializable

The IDs of the universes that are assigned to this Web Intelligence document.

See Also:
Serialized Form

Constructor Summary
Universes()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Internal Use Only.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Internal Use Only.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Internal Use Only.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Internal Use Only.
 java.lang.String[] getUniverse()
          Returns the array of universe IDs.
 java.lang.String getUniverse(int i)
          Returns the universe ID at the specified index position.
 int hashCode()
          Internal Use Only.
 void setUniverse(int i, java.lang.String value)
          Sets the universe ID at the specified index position.
 void setUniverse(java.lang.String[] universe)
          Sets the array of universe IDs.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Universes

public Universes()
Method Detail

getUniverse

public java.lang.String[] getUniverse()

Returns the array of universe IDs.

Returns:
The array of universe IDs.

setUniverse

public void setUniverse(java.lang.String[] universe)

Sets the array of universe IDs.

Parameters:
universe - The array of universe IDs.

getUniverse

public java.lang.String getUniverse(int i)

Returns the universe ID at the specified index position.

Parameters:
i - The index position.
Returns:
The universe ID.

setUniverse

public void setUniverse(int i,
                        java.lang.String value)

Sets the universe ID at the specified index position.

Parameters:
i - The index position.
value - The universe ID.

equals

public boolean equals(java.lang.Object obj)
Internal Use Only.


hashCode

public int hashCode()
Internal Use Only.


getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Internal Use Only.


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Internal Use Only.


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Internal Use Only.