org.evolvis
Class Document

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

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

See Also:
Serialized Form

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

Document

public Document()

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

getDocid

public int getDocid()
Gets the docid value for this Document.

Returns:
docid

setDocid

public void setDocid(int docid)
Sets the docid value for this Document.

Parameters:
docid -

getDoc_group

public int getDoc_group()
Gets the doc_group value for this Document.

Returns:
doc_group

setDoc_group

public void setDoc_group(int doc_group)
Sets the doc_group value for this Document.

Parameters:
doc_group -

getTitle

public java.lang.String getTitle()
Gets the title value for this Document.

Returns:
title

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this Document.

Parameters:
title -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getStateid

public int getStateid()
Gets the stateid value for this Document.

Returns:
stateid

setStateid

public void setStateid(int stateid)
Sets the stateid value for this Document.

Parameters:
stateid -

getLanguage_id

public int getLanguage_id()
Gets the language_id value for this Document.

Returns:
language_id

setLanguage_id

public void setLanguage_id(int language_id)
Sets the language_id value for this Document.

Parameters:
language_id -

getFilesize

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

Returns:
filesize

setFilesize

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

Parameters:
filesize -

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.