org.evolvis
Class ArtifactQuery

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

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

See Also:
Serialized Form

Constructor Summary
ArtifactQuery()
           
ArtifactQuery(int artifact_query_id, java.lang.String name, ArtifactQueryFields fields)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getArtifact_query_id()
          Gets the artifact_query_id value for this ArtifactQuery.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 ArtifactQueryFields getFields()
          Gets the fields value for this ArtifactQuery.
 java.lang.String getName()
          Gets the name value for this ArtifactQuery.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setArtifact_query_id(int artifact_query_id)
          Sets the artifact_query_id value for this ArtifactQuery.
 void setFields(ArtifactQueryFields fields)
          Sets the fields value for this ArtifactQuery.
 void setName(java.lang.String name)
          Sets the name value for this ArtifactQuery.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactQuery

public ArtifactQuery()

ArtifactQuery

public ArtifactQuery(int artifact_query_id,
                     java.lang.String name,
                     ArtifactQueryFields fields)
Method Detail

getArtifact_query_id

public int getArtifact_query_id()
Gets the artifact_query_id value for this ArtifactQuery.

Returns:
artifact_query_id

setArtifact_query_id

public void setArtifact_query_id(int artifact_query_id)
Sets the artifact_query_id value for this ArtifactQuery.

Parameters:
artifact_query_id -

getName

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

Returns:
name

setName

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

Parameters:
name -

getFields

public ArtifactQueryFields getFields()
Gets the fields value for this ArtifactQuery.

Returns:
fields

setFields

public void setFields(ArtifactQueryFields fields)
Sets the fields value for this ArtifactQuery.

Parameters:
fields -

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.