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 Extraction

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

All Implemented Interfaces:
java.io.Serializable

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

The Extraction class encapsulates associations between three entity types: Users, Assets, and Projects. That is, a User extracts an Asset to a Project.

REX provides a subsystem for manipulating Extractions, as well as methods available in the Project and Asset subsystem.

See Also:
Serialized Form

Constructor Summary
Extraction()
           
Extraction(long ID, java.util.Calendar acceptedDate, long assetID, java.lang.String assetName, java.lang.String assetVersion, java.lang.String certifiedSource, java.lang.String comments, java.util.Calendar deploymentDate, java.lang.String displayName, java.util.Calendar extractionDate, ExtractionLogEvent[] extractionLogEvents, java.lang.String icon, java.lang.String[] permittedUserIDs, long projectID, java.lang.String projectName, java.util.Calendar rejectionDate, long rejectionReason, java.lang.String status, java.util.Calendar updatedDate, long userID, java.lang.String userName)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Calendar getAcceptedDate()
          Gets the acceptedDate value for this Extraction.
 long getAssetID()
          Gets the assetID value for this Extraction.
 java.lang.String getAssetName()
          Gets the assetName value for this Extraction.
 java.lang.String getAssetVersion()
          Gets the assetVersion value for this Extraction.
 java.lang.String getCertifiedSource()
          Gets the certifiedSource value for this Extraction.
 java.lang.String getComments()
          Gets the comments value for this Extraction.
 java.util.Calendar getDeploymentDate()
          Gets the deploymentDate value for this Extraction.
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 Extraction.
 java.util.Calendar getExtractionDate()
          Gets the extractionDate value for this Extraction.
 ExtractionLogEvent[] getExtractionLogEvents()
          Gets the extractionLogEvents value for this Extraction.
 java.lang.String getIcon()
          Gets the icon value for this Extraction.
 long getID()
          Gets the ID value for this Extraction.
 java.lang.String[] getPermittedUserIDs()
          Gets the permittedUserIDs value for this Extraction.
 long getProjectID()
          Gets the projectID value for this Extraction.
 java.lang.String getProjectName()
          Gets the projectName value for this Extraction.
 java.util.Calendar getRejectionDate()
          Gets the rejectionDate value for this Extraction.
 long getRejectionReason()
          Gets the rejectionReason value for this Extraction.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getStatus()
          Gets the status value for this Extraction.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.util.Calendar getUpdatedDate()
          Gets the updatedDate value for this Extraction.
 long getUserID()
          Gets the userID value for this Extraction.
 java.lang.String getUserName()
          Gets the userName value for this Extraction.
 int hashCode()
           
 void setAcceptedDate(java.util.Calendar acceptedDate)
          Sets the acceptedDate value for this Extraction.
 void setAssetID(long assetID)
          Sets the assetID value for this Extraction.
 void setAssetName(java.lang.String assetName)
          Sets the assetName value for this Extraction.
 void setAssetVersion(java.lang.String assetVersion)
          Sets the assetVersion value for this Extraction.
 void setCertifiedSource(java.lang.String certifiedSource)
          Sets the certifiedSource value for this Extraction.
 void setComments(java.lang.String comments)
          Sets the comments value for this Extraction.
 void setDeploymentDate(java.util.Calendar deploymentDate)
          Sets the deploymentDate value for this Extraction.
 void setDisplayName(java.lang.String displayName)
          Sets the displayName value for this Extraction.
 void setExtractionDate(java.util.Calendar extractionDate)
          Sets the extractionDate value for this Extraction.
 void setExtractionLogEvents(ExtractionLogEvent[] extractionLogEvents)
          Sets the extractionLogEvents value for this Extraction.
 void setIcon(java.lang.String icon)
          Sets the icon value for this Extraction.
 void setID(long ID)
          Sets the ID value for this Extraction.
 void setPermittedUserIDs(java.lang.String[] permittedUserIDs)
          Sets the permittedUserIDs value for this Extraction.
 void setProjectID(long projectID)
          Sets the projectID value for this Extraction.
 void setProjectName(java.lang.String projectName)
          Sets the projectName value for this Extraction.
 void setRejectionDate(java.util.Calendar rejectionDate)
          Sets the rejectionDate value for this Extraction.
 void setRejectionReason(long rejectionReason)
          Sets the rejectionReason value for this Extraction.
 void setStatus(java.lang.String status)
          Sets the status value for this Extraction.
 void setUpdatedDate(java.util.Calendar updatedDate)
          Sets the updatedDate value for this Extraction.
 void setUserID(long userID)
          Sets the userID value for this Extraction.
 void setUserName(java.lang.String userName)
          Sets the userName value for this Extraction.

 

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

 

Constructor Detail

Extraction

public Extraction()

Extraction

