com.businessobjects.enterprise.encyclopedia_associationinstance
Class EncyclopediaAssociationInstance

java.lang.Object
  extended bycom.businessobjects.enterprise.infoobject.InfoObject
      extended bycom.businessobjects.enterprise.encyclopedia_associationinstance.EncyclopediaAssociationInstance
All Implemented Interfaces:
java.io.Serializable

public class EncyclopediaAssociationInstance
extends InfoObject
implements java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
EncyclopediaAssociationInstance()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Internal Use Only.
 AssociationEnds getAssociationEnds()
          Internal Use Only.
 CustomProperties getCustomProperties()
          Internal Use Only.
 Definitions getDefinitions()
          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 setAssociationEnds(AssociationEnds associationEnds)
          Internal Use Only.
 void setCustomProperties(CustomProperties customProperties)
          Internal Use Only.
 void setDefinitions(Definitions definitions)
          Internal Use Only.
 
Methods inherited from class com.businessobjects.enterprise.infoobject.InfoObject
getAlerts, getChildrenObjects, getCreationTime, getCUID, getDescription, getEndTime, getErrorMessage, getID, getInstance, getInstanceObject, getIsApplicationObject, getIsComponent, getIsHiddenObject, getIsPluginObject, getIsRecurring, getIsRunnableObject, getIsSendable, getIsSystemObject, getKey, getKeywords, getKind, getLastRunTime, getLastSuccessfulInstanceCUID, getName, getNewJobID, getNextRunTime, getObjectIsContainer, getOwner, getOwnerCUID, getParentCUID, getPluginInfo, getRUID, getSchedulable, getSecurityInfo, getStartTime, getStatusInfo, getUiStatus, getUpdateTime, setAlerts, setChildrenObjects, setCreationTime, setCUID, setDescription, setEndTime, setErrorMessage, setID, setInstance, setInstanceObject, setIsApplicationObject, setIsComponent, setIsHiddenObject, setIsPluginObject, setIsRecurring, setIsRunnableObject, setIsSendable, setIsSystemObject, setKey, setKeywords, setKind, setLastRunTime, setLastSuccessfulInstanceCUID, setName, setNewJobID, setNextRunTime, setObjectIsContainer, setOwner, setOwnerCUID, setParentCUID, setPluginInfo, setRUID, setSchedulable, setSecurityInfo, setStartTime, setStatusInfo, setUiStatus, setUpdateTime
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncyclopediaAssociationInstance

public EncyclopediaAssociationInstance()
Method Detail

getCustomProperties

public CustomProperties getCustomProperties()
Internal Use Only.


setCustomProperties

public void setCustomProperties(CustomProperties customProperties)
Internal Use Only.


getAssociationEnds

public AssociationEnds getAssociationEnds()
Internal Use Only.


setAssociationEnds

public void setAssociationEnds(AssociationEnds associationEnds)
Internal Use Only.


getDefinitions

public Definitions getDefinitions()
Internal Use Only.


setDefinitions

public void setDefinitions(Definitions definitions)
Internal Use Only.


equals

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

Overrides:
equals in class InfoObject

hashCode

public int hashCode()
Internal Use Only.

Overrides:
hashCode in class InfoObject

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.