com.businessobjects.enterprise.encyclopedia_associationendefinition
Class TopicDefinitions

java.lang.Object
  extended bycom.businessobjects.enterprise.encyclopedia_associationendefinition.TopicDefinitions
All Implemented Interfaces:
java.io.Serializable

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

Only supported for CMS import and export. Object modification is not supported.

See Also:
Serialized Form

Constructor Summary
TopicDefinitions()
           
 
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.
 java.lang.String[] getTopicDefinition()
          Internal Use Only.
 java.lang.String getTopicDefinition(int i)
          Internal Use Only.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Internal Use Only.
 int hashCode()
          Internal Use Only.
 void setTopicDefinition(int i, java.lang.String value)
          Internal Use Only.
 void setTopicDefinition(java.lang.String[] topicDefinition)
          Internal Use Only.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicDefinitions

public TopicDefinitions()
Method Detail

getTopicDefinition

public java.lang.String[] getTopicDefinition()
Internal Use Only.


setTopicDefinition

public void setTopicDefinition(java.lang.String[] topicDefinition)
Internal Use Only.


getTopicDefinition

public java.lang.String getTopicDefinition(int i)
Internal Use Only.


setTopicDefinition

public void setTopicDefinition(int i,
                               java.lang.String value)
Internal Use Only.


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.