Skip navigation links

Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository
11g Release 1 (11.1.1.7.0)

E16598-09 OEREF


com.flashline.registry.openapi.entity
Class RelationshipType

java.lang.Object
  extended by com.flashline.registry.openapi.entity.RelationshipType

All Implemented Interfaces:
java.io.Serializable

public class RelationshipType
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
RelationshipType()
           
RelationshipType(long ID, java.lang.String direction, java.lang.String displayName, java.lang.String displayPrimary, java.lang.String displaySecondary, boolean extractable, boolean handledByPlugin, boolean immutable, java.lang.String name, long[] primaryIDs, boolean promptNotifyPrimary, boolean promptNotifySecondary, long[] secondaryIDs, java.util.Calendar updatedDate)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getDirection()
          Gets the direction value for this RelationshipType.
 java.lang.String getDisplayName()
          Gets the displayName value for this RelationshipType.
 java.lang.String getDisplayPrimary()
          Gets the displayPrimary value for this RelationshipType.
 java.lang.String getDisplaySecondary()
          Gets the displaySecondary value for this RelationshipType.
 long getID()
          Gets the ID value for this RelationshipType.
 java.lang.String getName()
          Gets the name value for this RelationshipType.
 long[] getPrimaryIDs()
          Gets the primaryIDs value for this RelationshipType.
 long[] getSecondaryIDs()
          Gets the secondaryIDs value for this RelationshipType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.util.Calendar getUpdatedDate()
          Gets the updatedDate value for this RelationshipType.
 int hashCode()
           
 boolean isExtractable()
          Gets the extractable value for this RelationshipType.
 boolean isHandledByPlugin()
          Gets the handledByPlugin value for this RelationshipType.
 boolean isImmutable()
          Gets the immutable value for this RelationshipType.
 boolean isPromptNotifyPrimary()
          Gets the promptNotifyPrimary value for this RelationshipType.
 boolean isPromptNotifySecondary()
          Gets the promptNotifySecondary value for this RelationshipType.
 void setDirection(java.lang.String direction)
          Sets the direction value for this RelationshipType.
 void setDisplayName(java.lang.String displayName)
          Sets the displayName value for this RelationshipType.
 void setDisplayPrimary(java.lang.String displayPrimary)
          Sets the displayPrimary value for this RelationshipType.
 void setDisplaySecondary(java.lang.String displaySecondary)
          Sets the displaySecondary value for this RelationshipType.
 void setExtractable(boolean extractable)
          Sets the extractable value for this RelationshipType.
 void setHandledByPlugin(boolean handledByPlugin)
          Sets the handledByPlugin value for this RelationshipType.
 void setID(long ID)
          Sets the ID value for this RelationshipType.
 void setImmutable(boolean immutable)
          Sets the immutable value for this RelationshipType.
 void setName(java.lang.String name)
          Sets the name value for this RelationshipType.
 void setPrimaryIDs(long[] primaryIDs)
          Sets the primaryIDs value for this RelationshipType.
 void setPromptNotifyPrimary(boolean promptNotifyPrimary)
          Sets the promptNotifyPrimary value for this RelationshipType.
 void setPromptNotifySecondary(boolean promptNotifySecondary)
          Sets the promptNotifySecondary value for this RelationshipType.
 void setSecondaryIDs(long[] secondaryIDs)
          Sets the secondaryIDs value for this RelationshipType.
 void setUpdatedDate(java.util.Calendar updatedDate)
          Sets the updatedDate value for this RelationshipType.

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

RelationshipType

public RelationshipType()

RelationshipType

public RelationshipType(long ID,
                        java.lang.String direction,
                        java.lang.String displayName,
                        java.lang.String displayPrimary,
                        java.lang.String displaySecondary,
                        boolean extractable,
                        boolean handledByPlugin,
                        boolean immutable,
                        java.lang.String name,
                        long[] primaryIDs,
                        boolean promptNotifyPrimary,
                        boolean promptNotifySecondary,
                        long[] secondaryIDs,
                        java.util.Calendar updatedDate)

Method Detail

getID

public long getID()
Gets the ID value for this RelationshipType.
Returns:
ID

setID

