|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.evolvis.Document
public class Document
Constructor Summary | |
---|---|
Document()
|
|
Document(int docid,
int doc_group,
java.lang.String title,
java.lang.String description,
int stateid,
int language_id,
int filesize)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDescription()
Gets the description value for this Document. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
int |
getDoc_group()
Gets the doc_group value for this Document. |
int |
getDocid()
Gets the docid value for this Document. |
int |
getFilesize()
Gets the filesize value for this Document. |
int |
getLanguage_id()
Gets the language_id value for this Document. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
int |
getStateid()
Gets the stateid value for this Document. |
java.lang.String |
getTitle()
Gets the title value for this Document. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setDescription(java.lang.String description)
Sets the description value for this Document. |
void |
setDoc_group(int doc_group)
Sets the doc_group value for this Document. |
void |
setDocid(int docid)
Sets the docid value for this Document. |
void |
setFilesize(int filesize)
Sets the filesize value for this Document. |
void |
setLanguage_id(int language_id)
Sets the language_id value for this Document. |
void |
setStateid(int stateid)
Sets the stateid value for this Document. |
void |
setTitle(java.lang.String title)
Sets the title value for this Document. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Document()
public Document(int docid, int doc_group, java.lang.String title, java.lang.String description, int stateid, int language_id, int filesize)
Method Detail |
---|
public int getDocid()
public void setDocid(int docid)
docid
- public int getDoc_group()
public void setDoc_group(int doc_group)
doc_group
- public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public int getStateid()
public void setStateid(int stateid)
stateid
- public int getLanguage_id()
public void setLanguage_id(int language_id)
language_id
- public int getFilesize()
public void setFilesize(int filesize)
filesize
- 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 |