com.businessobjects.enterprise.encyclopedia_associationinstance
Class Definitions

java.lang.Object
  extended bycom.businessobjects.enterprise.encyclopedia_associationinstance.Definitions
All Implemented Interfaces:
java.io.Serializable

public class Definitions
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
Definitions()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Internal Use Only.
 java.lang.String[] getDefinition()
          Internal Use Only.
 java.lang.String getDefinition(int i)
          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.
 int hashCode()
          Internal Use Only.
 void setDefinition(int i, java.lang.String value)
          Internal Use Only.
 void setDefinition(java.lang.String[] definition)
          Internal Use Only.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Definitions

public Definitions()
Method Detail

getDefinition

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


setDefinition

public void setDefinition(java.lang.String[] definition)
Internal Use Only.


getDefinition

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


setDefinition

public void setDefinition(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.