|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.evolvis.FRSFile
public class FRSFile
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 |
---|
public 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 |
---|
public int getFile_id()
public void setFile_id(int file_id)
file_id
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public int getSize()
public void setSize(int size)
size
- public java.lang.String getType()
public void setType(java.lang.String type)
type
- public java.lang.String getProcessor()
public void setProcessor(java.lang.String processor)
processor
- public int getDownloads()
public void setDownloads(int downloads)
downloads
- public int getRelease()
public void setRelease(int release)
release
- public int getDate()
public void setDate(int date)
date
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |