org.gcube.contentmanagement.timeseriesservice.stubs
Class CLUnderCurationItem

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

public class CLUnderCurationItem
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

CLUnderCurationItem

public CLUnderCurationItem()

CLUnderCurationItem

public CLUnderCurationItem(boolean _final,
                           String agencyId,
                           CodeListType codelistType,
                           Calendar creationDate,
                           String description,
                           String id,
                           Calendar lastModifyDate,
                           String name,
                           String owner,
                           int size,
                           Status status,
                           float version)
Method Detail

getId

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

Returns:
id

setId

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

Parameters:
id -

getName

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

Returns:
name

setName

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

Parameters:
name -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getAgencyId

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

Returns:
agencyId

setAgencyId

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

Parameters:
agencyId -

getOwner

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

Returns:
owner

setOwner

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

Parameters:
owner -

getCreationDate

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

Returns:
creationDate

setCreationDate

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

Parameters:
creationDate -

getLastModifyDate

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

Returns:
lastModifyDate

setLastModifyDate

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

Parameters:
lastModifyDate -

getStatus

public Status getStatus()
Gets the status value for this CLUnderCurationItem.

Returns:
status

setStatus

public void setStatus(Status status)
Sets the status value for this CLUnderCurationItem.

Parameters:
status -

getSize

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

Returns:
size

setSize

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

Parameters:
size -

is_final

public boolean is_final()
Gets the _final value for this CLUnderCurationItem.

Returns:
_final

set_final

public void set_final(boolean _final)
Sets the _final value for this CLUnderCurationItem.

Parameters:
_final -

getVersion

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

Returns:
version

setVersion

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

Parameters:
version -

getCodelistType

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

Returns:
codelistType

setCodelistType

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

Parameters:
codelistType -

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.