Skip navigation links

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

E16598-01


com.flashline.registry.openapi.entity
Class ExtractionLogEvent

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

All Implemented Interfaces:
java.io.Serializable

public class ExtractionLogEvent
extends java.lang.Object
implements java.io.Serializable

An object to reference multiple extractions/usages of the same asset to the same project by the same user. An example of this would be manual vs detected usage.

See Also:
Serialized Form

Constructor Summary
ExtractionLogEvent()
           
ExtractionLogEvent(long ID, java.lang.String event, java.util.Calendar eventDate, long extractionID)
           

 

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 getEvent()
          Gets the event value for this ExtractionLogEvent.
 java.util.Calendar getEventDate()
          Gets the eventDate value for this ExtractionLogEvent.
 long getExtractionID()
          Gets the extractionID value for this ExtractionLogEvent.
 long getID()
          Gets the ID value for this ExtractionLogEvent.
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 setEvent(java.lang.String event)
          Sets the event value for this ExtractionLogEvent.
 void setEventDate(java.util.Calendar eventDate)
          Sets the eventDate value for this ExtractionLogEvent.
 void setExtractionID(long extractionID)
          Sets the extractionID value for this ExtractionLogEvent.
 void setID(long ID)
          Sets the ID value for this ExtractionLogEvent.

 

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

 

Constructor Detail

ExtractionLogEvent

public ExtractionLogEvent()

ExtractionLogEvent

public ExtractionLogEvent(long ID,
                          java.lang.String event,
                          java.util.Calendar eventDate,
                          long extractionID)

Method Detail

getID

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

setID

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

getEvent

public java.lang.String getEvent()
Gets the event value for this ExtractionLogEvent.
Returns:
event

setEvent

public void setEvent(java.lang.String event)
Sets the event value for this ExtractionLogEvent.
Parameters:
event -

getEventDate

public java.util.Calendar getEventDate()
Gets the eventDate value for this ExtractionLogEvent.
Returns:
eventDate

setEventDate

public void setEventDate(java.util.Calendar eventDate)
Sets the eventDate value for this ExtractionLogEvent.
Parameters:
eventDate -

getExtractionID

public long getExtractionID()
Gets the extractionID value for this ExtractionLogEvent.
Returns:
extractionID

setExtractionID

public void setExtractionID(long extractionID)
Sets the extractionID value for this ExtractionLogEvent.
Parameters:
extractionID -

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)

E16598-01


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