public void setID(long ID)
Sets the ID value for this RelationshipType.
Parameters:
ID -

getDirection

public java.lang.String getDirection()
Gets the direction value for this RelationshipType.
Returns:
direction

setDirection

public void setDirection(java.lang.String direction)
Sets the direction value for this RelationshipType.
Parameters:
direction -

getDisplayName

public java.lang.String getDisplayName()
Gets the displayName value for this RelationshipType.
Returns:
displayName

setDisplayName

public void setDisplayName(java.lang.String displayName)
Sets the displayName value for this RelationshipType.
Parameters:
displayName -

getDisplayPrimary

public java.lang.String getDisplayPrimary()
Gets the displayPrimary value for this RelationshipType.
Returns:
displayPrimary

setDisplayPrimary

public void setDisplayPrimary(java.lang.String displayPrimary)
Sets the displayPrimary value for this RelationshipType.
Parameters:
displayPrimary -

getDisplaySecondary

public java.lang.String getDisplaySecondary()
Gets the displaySecondary value for this RelationshipType.
Returns:
displaySecondary

setDisplaySecondary

public void setDisplaySecondary(java.lang.String displaySecondary)
Sets the displaySecondary value for this RelationshipType.
Parameters:
displaySecondary -

isExtractable

public boolean isExtractable()
Gets the extractable value for this RelationshipType.
Returns:
extractable

setExtractable

public void setExtractable(boolean extractable)
Sets the extractable value for this RelationshipType.
Parameters:
extractable -

isHandledByPlugin

public boolean isHandledByPlugin()
Gets the handledByPlugin value for this RelationshipType.
Returns:
handledByPlugin

setHandledByPlugin

public void setHandledByPlugin(boolean handledByPlugin)
Sets the handledByPlugin value for this RelationshipType.
Parameters:
handledByPlugin -

isImmutable

public boolean isImmutable()
Gets the immutable value for this RelationshipType.
Returns:
immutable

setImmutable

public void setImmutable(boolean immutable)
Sets the immutable value for this RelationshipType.
Parameters:
immutable -

getName

public java.lang.String getName()
Gets the name value for this RelationshipType.
Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this RelationshipType.
Parameters:
name -

getPrimaryIDs

public long[] getPrimaryIDs()
Gets the primaryIDs value for this RelationshipType.
Returns:
primaryIDs

setPrimaryIDs

public void setPrimaryIDs(long[] primaryIDs)
Sets the primaryIDs value for this RelationshipType.
Parameters:
primaryIDs -

isPromptNotifyPrimary

public boolean isPromptNotifyPrimary()
Gets the promptNotifyPrimary value for this RelationshipType.
Returns:
promptNotifyPrimary

setPromptNotifyPrimary

public void setPromptNotifyPrimary(boolean promptNotifyPrimary)
Sets the promptNotifyPrimary value for this RelationshipType.
Parameters:
promptNotifyPrimary -

isPromptNotifySecondary

public boolean isPromptNotifySecondary()
Gets the promptNotifySecondary value for this RelationshipType.
Returns:
promptNotifySecondary

setPromptNotifySecondary

public void setPromptNotifySecondary(boolean promptNotifySecondary)
Sets the promptNotifySecondary value for this RelationshipType.
Parameters:
promptNotifySecondary -

getSecondaryIDs

public long[] getSecondaryIDs()
Gets the secondaryIDs value for this RelationshipType.
Returns:
secondaryIDs

setSecondaryIDs

public void setSecondaryIDs(long[] secondaryIDs)
Sets the secondaryIDs value for this RelationshipType.
Parameters:
secondaryIDs -

getUpdatedDate

public java.util.Calendar getUpdatedDate()
Gets the updatedDate value for this RelationshipType.
Returns:
updatedDate

setUpdatedDate

public void setUpdatedDate(java.util.Calendar updatedDate)
Sets the updatedDate value for this RelationshipType.
Parameters:
updatedDate -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object

getSerializer

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

getDeserializer

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

Skip navigation links

Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository
11g Release 1 (11.1.1.7.0)

E16598-09 OEREF


Copyright © 2004-2013, Oracle and/or its affiliates. All rights reserved.