org.evolvis
Class ArtifactFile

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

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

See Also:
Serialized Form

Constructor Summary
ArtifactFile()
           
ArtifactFile(int id, int artifact_id, java.lang.String name, java.lang.String description, int filesize, java.lang.String filetype, int adddate, int submitted_by)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getAdddate()
          Gets the adddate value for this ArtifactFile.
 int getArtifact_id()
          Gets the artifact_id value for this ArtifactFile.
 java.lang.String getDescription()
          Gets the description value for this ArtifactFile.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getFilesize()
          Gets the filesize value for this ArtifactFile.
 java.lang.String getFiletype()
          Gets the filetype value for this ArtifactFile.
 int getId()
          Gets the id value for this ArtifactFile.
 java.lang.String getName()
          Gets the name value for this ArtifactFile.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getSubmitted_by()
          Gets the submitted_by value for this ArtifactFile.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAdddate(int adddate)
          Sets the adddate value for this ArtifactFile.
 void setArtifact_id(int artifact_id)
          Sets the artifact_id value for this ArtifactFile.
 void setDescription(java.lang.String description)
          Sets the description value for this ArtifactFile.
 void setFilesize(int filesize)
          Sets the filesize value for this ArtifactFile.
 void setFiletype(java.lang.String filetype)
          Sets the filetype value for this ArtifactFile.
 void setId(int id)
          Sets the id value for this ArtifactFile.
 void setName(java.lang.String name)
          Sets the name value for this ArtifactFile.
 void setSubmitted_by(int submitted_by)
          Sets the submitted_by value for this ArtifactFile.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactFile

public ArtifactFile()

ArtifactFile

public ArtifactFile(int id,
                    int artifact_id,
                    java.lang.String name,
                    java.lang.String description,
                    int filesize,
                    java.lang.String filetype,
                    int adddate,
                    int submitted_by)
Method Detail

getId

public int getId()
Gets the id value for this ArtifactFile.

Returns:
id

setId

public void setId(int id)
Sets the id value for this ArtifactFile.

Parameters:
id -

getArtifact_id

public int getArtifact_id()
Gets the artifact_id value for this ArtifactFile.

Returns:
artifact_id

setArtifact_id

public void setArtifact_id(int artifact_id)
Sets the artifact_id value for this ArtifactFile.

Parameters:
artifact_id -

getName

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

Returns:
name

setName

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

Parameters:
name -

getDescription

public java.lang.String getDescription()
Gets the description value for this ArtifactFile.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this ArtifactFile.

Parameters:
description -

getFilesize

public int getFilesize()
Gets the filesize value for this ArtifactFile.

Returns:
filesize

setFilesize

public void setFilesize(int filesize)
Sets the filesize value for this ArtifactFile.

Parameters:
filesize -

getFiletype

public java.lang.String getFiletype()
Gets the filetype value for this ArtifactFile.

Returns:
filetype

setFiletype

public void setFiletype(java.lang.String filetype)
Sets the filetype value for this ArtifactFile.

Parameters:
filetype -

getAdddate

public int getAdddate()
Gets the adddate value for this ArtifactFile.

Returns:
adddate

setAdddate

public void setAdddate(int adddate)
Sets the adddate value for this ArtifactFile.

Parameters:
adddate -

getSubmitted_by

public int getSubmitted_by()
Gets the submitted_by value for this ArtifactFile.

Returns:
submitted_by

setSubmitted_by

public void setSubmitted_by(int submitted_by)
Sets the submitted_by value for this ArtifactFile.

Parameters:
submitted_by -

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.