Skip navigation links

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

E16598-03


com.flashline.registry.openapi.entity
Class LogEntry

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

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
LogEntry()
           
LogEntry(java.lang.String comments, java.util.Calendar submittedDate, long submitterID, int type, java.lang.String typeString)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getComments()
          Gets the comments value for this LogEntry.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.util.Calendar getSubmittedDate()
          Gets the submittedDate value for this LogEntry.
 long getSubmitterID()
          Gets the submitterID value for this LogEntry.
 int getType()
          Gets the type value for this LogEntry.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getTypeString()
          Gets the typeString value for this LogEntry.
 int hashCode()
           
 void setComments(java.lang.String comments)
          Sets the comments value for this LogEntry.
 void setSubmittedDate(java.util.Calendar submittedDate)
          Sets the submittedDate value for this LogEntry.
 void setSubmitterID(long submitterID)
          Sets the submitterID value for this LogEntry.
 void setType(int type)
          Sets the type value for this LogEntry.
 void setTypeString(java.lang.String typeString)
          Sets the typeString value for this LogEntry.

 

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

 

Constructor Detail

LogEntry

public LogEntry()

LogEntry

public LogEntry(java.lang.String comments,
                java.util.Calendar submittedDate,
                long submitterID,
                int type,
                java.lang.String typeString)

Method Detail

getComments

public java.lang.String getComments()
Gets the comments value for this LogEntry.
Returns:
comments

setComments

public void setComments(java.lang.String comments)
Sets the comments value for this LogEntry.
Parameters:
comments -

getSubmittedDate

public java.util.Calendar getSubmittedDate()
Gets the submittedDate value for this LogEntry.
Returns:
submittedDate

setSubmittedDate

public void setSubmittedDate(java.util.Calendar submittedDate)
Sets the submittedDate value for this LogEntry.
Parameters:
submittedDate -

getSubmitterID

public long getSubmitterID()
Gets the submitterID value for this LogEntry.
Returns:
submitterID

setSubmitterID

public void setSubmitterID(long submitterID)
Sets the submitterID value for this LogEntry.
Parameters:
submitterID -

getType

public int getType()
Gets the type value for this LogEntry.
Returns:
type

setType

public void setType(int type)
Sets the type value for this LogEntry.
Parameters:
type -

getTypeString

public java.lang.String getTypeString()
Gets the typeString value for this LogEntry.
Returns:
typeString

setTypeString

public void setTypeString(java.lang.String typeString)
Sets the typeString value for this LogEntry.
Parameters:
typeString -

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

E16598-03


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