org.gcube.contentmanagement.timeseriesservice.stubs
Class CodelistItem

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

public class CodelistItem
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CodelistItem()
           
CodelistItem(String agencyId, CodeListType codelistType, Calendar creationDate, String creator, String description, String id, Calendar lastModifyDate, String name, int size, State status, float version)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAgencyId()
          Gets the agencyId value for this CodelistItem.
 CodeListType getCodelistType()
          Gets the codelistType value for this CodelistItem.
 Calendar getCreationDate()
          Gets the creationDate value for this CodelistItem.
 String getCreator()
          Gets the creator value for this CodelistItem.
 String getDescription()
          Gets the description value for this CodelistItem.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getId()
          Gets the id value for this CodelistItem.
 Calendar getLastModifyDate()
          Gets the lastModifyDate value for this CodelistItem.
 String getName()
          Gets the name value for this CodelistItem.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 int getSize()
          Gets the size value for this CodelistItem.
 State getStatus()
          Gets the status value for this CodelistItem.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 float getVersion()
          Gets the version value for this CodelistItem.
 int hashCode()
           
 void setAgencyId(String agencyId)
          Sets the agencyId value for this CodelistItem.
 void setCodelistType(CodeListType codelistType)
          Sets the codelistType value for this CodelistItem.
 void setCreationDate(Calendar creationDate)
          Sets the creationDate value for this CodelistItem.
 void setCreator(String creator)
          Sets the creator value for this CodelistItem.
 void setDescription(String description)
          Sets the description value for this CodelistItem.
 void setId(String id)
          Sets the id value for this CodelistItem.
 void setLastModifyDate(Calendar lastModifyDate)
          Sets the lastModifyDate value for this CodelistItem.
 void setName(String name)
          Sets the name value for this CodelistItem.
 void setSize(int size)
          Sets the size value for this CodelistItem.
 void setStatus(State status)
          Sets the status value for this CodelistItem.
 void setVersion(float version)
          Sets the version value for this CodelistItem.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodelistItem

public CodelistItem()

CodelistItem

public CodelistItem(String agencyId,
                    CodeListType codelistType,
                    Calendar creationDate,
                    String creator,
                    String description,
                    String id,
                    Calendar lastModifyDate,
                    String name,
                    int size,
                    State status,
                    float version)
Method Detail

getId

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

Returns:
id

setId

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

Parameters:
id -

getName

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

Returns:
name

setName

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

Parameters:
name -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getCreator

public String getCreator()
Gets the creator value for this CodelistItem.

Returns:
creator

setCreator

public void setCreator(String creator)
Sets the creator value for this CodelistItem.

Parameters:
creator -

getAgencyId

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

Returns:
agencyId

setAgencyId

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

Parameters:
agencyId -

getVersion

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

Returns:
version

setVersion

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

Parameters:
version -

getCreationDate

public Calendar getCreationDate()
Gets the creationDate value for this CodelistItem.

Returns:
creationDate

setCreationDate

public void setCreationDate(Calendar creationDate)
Sets the creationDate value for this CodelistItem.

Parameters:
creationDate -

getLastModifyDate

public Calendar getLastModifyDate()
Gets the lastModifyDate value for this CodelistItem.

Returns:
lastModifyDate

setLastModifyDate

public void setLastModifyDate(Calendar lastModifyDate)
Sets the lastModifyDate value for this CodelistItem.

Parameters:
lastModifyDate -

getStatus

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

Returns:
status

setStatus

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

Parameters:
status -

getCodelistType

public CodeListType getCodelistType()
Gets the codelistType value for this CodelistItem.

Returns:
codelistType

setCodelistType

public void setCodelistType(CodeListType codelistType)
Sets the codelistType value for this CodelistItem.

Parameters:
codelistType -

getSize

public int getSize()
Gets the size value for this CodelistItem.

Returns:
size

setSize

public void setSize(int size)
Sets the size value for this CodelistItem.

Parameters:
size -

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.