org.gcube.dir.master.stubs
Class ICollectionRank

java.lang.Object
  extended by org.gcube.dir.master.stubs.ICollectionRank
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IExtendedCollectionRank

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

See Also:
Serialized Form

Constructor Summary
ICollectionRank()
           
ICollectionRank(java.lang.String collectionID, float score)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCollectionID()
          Gets the collectionID value for this ICollectionRank.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 float getScore()
          Gets the score value for this ICollectionRank.
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 setCollectionID(java.lang.String collectionID)
          Sets the collectionID value for this ICollectionRank.
 void setScore(float score)
          Sets the score value for this ICollectionRank.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICollectionRank

public ICollectionRank()

ICollectionRank

public ICollectionRank(java.lang.String collectionID,
                       float score)
Method Detail

getCollectionID

public java.lang.String getCollectionID()
Gets the collectionID value for this ICollectionRank.

Returns:
collectionID

setCollectionID

public void setCollectionID(java.lang.String collectionID)
Sets the collectionID value for this ICollectionRank.

Parameters:
collectionID -

getScore

public float getScore()
Gets the score value for this ICollectionRank.

Returns:
score

setScore

public void setScore(float score)
Sets the score value for this ICollectionRank.

Parameters:
score -

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