org.cagrid.grape.model
Class Dimensions

java.lang.Object
  extended by org.cagrid.grape.model.Dimensions
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Dimensions()
           
Dimensions(int height, int width)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getHeight()
          Gets the height value for this Dimensions.
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 getWidth()
          Gets the width value for this Dimensions.
 int hashCode()
           
 void setHeight(int height)
          Sets the height value for this Dimensions.
 void setWidth(int width)
          Sets the width value for this Dimensions.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dimensions

public Dimensions()

Dimensions

public Dimensions(int height,
                  int width)
Method Detail

getWidth

public int getWidth()
Gets the width value for this Dimensions.

Returns:
width

setWidth

public void setWidth(int width)
Sets the width value for this Dimensions.

Parameters:
width -

getHeight

public int getHeight()
Gets the height value for this Dimensions.

Returns:
height

setHeight

public void setHeight(int height)
Sets the height value for this Dimensions.

Parameters:
height -

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