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 RelatedEntity

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

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
RelatedEntity()
           
RelatedEntity(long ID, java.util.Calendar entityDate, long entityID, long entityUserID)
           

 

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.util.Calendar getEntityDate()
          Gets the entityDate value for this RelatedEntity.
 long getEntityID()
          Gets the entityID value for this RelatedEntity.
 long getEntityUserID()
          Gets the entityUserID value for this RelatedEntity.
 long getID()
          Gets the ID value for this RelatedEntity.
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
 int hashCode()
           
 void setEntityDate(java.util.Calendar entityDate)
          Sets the entityDate value for this RelatedEntity.
 void setEntityID(long entityID)
          Sets the entityID value for this RelatedEntity.
 void setEntityUserID(long entityUserID)
          Sets the entityUserID value for this RelatedEntity.
 void setID(long ID)
          Sets the ID value for this RelatedEntity.

 

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

 

Constructor Detail

RelatedEntity

public RelatedEntity()

RelatedEntity

public RelatedEntity(long ID,
                     java.util.Calendar entityDate,
                     long entityID,
                     long entityUserID)

Method Detail

getID

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

setID

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

getEntityDate

public java.util.Calendar getEntityDate()
Gets the entityDate value for this RelatedEntity.
Returns:
entityDate

setEntityDate

public void setEntityDate(java.util.Calendar entityDate)
Sets the entityDate value for this RelatedEntity.
Parameters:
entityDate -

getEntityID

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

setEntityID

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

getEntityUserID

public long getEntityUserID()
Gets the entityUserID value for this RelatedEntity.
Returns:
entityUserID

setEntityUserID

public void setEntityUserID(long entityUserID)
Sets the entityUserID value for this RelatedEntity.
Parameters:
entityUserID -

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.