|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.evolvis.ArtifactFile
public class ArtifactFile
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 |
---|
public 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 |
---|
public int getId()
public void setId(int id)
id
- public int getArtifact_id()
public void setArtifact_id(int artifact_id)
artifact_id
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public int getFilesize()
public void setFilesize(int filesize)
filesize
- public java.lang.String getFiletype()
public void setFiletype(java.lang.String filetype)
filetype
- public int getAdddate()
public void setAdddate(int adddate)
adddate
- public int getSubmitted_by()
public void setSubmitted_by(int submitted_by)
submitted_by
- 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 |