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 SFIDCandidate

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

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
SFIDCandidate()
           
SFIDCandidate(long ID, java.lang.String SFID, java.lang.String SFIDAlgorithm, int activeStatus, SFIDAttribute[] attributes, java.lang.String displayName, java.lang.String entityType, java.lang.String filepath, java.lang.String generatedBy, long generatedByID, java.util.Calendar generatedDate, java.lang.String hostIP, java.lang.String hostname, java.lang.String key, long numSeen, boolean overWriteFlag, java.lang.String source, java.util.Calendar updatedDate)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 int getActiveStatus()
          Gets the activeStatus value for this SFIDCandidate.
 SFIDAttribute[] getAttributes()
          Gets the attributes value for this SFIDCandidate.
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 SFIDCandidate.
 java.lang.String getEntityType()
          Gets the entityType value for this SFIDCandidate.
 java.lang.String getFilepath()
          Gets the filepath value for this SFIDCandidate.
 java.lang.String getGeneratedBy()
          Gets the generatedBy value for this SFIDCandidate.
 long getGeneratedByID()
          Gets the generatedByID value for this SFIDCandidate.
 java.util.Calendar getGeneratedDate()
          Gets the generatedDate value for this SFIDCandidate.
 java.lang.String getHostIP()
          Gets the hostIP value for this SFIDCandidate.
 java.lang.String getHostname()
          Gets the hostname value for this SFIDCandidate.
 long getID()
          Gets the ID value for this SFIDCandidate.
 java.lang.String getKey()
          Gets the key value for this SFIDCandidate.
 long getNumSeen()
          Gets the numSeen value for this SFIDCandidate.
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 getSFID()
          Gets the SFID value for this SFIDCandidate.
 java.lang.String getSFIDAlgorithm()
          Gets the SFIDAlgorithm value for this SFIDCandidate.
 java.lang.String getSource()
          Gets the source value for this SFIDCandidate.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.util.Calendar getUpdatedDate()
          Gets the updatedDate value for this SFIDCandidate.
 int hashCode()
           
 boolean isOverWriteFlag()
          Gets the overWriteFlag value for this SFIDCandidate.
 void setActiveStatus(int activeStatus)
          Sets the activeStatus value for this SFIDCandidate.
 void setAttributes(SFIDAttribute[] attributes)
          Sets the attributes value for this SFIDCandidate.
 void setDisplayName(java.lang.String displayName)
          Sets the displayName value for this SFIDCandidate.
 void setEntityType(java.lang.String entityType)
          Sets the entityType value for this SFIDCandidate.
 void setFilepath(java.lang.String filepath)
          Sets the filepath value for this SFIDCandidate.
 void setGeneratedBy(java.lang.String generatedBy)
          Sets the generatedBy value for this SFIDCandidate.
 void setGeneratedByID(long generatedByID)
          Sets the generatedByID value for this SFIDCandidate.
 void setGeneratedDate(java.util.Calendar generatedDate)
          Sets the generatedDate value for this SFIDCandidate.
 void setHostIP(java.lang.String hostIP)
          Sets the hostIP value for this SFIDCandidate.
 void setHostname(java.lang.String hostname)
          Sets the hostname value for this SFIDCandidate.
 void setID(long ID)
          Sets the ID value for this SFIDCandidate.
 void setKey(java.lang.String key)
          Sets the key value for this SFIDCandidate.
 void setNumSeen(long numSeen)
          Sets the numSeen value for this SFIDCandidate.
 void setOverWriteFlag(boolean overWriteFlag)
          Sets the overWriteFlag value for this SFIDCandidate.
 void setSFID(java.lang.String SFID)
          Sets the SFID value for this SFIDCandidate.
 void setSFIDAlgorithm(java.lang.String SFIDAlgorithm)
          Sets the SFIDAlgorithm value for this SFIDCandidate.
 void setSource(java.lang.String source)
          Sets the source value for this SFIDCandidate.
 void setUpdatedDate(java.util.Calendar updatedDate)
          Sets the updatedDate value for this SFIDCandidate.

 

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

 

Constructor Detail

SFIDCandidate

public SFIDCandidate()

SFIDCandidate

public SFIDCandidate(long ID,
                     java.lang.String SFID,
                     java.lang.String SFIDAlgorithm,
                     int activeStatus,
                     SFIDAttribute[] attributes,
                     java.lang.String displayName,
                     java.lang.String entityType,
                     java.lang.String filepath,
                     java.lang.String generatedBy,
                     long generatedByID,
                     java.util.Calendar generatedDate,
                     java.lang.String hostIP,
                     java.lang.String hostname,
                     java.lang.String key,
                     long numSeen,
                     boolean overWriteFlag,
                     java.lang.String source,
                     java.util.Calendar updatedDate)

