org.gcube.contentmanagement.timeseriesservice.stubs
Class CLImportedItem

java.lang.Object
  extended by org.gcube.contentmanagement.timeseriesservice.stubs.CLImportedItem
All Implemented Interfaces:
Serializable

public class CLImportedItem
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CLImportedItem()
           
CLImportedItem(String agencyId, int count, Calendar date, String description, String id, String name, String owner, State status, float version)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAgencyId()
          Gets the agencyId value for this CLImportedItem.
 int getCount()
          Gets the count value for this CLImportedItem.
 Calendar getDate()
          Gets the date value for this CLImportedItem.
 String getDescription()
          Gets the description value for this CLImportedItem.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getId()
          Gets the id value for this CLImportedItem.
 String getName()
          Gets the name value for this CLImportedItem.
 String getOwner()
          Gets the owner value for this CLImportedItem.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 State getStatus()
          Gets the status value for this CLImportedItem.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 float getVersion()
          Gets the version value for this CLImportedItem.
 int hashCode()
           
 void setAgencyId(String agencyId)
          Sets the agencyId value for this CLImportedItem.
 void setCount(int count)
          Sets the count value for this CLImportedItem.
 void setDate(Calendar date)
          Sets the date value for this CLImportedItem.
 void setDescription(String description)
          Sets the description value for this CLImportedItem.
 void setId(String id)
          Sets the id value for this CLImportedItem.
 void setName(String name)
          Sets the name value for this CLImportedItem.
 void setOwner(String owner)
          Sets the owner value for this CLImportedItem.
 void setStatus(State status)
          Sets the status value for this CLImportedItem.
 void setVersion(float version)
          Sets the version value for this CLImportedItem.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CLImportedItem

public CLImportedItem()

CLImportedItem

public CLImportedItem(String agencyId,
                      int count,
                      Calendar date,
                      String description,
                      String id,
                      String name,
                      String owner,
                      State status,
                      float version)
Method Detail

getId

public String getId()
Gets the id value for this CLImportedItem.

Returns:
id

setId

public void setId(String id)
Sets the id value for this CLImportedItem.

Parameters:
id -

getName

public String getName()
Gets the name value for this CLImportedItem.

Returns:
name

setName

public void setName(String name)
Sets the name value for this CLImportedItem.

Parameters:
name -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getAgencyId

public String getAgencyId()
Gets the agencyId value for this CLImportedItem.

Returns:
agencyId

setAgencyId

public void setAgencyId(String agencyId)
Sets the agencyId value for this CLImportedItem.

Parameters:
agencyId -

getVersion

public float getVersion()
Gets the version value for this CLImportedItem.

Returns:
version

setVersion

public void setVersion(float version)
Sets the version value for this CLImportedItem.

Parameters:
version -

getOwner

public String getOwner()
Gets the owner value for this CLImportedItem.

Returns:
owner

setOwner

public void setOwner(String owner)
Sets the owner value for this CLImportedItem.

Parameters:
owner -

getDate

public Calendar getDate()
Gets the date value for this CLImportedItem.

Returns:
date

setDate

public void setDate(Calendar date)
Sets the date value for this CLImportedItem.

Parameters:
date -

getStatus

public State getStatus()
Gets the status value for this CLImportedItem.

Returns:
status

setStatus

public void setStatus(State status)
Sets the status value for this CLImportedItem.

Parameters:
status -

getCount

public int getCount()
Gets the count value for this CLImportedItem.

Returns:
count

setCount

public void setCount(int count)
Sets the count value for this CLImportedItem.

Parameters:
count -

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 © 2012. All Rights Reserved.