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 SFIDInfo

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

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
SFIDInfo()
           
SFIDInfo(long ID, java.lang.String SFIDValue, int activeStatus, java.lang.String activeStatusBaseName, java.lang.String comment, java.util.Calendar createdDate, long fileInfoID, java.util.Calendar generatedDate, java.lang.String source, java.lang.String type, java.util.Calendar updatedDate)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 int getActiveStatus()
          Gets the activeStatus value for this SFIDInfo.
 java.lang.String getActiveStatusBaseName()
          Gets the activeStatusBaseName value for this SFIDInfo.
 java.lang.String getComment()
          Gets the comment value for this SFIDInfo.
 java.util.Calendar getCreatedDate()
          Gets the createdDate value for this SFIDInfo.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getFileInfoID()
          Gets the fileInfoID value for this SFIDInfo.
 java.util.Calendar getGeneratedDate()
          Gets the generatedDate value for this SFIDInfo.
 long getID()
          Gets the ID value for this SFIDInfo.
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 getSFIDValue()
          Gets the SFIDValue value for this SFIDInfo.
 java.lang.String getSource()
          Gets the source value for this SFIDInfo.
 java.lang.String getType()
          Gets the type value for this SFIDInfo.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.util.Calendar getUpdatedDate()
          Gets the updatedDate value for this SFIDInfo.
 int hashCode()
           
 void setActiveStatus(int activeStatus)
          Sets the activeStatus value for this SFIDInfo.
 void setActiveStatusBaseName(java.lang.String activeStatusBaseName)
          Sets the activeStatusBaseName value for this SFIDInfo.
 void setComment(java.lang.String comment)
          Sets the comment value for this SFIDInfo.
 void setCreatedDate(java.util.Calendar createdDate)
          Sets the createdDate value for this SFIDInfo.
 void setFileInfoID(long fileInfoID)
          Sets the fileInfoID value for this SFIDInfo.
 void setGeneratedDate(java.util.Calendar generatedDate)
          Sets the generatedDate value for this SFIDInfo.
 void setID(long ID)
          Sets the ID value for this SFIDInfo.
 void setSFIDValue(java.lang.String SFIDValue)
          Sets the SFIDValue value for this SFIDInfo.
 void setSource(java.lang.String source)
          Sets the source value for this SFIDInfo.
 void setType(java.lang.String type)
          Sets the type value for this SFIDInfo.
 void setUpdatedDate(java.util.Calendar updatedDate)
          Sets the updatedDate value for this SFIDInfo.

 

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

 

Constructor Detail

SFIDInfo

public SFIDInfo()

SFIDInfo

public SFIDInfo(long ID,
                java.lang.String SFIDValue,
                int activeStatus,
                java.lang.String activeStatusBaseName,
                java.lang.String comment,
                java.util.Calendar createdDate,
                long fileInfoID,
                java.util.Calendar generatedDate,
                java.lang.String source,
                java.lang.String type,
                java.util.Calendar updatedDate)

Method Detail

getID

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

setID

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

getSFIDValue

public java.lang.String getSFIDValue()
Gets the SFIDValue value for this SFIDInfo.
Returns:
SFIDValue

setSFIDValue

public void setSFIDValue(java.lang.String SFIDValue)
Sets the SFIDValue value for this SFIDInfo.
Parameters:
SFIDValue -

getActiveStatus

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

setActiveStatus

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

getActiveStatusBaseName

public java.lang.String getActiveStatusBaseName()
Gets the activeStatusBaseName value for this SFIDInfo.
Returns:
activeStatusBaseName

setActiveStatusBaseName

public void setActiveStatusBaseName(java.lang.String activeStatusBaseName)
Sets the activeStatusBaseName value for this SFIDInfo.
Parameters:
activeStatusBaseName -

getComment

public java.lang.String getComment()
Gets the comment value for this SFIDInfo.
Returns:
comment

setComment

public void setComment(java.lang.String comment)
Sets the comment value for this SFIDInfo.
Parameters:
comment -

getCreatedDate

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

setCreatedDate

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

getFileInfoID

public long getFileInfoID()
Gets the fileInfoID value for this SFIDInfo.
Returns:
fileInfoID

setFileInfoID

public void setFileInfoID(long fileInfoID)
Sets the fileInfoID value for this SFIDInfo.
Parameters:
fileInfoID -

getGeneratedDate

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

setGeneratedDate

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

getSource

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

setSource

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

getType

public java.lang.String getType()
Gets the type value for this SFIDInfo.
Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this SFIDInfo.
Parameters:
type -

getUpdatedDate

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

setUpdatedDate

public void setUpdatedDate(java.util.Calendar updatedDate)
Sets the updatedDate value for this SFIDInfo.
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.