Skip navigation links

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

E16598-02


com.flashline.registry.openapi.entity
Class EntityUUID

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

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
EntityUUID()
           
EntityUUID(java.lang.String UUID, long entityID, long entityTypeID, java.lang.String idSpace)
           

 

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
 long getEntityID()
          Gets the entityID value for this EntityUUID.
 long getEntityTypeID()
          Gets the entityTypeID value for this EntityUUID.
 java.lang.String getIdSpace()
          Gets the idSpace value for this EntityUUID.
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.lang.String getUUID()
          Gets the UUID value for this EntityUUID.
 int hashCode()
           
 void setEntityID(long entityID)
          Sets the entityID value for this EntityUUID.
 void setEntityTypeID(long entityTypeID)
          Sets the entityTypeID value for this EntityUUID.
 void setIdSpace(java.lang.String idSpace)
          Sets the idSpace value for this EntityUUID.
 void setUUID(java.lang.String UUID)
          Sets the UUID value for this EntityUUID.

 

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

 

Constructor Detail

EntityUUID

public EntityUUID()

EntityUUID

public EntityUUID(java.lang.String UUID,
                  long entityID,
                  long entityTypeID,
                  java.lang.String idSpace)

Method Detail

getUUID

public java.lang.String getUUID()
Gets the UUID value for this EntityUUID.
Returns:
UUID

setUUID

public void setUUID(java.lang.String UUID)
Sets the UUID value for this EntityUUID.
Parameters:
UUID -

getEntityID

public long getEntityID()
Gets the entityID value for this EntityUUID.
Returns:
entityID

setEntityID

public void setEntityID(long entityID)
Sets the entityID value for this EntityUUID.
Parameters:
entityID -

getEntityTypeID

public long getEntityTypeID()
Gets the entityTypeID value for this EntityUUID.
Returns:
entityTypeID

setEntityTypeID

public void setEntityTypeID(long entityTypeID)
Sets the entityTypeID value for this EntityUUID.
Parameters:
entityTypeID -

getIdSpace

public java.lang.String getIdSpace()
Gets the idSpace value for this EntityUUID.
Returns:
idSpace

setIdSpace

public void setIdSpace(java.lang.String idSpace)
Sets the idSpace value for this EntityUUID.
Parameters:
idSpace -

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.4.0)

E16598-02


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