Method Detail

getID

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

setID

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

getSFID

public java.lang.String getSFID()
Gets the SFID value for this SFIDCandidate.
Returns:
SFID

setSFID

public void setSFID(java.lang.String SFID)
Sets the SFID value for this SFIDCandidate.
Parameters:
SFID -

getSFIDAlgorithm

public java.lang.String getSFIDAlgorithm()
Gets the SFIDAlgorithm value for this SFIDCandidate.
Returns:
SFIDAlgorithm

setSFIDAlgorithm

public void setSFIDAlgorithm(java.lang.String SFIDAlgorithm)
Sets the SFIDAlgorithm value for this SFIDCandidate.
Parameters:
SFIDAlgorithm -

getActiveStatus

public int getActiveStatus()
Gets the activeStatus value for this SFIDCandidate.
Returns:
activeStatus

setActiveStatus

public void setActiveStatus(int activeStatus)
Sets the activeStatus value for this SFIDCandidate.
Parameters:
activeStatus -

getAttributes

public SFIDAttribute[] getAttributes()
Gets the attributes value for this SFIDCandidate.
Returns:
attributes

setAttributes

public void setAttributes(SFIDAttribute[] attributes)
Sets the attributes value for this SFIDCandidate.
Parameters:
attributes -

getDisplayName

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

setDisplayName

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

getEntityType

public java.lang.String getEntityType()
Gets the entityType value for this SFIDCandidate.
Returns:
entityType

setEntityType

public void setEntityType(java.lang.String entityType)
Sets the entityType value for this SFIDCandidate.
Parameters:
entityType -

getFilepath

public java.lang.String getFilepath()
Gets the filepath value for this SFIDCandidate.
Returns:
filepath

setFilepath

public void setFilepath(java.lang.String filepath)
Sets the filepath value for this SFIDCandidate.
Parameters:
filepath -

getGeneratedBy

public java.lang.String getGeneratedBy()
Gets the generatedBy value for this SFIDCandidate.
Returns:
generatedBy

setGeneratedBy

public void setGeneratedBy(java.lang.String generatedBy)
Sets the generatedBy value for this SFIDCandidate.
Parameters:
generatedBy -

getGeneratedByID

public long getGeneratedByID()
Gets the generatedByID value for this SFIDCandidate.
Returns:
generatedByID

setGeneratedByID

public void setGeneratedByID(long generatedByID)
Sets the generatedByID value for this SFIDCandidate.
Parameters:
generatedByID -

getGeneratedDate

public java.util.Calendar getGeneratedDate()
Gets the generatedDate value for this SFIDCandidate.
Returns:
generatedDate

setGeneratedDate

public void setGeneratedDate(java.util.Calendar generatedDate)
Sets the generatedDate value for this SFIDCandidate.
Parameters:
generatedDate -

getHostIP

public java.lang.String getHostIP()
Gets the hostIP value for this SFIDCandidate.
Returns:
hostIP

setHostIP

public void setHostIP(java.lang.String hostIP)
Sets the hostIP value for this SFIDCandidate.
Parameters:
hostIP -

getHostname

public java.lang.String getHostname()
Gets the hostname value for this SFIDCandidate.
Returns:
hostname

setHostname

public void setHostname(java.lang.String hostname)
Sets the hostname value for this SFIDCandidate.
Parameters:
hostname -

getKey

public java.lang.String getKey()
Gets the key value for this SFIDCandidate.
Returns:
key

setKey

public void setKey(java.lang.String key)
Sets the key value for this SFIDCandidate.
Parameters:
key -

getNumSeen

public long getNumSeen()
Gets the numSeen value for this SFIDCandidate.
Returns:
numSeen

setNumSeen

public void setNumSeen(long numSeen)
Sets the numSeen value for this SFIDCandidate.
Parameters:
numSeen -

isOverWriteFlag

public boolean isOverWriteFlag()
Gets the overWriteFlag value for this SFIDCandidate.
Returns:
overWriteFlag

setOverWriteFlag

public void setOverWriteFlag(boolean overWriteFlag)
Sets the overWriteFlag value for this SFIDCandidate.
Parameters:
overWriteFlag -

getSource

public java.lang.String getSource()
Gets the source value for this SFIDCandidate.
Returns:
source

setSource

public void setSource(java.lang.String source)
Sets the source value for this SFIDCandidate.
Parameters:
source -

getUpdatedDate

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

setUpdatedDate

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

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.