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 ImpExpJob

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

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
ImpExpJob()
           
ImpExpJob(long ID, AuditMsg auditMsg, java.lang.String desc, java.lang.String displayName, java.lang.String errorMsg, int numComplete, int numTotal, java.lang.String resultStatus, java.util.Calendar startTime, java.lang.String state, int type, java.util.Calendar updateTime, java.util.Calendar updatedDate, long userID)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 AuditMsg getAuditMsg()
          Gets the auditMsg value for this ImpExpJob.
 java.lang.String getDesc()
          Gets the desc value for this ImpExpJob.
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 getDisplayName()
          Gets the displayName value for this ImpExpJob.
 java.lang.String getErrorMsg()
          Gets the errorMsg value for this ImpExpJob.
 long getID()
          Gets the ID value for this ImpExpJob.
 int getNumComplete()
          Gets the numComplete value for this ImpExpJob.
 int getNumTotal()
          Gets the numTotal value for this ImpExpJob.
 java.lang.String getResultStatus()
          Gets the resultStatus value for this ImpExpJob.
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 getStartTime()
          Gets the startTime value for this ImpExpJob.
 java.lang.String getState()
          Gets the state value for this ImpExpJob.
 int getType()
          Gets the type value for this ImpExpJob.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.util.Calendar getUpdatedDate()
          Gets the updatedDate value for this ImpExpJob.
 java.util.Calendar getUpdateTime()
          Gets the updateTime value for this ImpExpJob.
 long getUserID()
          Gets the userID value for this ImpExpJob.
 int hashCode()
           
 void setAuditMsg(AuditMsg auditMsg)
          Sets the auditMsg value for this ImpExpJob.
 void setDesc(java.lang.String desc)
          Sets the desc value for this ImpExpJob.
 void setDisplayName(java.lang.String displayName)
          Sets the displayName value for this ImpExpJob.
 void setErrorMsg(java.lang.String errorMsg)
          Sets the errorMsg value for this ImpExpJob.
 void setID(long ID)
          Sets the ID value for this ImpExpJob.
 void setNumComplete(int numComplete)
          Sets the numComplete value for this ImpExpJob.
 void setNumTotal(int numTotal)
          Sets the numTotal value for this ImpExpJob.
 void setResultStatus(java.lang.String resultStatus)
          Sets the resultStatus value for this ImpExpJob.
 void setStartTime(java.util.Calendar startTime)
          Sets the startTime value for this ImpExpJob.
 void setState(java.lang.String state)
          Sets the state value for this ImpExpJob.
 void setType(int type)
          Sets the type value for this ImpExpJob.
 void setUpdatedDate(java.util.Calendar updatedDate)
          Sets the updatedDate value for this ImpExpJob.
 void setUpdateTime(java.util.Calendar updateTime)
          Sets the updateTime value for this ImpExpJob.
 void setUserID(long userID)
          Sets the userID value for this ImpExpJob.

 

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

 

Constructor Detail

ImpExpJob

public ImpExpJob()

ImpExpJob

public ImpExpJob(long ID,
                 AuditMsg auditMsg,
                 java.lang.String desc,
                 java.lang.String displayName,
                 java.lang.String errorMsg,
                 int numComplete,
                 int numTotal,
                 java.lang.String resultStatus,
                 java.util.Calendar startTime,
                 java.lang.String state,
                 int type,
                 java.util.Calendar updateTime,
                 java.util.Calendar updatedDate,
                 long userID)

Method Detail

getID

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

setID

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

getAuditMsg

public AuditMsg getAuditMsg()
Gets the auditMsg value for this ImpExpJob.
Returns:
auditMsg

setAuditMsg

public void setAuditMsg(AuditMsg auditMsg)
Sets the auditMsg value for this ImpExpJob.
Parameters:
auditMsg -

getDesc

public java.lang.String getDesc()
Gets the desc value for this ImpExpJob.
Returns:
desc

setDesc

public void setDesc(java.lang.String desc)
Sets the desc value for this ImpExpJob.
Parameters:
desc -

getDisplayName

public java.lang.String getDisplayName()
Gets the displayName value for this ImpExpJob.
Returns:
displayName

setDisplayName

public void setDisplayName(java.lang.String displayName)
Sets the displayName value for this ImpExpJob.
Parameters:
displayName -

getErrorMsg

public java.lang.String getErrorMsg()
Gets the errorMsg value for this ImpExpJob.
Returns:
errorMsg

setErrorMsg

public void setErrorMsg(java.lang.String errorMsg)
Sets the errorMsg value for this ImpExpJob.
Parameters:
errorMsg -

getNumComplete

public int getNumComplete()
Gets the numComplete value for this ImpExpJob.
Returns:
numComplete

setNumComplete

public void setNumComplete(int numComplete)
Sets the numComplete value for this ImpExpJob.
Parameters:
numComplete -

getNumTotal

public int getNumTotal()
Gets the numTotal value for this ImpExpJob.
Returns:
numTotal

setNumTotal

public void setNumTotal(int numTotal)
Sets the numTotal value for this ImpExpJob.
Parameters:
numTotal -

getResultStatus

public java.lang.String getResultStatus()
Gets the resultStatus value for this ImpExpJob.
Returns:
resultStatus

setResultStatus

public void setResultStatus(java.lang.String resultStatus)
Sets the resultStatus value for this ImpExpJob.
Parameters:
resultStatus -

getStartTime

public java.util.Calendar getStartTime()
Gets the startTime value for this ImpExpJob.
Returns:
startTime

setStartTime

public void setStartTime(java.util.Calendar startTime)
Sets the startTime value for this ImpExpJob.
Parameters:
startTime -

getState

public java.lang.String getState()
Gets the state value for this ImpExpJob.
Returns:
state

setState

public void setState(java.lang.String state)
Sets the state value for this ImpExpJob.
Parameters:
state -

getType

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

setType

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

getUpdateTime

public java.util.Calendar getUpdateTime()
Gets the updateTime value for this ImpExpJob.
Returns:
updateTime

setUpdateTime

public void setUpdateTime(java.util.Calendar updateTime)
Sets the updateTime value for this ImpExpJob.
Parameters:
updateTime -

getUpdatedDate

public java.util.Calendar getUpdatedDate()
Gets the updatedDate value for this ImpExpJob.
Returns:
updatedDate

setUpdatedDate

public void setUpdatedDate(java.util.Calendar updatedDate)
Sets the updatedDate value for this ImpExpJob.
Parameters:
updatedDate -

getUserID

public long getUserID()
Gets the userID value for this ImpExpJob.
Returns:
userID

setUserID

public void setUserID(long userID)
Sets the userID value for this ImpExpJob.
Parameters:
userID -

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.