org.gcube.vremanagement.vremodeler.stubs
Class GHNTypeMemory

java.lang.Object
  extended by org.gcube.vremanagement.vremodeler.stubs.GHNTypeMemory
All Implemented Interfaces:
Serializable

public class GHNTypeMemory
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GHNTypeMemory()
           
GHNTypeMemory(long diskSpace, long memorySize)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 long getDiskSpace()
          Gets the diskSpace value for this GHNTypeMemory.
 long getMemorySize()
          Gets the memorySize value for this GHNTypeMemory.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDiskSpace(long diskSpace)
          Sets the diskSpace value for this GHNTypeMemory.
 void setMemorySize(long memorySize)
          Sets the memorySize value for this GHNTypeMemory.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GHNTypeMemory

public GHNTypeMemory()

GHNTypeMemory

public GHNTypeMemory(long diskSpace,
                     long memorySize)
Method Detail

getDiskSpace

public long getDiskSpace()
Gets the diskSpace value for this GHNTypeMemory.

Returns:
diskSpace

setDiskSpace

public void setDiskSpace(long diskSpace)
Sets the diskSpace value for this GHNTypeMemory.

Parameters:
diskSpace -

getMemorySize

public long getMemorySize()
Gets the memorySize value for this GHNTypeMemory.

Returns:
memorySize

setMemorySize

public void setMemorySize(long memorySize)
Sets the memorySize value for this GHNTypeMemory.

Parameters:
memorySize -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2013. All Rights Reserved.