public Extraction(long ID,
                  java.util.Calendar acceptedDate,
                  long assetID,
                  java.lang.String assetName,
                  java.lang.String assetVersion,
                  java.lang.String certifiedSource,
                  java.lang.String comments,
                  java.util.Calendar deploymentDate,
                  java.lang.String displayName,
                  java.util.Calendar extractionDate,
                  ExtractionLogEvent[] extractionLogEvents,
                  java.lang.String icon,
                  java.lang.String[] permittedUserIDs,
                  long projectID,
                  java.lang.String projectName,
                  java.util.Calendar rejectionDate,
                  long rejectionReason,
                  java.lang.String status,
                  java.util.Calendar updatedDate,
                  long userID,
                  java.lang.String userName)

Method Detail

getID

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

setID

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

getAcceptedDate

public java.util.Calendar getAcceptedDate()
Gets the acceptedDate value for this Extraction.
Returns:
acceptedDate

setAcceptedDate

public void setAcceptedDate(java.util.Calendar acceptedDate)
Sets the acceptedDate value for this Extraction.
Parameters:
acceptedDate -

getAssetID

public long getAssetID()
Gets the assetID value for this Extraction.
Returns:
assetID

setAssetID

public void setAssetID(long assetID)
Sets the assetID value for this Extraction.
Parameters:
assetID -

getAssetName

public java.lang.String getAssetName()
Gets the assetName value for this Extraction.
Returns:
assetName

setAssetName

public void setAssetName(java.lang.String assetName)
Sets the assetName value for this Extraction.
Parameters:
assetName -

getAssetVersion

public java.lang.String getAssetVersion()
Gets the assetVersion value for this Extraction.
Returns:
assetVersion

setAssetVersion

public void setAssetVersion(java.lang.String assetVersion)
Sets the assetVersion value for this Extraction.
Parameters:
assetVersion -

getCertifiedSource

public java.lang.String getCertifiedSource()
Gets the certifiedSource value for this Extraction.
Returns:
certifiedSource

setCertifiedSource

public void setCertifiedSource(java.lang.String certifiedSource)
Sets the certifiedSource value for this Extraction.
Parameters:
certifiedSource -

getComments

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

setComments

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

getDeploymentDate

public java.util.Calendar getDeploymentDate()
Gets the deploymentDate value for this Extraction.
Returns:
deploymentDate

setDeploymentDate

public void setDeploymentDate(java.util.Calendar deploymentDate)
Sets the deploymentDate value for this Extraction.
Parameters:
deploymentDate -

getDisplayName

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

setDisplayName

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

getExtractionDate

public java.util.Calendar getExtractionDate()
Gets the extractionDate value for this Extraction.
Returns:
extractionDate

setExtractionDate

public void setExtractionDate(java.util.Calendar extractionDate)
Sets the extractionDate value for this Extraction.
Parameters:
extractionDate -

getExtractionLogEvents

public ExtractionLogEvent[] getExtractionLogEvents()
Gets the extractionLogEvents value for this Extraction.
Returns:
extractionLogEvents

setExtractionLogEvents

public void setExtractionLogEvents(ExtractionLogEvent[] extractionLogEvents)
Sets the extractionLogEvents value for this Extraction.
Parameters:
extractionLogEvents -

getIcon

public java.lang.String getIcon()
Gets the icon value for this Extraction.
Returns:
icon

setIcon

public void setIcon(java.lang.String icon)
Sets the icon value for this Extraction.
Parameters:
icon -

getPermittedUserIDs

public java.lang.String[] getPermittedUserIDs()
Gets the permittedUserIDs value for this Extraction.
Returns:
permittedUserIDs

setPermittedUserIDs

public void setPermittedUserIDs(java.lang.String[] permittedUserIDs)
Sets the permittedUserIDs value for this Extraction.
Parameters:
permittedUserIDs -

getProjectID

public long getProjectID()
Gets the projectID value for this Extraction.
Returns:
projectID

setProjectID

public void setProjectID(long projectID)
Sets the projectID value for this Extraction.
Parameters:
projectID -

getProjectName

public java.lang.String getProjectName()
Gets the projectName value for this Extraction.
Returns:
projectName

setProjectName

public void setProjectName(java.lang.String projectName)
Sets the projectName value for this Extraction.
Parameters:
projectName -

getRejectionDate

public java.util.Calendar getRejectionDate()
Gets the rejectionDate value for this Extraction.
Returns:
rejectionDate

setRejectionDate

public void setRejectionDate(java.util.Calendar rejectionDate)
Sets the rejectionDate value for this Extraction.
Parameters:
rejectionDate -

getRejectionReason

public long getRejectionReason()
Gets the rejectionReason value for this Extraction.
Returns:
rejectionReason

setRejectionReason

public void setRejectionReason(long rejectionReason)
Sets the rejectionReason value for this Extraction.
Parameters:
rejectionReason -

getStatus

public java.lang.String getStatus()
Gets the status value for this Extraction.
Returns:
status

setStatus

public void setStatus(java.lang.String status)
Sets the status value for this Extraction.
Parameters:
status -

getUpdatedDate

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

setUpdatedDate

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

getUserID

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

setUserID

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

getUserName

public java.lang.String getUserName()
Gets the userName value for this Extraction.
Returns:
userName

setUserName

public void setUserName(java.lang.String userName)
Sets the userName value for this Extraction.
Parameters:
userName -

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.