org.evolvis
Class FRSFile

java.lang.Object
  extended by org.evolvis.FRSFile
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
FRSFile()
           
FRSFile(int file_id, java.lang.String name, int size, java.lang.String type, java.lang.String processor, int downloads, int release, int date)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getDate()
          Gets the date value for this FRSFile.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getDownloads()
          Gets the downloads value for this FRSFile.
 int getFile_id()
          Gets the file_id value for this FRSFile.
 java.lang.String getName()
          Gets the name value for this FRSFile.
 java.lang.String getProcessor()
          Gets the processor value for this FRSFile.
 int getRelease()
          Gets the release value for this FRSFile.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getSize()
          Gets the size value for this FRSFile.
 java.lang.String getType()
          Gets the type value for this FRSFile.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDate(int date)
          Sets the date value for this FRSFile.
 void setDownloads(int downloads)
          Sets the downloads value for this FRSFile.
 void setFile_id(int file_id)
          Sets the file_id value for this FRSFile.
 void setName(java.lang.String name)
          Sets the name value for this FRSFile.
 void setProcessor(java.lang.String processor)
          Sets the processor value for this FRSFile.
 void setRelease(int release)
          Sets the release value for this FRSFile.
 void setSize(int size)
          Sets the size value for this FRSFile.
 void setType(java.lang.String type)
          Sets the type value for this FRSFile.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FRSFile

public FRSFile()

FRSFile

public FRSFile(int file_id,
               java.lang.String name,
               int size,
               java.lang.String type,
               java.lang.String processor,
               int downloads,
               int release,
               int date)
Method Detail

getFile_id

public int getFile_id()
Gets the file_id value for this FRSFile.

Returns:
file_id

setFile_id

public void setFile_id(int file_id)
Sets the file_id value for this FRSFile.

Parameters:
file_id -

getName

public java.lang.String getName()
Gets the name value for this FRSFile.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this FRSFile.

Parameters:
name -

getSize

public int getSize()
Gets the size value for this FRSFile.

Returns:
size

setSize

public void setSize(int size)
Sets the size value for this FRSFile.

Parameters:
size -

getType

public java.lang.String getType()
Gets the type value for this FRSFile.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this FRSFile.

Parameters:
type -

getProcessor

public java.lang.String getProcessor()
Gets the processor value for this FRSFile.

Returns:
processor

setProcessor

public void setProcessor(java.lang.String processor)
Sets the processor value for this FRSFile.

Parameters:
processor -

getDownloads

public int getDownloads()
Gets the downloads value for this FRSFile.

Returns:
downloads

setDownloads

public void setDownloads(int downloads)
Sets the downloads value for this FRSFile.

Parameters:
downloads -

getRelease

public int getRelease()
Gets the release value for this FRSFile.

Returns:
release

setRelease

public void setRelease(int release)
Sets the release value for this FRSFile.

Parameters:
release -

getDate

public int getDate()
Gets the date value for this FRSFile.

Returns:
date

setDate

public void setDate(int date)
Sets the date value for this FRSFile.

Parameters:
date -

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



Copyright © 2007. All Rights Reserved.