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 AuditMsg

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

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
AuditMsg()
           
AuditMsg(long ID, long auditID, long createdBy, java.util.Calendar createdDate, java.lang.String message, int severity, java.lang.String summary, java.lang.String[] summaryArgs, int summaryID, int type)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 long getAuditID()
          Gets the auditID value for this AuditMsg.
 long getCreatedBy()
          Gets the createdBy value for this AuditMsg.
 java.util.Calendar getCreatedDate()
          Gets the createdDate value for this AuditMsg.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getID()
          Gets the ID value for this AuditMsg.
 java.lang.String getMessage()
          Gets the message value for this AuditMsg.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getSeverity()
          Gets the severity value for this AuditMsg.
 java.lang.String getSummary()
          Gets the summary value for this AuditMsg.
 java.lang.String[] getSummaryArgs()
          Gets the summaryArgs value for this AuditMsg.
 int getSummaryID()
          Gets the summaryID value for this AuditMsg.
 int getType()
          Gets the type value for this AuditMsg.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAuditID(long auditID)
          Sets the auditID value for this AuditMsg.
 void setCreatedBy(long createdBy)
          Sets the createdBy value for this AuditMsg.
 void setCreatedDate(java.util.Calendar createdDate)
          Sets the createdDate value for this AuditMsg.
 void setID(long ID)
          Sets the ID value for this AuditMsg.
 void setMessage(java.lang.String message)
          Sets the message value for this AuditMsg.
 void setSeverity(int severity)
          Sets the severity value for this AuditMsg.
 void setSummary(java.lang.String summary)
          Sets the summary value for this AuditMsg.
 void setSummaryArgs(java.lang.String[] summaryArgs)
          Sets the summaryArgs value for this AuditMsg.
 void setSummaryID(int summaryID)
          Sets the summaryID value for this AuditMsg.
 void setType(int type)
          Sets the type value for this AuditMsg.

 

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

 

Constructor Detail

AuditMsg

public AuditMsg()

AuditMsg

public AuditMsg(long ID,
                long auditID,
                long createdBy,
                java.util.Calendar createdDate,
                java.lang.String message,
                int severity,
                java.lang.String summary,
                java.lang.String[] summaryArgs,
                int summaryID,
                int type)

Method Detail

getID

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

setID

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

getAuditID

public long getAuditID()
Gets the auditID value for this AuditMsg.
Returns:
auditID

setAuditID

public void setAuditID(long auditID)
Sets the auditID value for this AuditMsg.
Parameters:
auditID -

getCreatedBy

public long getCreatedBy()
Gets the createdBy value for this AuditMsg.
Returns:
createdBy

setCreatedBy

public void setCreatedBy(long createdBy)
Sets the createdBy value for this AuditMsg.
Parameters:
createdBy -

getCreatedDate

public java.util.Calendar getCreatedDate()
Gets the createdDate value for this AuditMsg.
Returns:
createdDate

setCreatedDate

public void setCreatedDate(java.util.Calendar createdDate)
Sets the createdDate value for this AuditMsg.
Parameters:
createdDate -

getMessage

public java.lang.String getMessage()
Gets the message value for this AuditMsg.
Returns:
message

setMessage

public void setMessage(java.lang.String message)
Sets the message value for this AuditMsg.
Parameters:
message -

getSeverity

public int getSeverity()
Gets the severity value for this AuditMsg.
Returns:
severity

setSeverity

public void setSeverity(int severity)
Sets the severity value for this AuditMsg.
Parameters:
severity -

getSummary

public java.lang.String getSummary()
Gets the summary value for this AuditMsg.
Returns:
summary

setSummary

public void setSummary(java.lang.String summary)
Sets the summary value for this AuditMsg.
Parameters:
summary -

getSummaryArgs

public java.lang.String[] getSummaryArgs()
Gets the summaryArgs value for this AuditMsg.
Returns:
summaryArgs

setSummaryArgs

public void setSummaryArgs(java.lang.String[] summaryArgs)
Sets the summaryArgs value for this AuditMsg.
Parameters:
summaryArgs -

getSummaryID

public int getSummaryID()
Gets the summaryID value for this AuditMsg.
Returns:
summaryID

setSummaryID

public void setSummaryID(int summaryID)
Sets the summaryID value for this AuditMsg.
Parameters:
summaryID -

getType

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

setType

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

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.