org.gcube.vremanagement.vremodeler.stubs
Class CollectionTypeInfo

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

public class CollectionTypeInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CollectionTypeInfo()
           
CollectionTypeInfo(Calendar creationTime, String description, Calendar lastUpdateTime, int numberOfMembers)
           
 
Method Summary
 boolean equals(Object obj)
           
 Calendar getCreationTime()
          Gets the creationTime value for this CollectionTypeInfo.
 String getDescription()
          Gets the description value for this CollectionTypeInfo.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Calendar getLastUpdateTime()
          Gets the lastUpdateTime value for this CollectionTypeInfo.
 int getNumberOfMembers()
          Gets the numberOfMembers value for this CollectionTypeInfo.
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 setCreationTime(Calendar creationTime)
          Sets the creationTime value for this CollectionTypeInfo.
 void setDescription(String description)
          Sets the description value for this CollectionTypeInfo.
 void setLastUpdateTime(Calendar lastUpdateTime)
          Sets the lastUpdateTime value for this CollectionTypeInfo.
 void setNumberOfMembers(int numberOfMembers)
          Sets the numberOfMembers value for this CollectionTypeInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionTypeInfo

public CollectionTypeInfo()

CollectionTypeInfo

public CollectionTypeInfo(Calendar creationTime,
                          String description,
                          Calendar lastUpdateTime,
                          int numberOfMembers)
Method Detail

getDescription

public String getDescription()
Gets the description value for this CollectionTypeInfo.

Returns:
description

setDescription

public void setDescription(String description)
Sets the description value for this CollectionTypeInfo.

Parameters:
description -

getNumberOfMembers

public int getNumberOfMembers()
Gets the numberOfMembers value for this CollectionTypeInfo.

Returns:
numberOfMembers

setNumberOfMembers

public void setNumberOfMembers(int numberOfMembers)
Sets the numberOfMembers value for this CollectionTypeInfo.

Parameters:
numberOfMembers -

getCreationTime

public Calendar getCreationTime()
Gets the creationTime value for this CollectionTypeInfo.

Returns:
creationTime

setCreationTime

public void setCreationTime(Calendar creationTime)
Sets the creationTime value for this CollectionTypeInfo.

Parameters:
creationTime -

getLastUpdateTime

public Calendar getLastUpdateTime()
Gets the lastUpdateTime value for this CollectionTypeInfo.

Returns:
lastUpdateTime

setLastUpdateTime

public void setLastUpdateTime(Calendar lastUpdateTime)
Sets the lastUpdateTime value for this CollectionTypeInfo.

Parameters:
lastUpdateTime -

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.