org.gcube_system.namespaces.application.aquamaps.types
Class Resource

java.lang.Object
  extended by org.gcube_system.namespaces.application.aquamaps.types.Resource
All Implemented Interfaces:
Serializable

public class Resource
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Resource()
           
Resource(String algorithm, String author, long date, boolean defaultSource, String description, String disclaimer, String parameters, long percent, String provenance, int searchId, String sourceHCAFIds, String sourceHCAFTables, String sourceHSPECIds, String sourceHSPECTables, String sourceHSPENIds, String sourceHSPENTables, String sourceOccurrenceCellsIds, String sourceOccurrenceCellsTables, String status, String tableName, String title, String type)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAlgorithm()
          Gets the algorithm value for this Resource.
 String getAuthor()
          Gets the author value for this Resource.
 long getDate()
          Gets the date value for this Resource.
 String getDescription()
          Gets the description value for this Resource.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getDisclaimer()
          Gets the disclaimer value for this Resource.
 String getParameters()
          Gets the parameters value for this Resource.
 long getPercent()
          Gets the percent value for this Resource.
 String getProvenance()
          Gets the provenance value for this Resource.
 int getSearchId()
          Gets the searchId value for this Resource.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getSourceHCAFIds()
          Gets the sourceHCAFIds value for this Resource.
 String getSourceHCAFTables()
          Gets the sourceHCAFTables value for this Resource.
 String getSourceHSPECIds()
          Gets the sourceHSPECIds value for this Resource.
 String getSourceHSPECTables()
          Gets the sourceHSPECTables value for this Resource.
 String getSourceHSPENIds()
          Gets the sourceHSPENIds value for this Resource.
 String getSourceHSPENTables()
          Gets the sourceHSPENTables value for this Resource.
 String getSourceOccurrenceCellsIds()
          Gets the sourceOccurrenceCellsIds value for this Resource.
 String getSourceOccurrenceCellsTables()
          Gets the sourceOccurrenceCellsTables value for this Resource.
 String getStatus()
          Gets the status value for this Resource.
 String getTableName()
          Gets the tableName value for this Resource.
 String getTitle()
          Gets the title value for this Resource.
 String getType()
          Gets the type value for this Resource.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isDefaultSource()
          Gets the defaultSource value for this Resource.
 void setAlgorithm(String algorithm)
          Sets the algorithm value for this Resource.
 void setAuthor(String author)
          Sets the author value for this Resource.
 void setDate(long date)
          Sets the date value for this Resource.
 void setDefaultSource(boolean defaultSource)
          Sets the defaultSource value for this Resource.
 void setDescription(String description)
          Sets the description value for this Resource.
 void setDisclaimer(String disclaimer)
          Sets the disclaimer value for this Resource.
 void setParameters(String parameters)
          Sets the parameters value for this Resource.
 void setPercent(long percent)
          Sets the percent value for this Resource.
 void setProvenance(String provenance)
          Sets the provenance value for this Resource.
 void setSearchId(int searchId)
          Sets the searchId value for this Resource.
 void setSourceHCAFIds(String sourceHCAFIds)
          Sets the sourceHCAFIds value for this Resource.
 void setSourceHCAFTables(String sourceHCAFTables)
          Sets the sourceHCAFTables value for this Resource.
 void setSourceHSPECIds(String sourceHSPECIds)
          Sets the sourceHSPECIds value for this Resource.
 void setSourceHSPECTables(String sourceHSPECTables)
          Sets the sourceHSPECTables value for this Resource.
 void setSourceHSPENIds(String sourceHSPENIds)
          Sets the sourceHSPENIds value for this Resource.
 void setSourceHSPENTables(String sourceHSPENTables)
          Sets the sourceHSPENTables value for this Resource.
 void setSourceOccurrenceCellsIds(String sourceOccurrenceCellsIds)
          Sets the sourceOccurrenceCellsIds value for this Resource.
 void setSourceOccurrenceCellsTables(String sourceOccurrenceCellsTables)
          Sets the sourceOccurrenceCellsTables value for this Resource.
 void setStatus(String status)
          Sets the status value for this Resource.
 void setTableName(String tableName)
          Sets the tableName value for this Resource.
 void setTitle(String title)
          Sets the title value for this Resource.
 void setType(String type)
          Sets the type value for this Resource.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resource

public Resource()

Resource

public Resource(String algorithm,
                String author,
                long date,
                boolean defaultSource,
                String description,
                String disclaimer,
                String parameters,
                long percent,
                String provenance,
                int searchId,
                String sourceHCAFIds,
                String sourceHCAFTables,
                String sourceHSPECIds,
                String sourceHSPECTables,
                String sourceHSPENIds,
                String sourceHSPENTables,
                String sourceOccurrenceCellsIds,
                String sourceOccurrenceCellsTables,
                String status,
                String tableName,
                String title,
                String type)
Method Detail

getSearchId

public int getSearchId()
Gets the searchId value for this Resource.

Returns:
searchId

setSearchId

public void setSearchId(int searchId)
Sets the searchId value for this Resource.

Parameters:
searchId -

getTitle

public String getTitle()
Gets the title value for this Resource.

Returns:
title

setTitle

public void setTitle(String title)
Sets the title value for this Resource.

Parameters:
title -

getTableName

public String getTableName()
Gets the tableName value for this Resource.

Returns:
tableName

setTableName

public void setTableName(String tableName)
Sets the tableName value for this Resource.

Parameters:
tableName -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getAuthor

public String getAuthor()
Gets the author value for this Resource.

Returns:
author

setAuthor

public void setAuthor(String author)
Sets the author value for this Resource.

Parameters:
author -

getDisclaimer

public String getDisclaimer()
Gets the disclaimer value for this Resource.

Returns:
disclaimer

setDisclaimer

public void setDisclaimer(String disclaimer)
Sets the disclaimer value for this Resource.

Parameters:
disclaimer -

getProvenance

public String getProvenance()
Gets the provenance value for this Resource.

Returns:
provenance

setProvenance

public void setProvenance(String provenance)
Sets the provenance value for this Resource.

Parameters:
provenance -

getDate

public long getDate()
Gets the date value for this Resource.

Returns:
date

setDate

public void setDate(long date)
Sets the date value for this Resource.

Parameters:
date -

getSourceHCAFIds

public String getSourceHCAFIds()
Gets the sourceHCAFIds value for this Resource.

Returns:
sourceHCAFIds

setSourceHCAFIds

public void setSourceHCAFIds(String sourceHCAFIds)
Sets the sourceHCAFIds value for this Resource.

Parameters:
sourceHCAFIds -

getSourceHSPENIds

public String getSourceHSPENIds()
Gets the sourceHSPENIds value for this Resource.

Returns:
sourceHSPENIds

setSourceHSPENIds

public void setSourceHSPENIds(String sourceHSPENIds)
Sets the sourceHSPENIds value for this Resource.

Parameters:
sourceHSPENIds -

getSourceHSPECIds

public String getSourceHSPECIds()
Gets the sourceHSPECIds value for this Resource.

Returns:
sourceHSPECIds

setSourceHSPECIds

public void setSourceHSPECIds(String sourceHSPECIds)
Sets the sourceHSPECIds value for this Resource.

Parameters:
sourceHSPECIds -

getSourceOccurrenceCellsIds

public String getSourceOccurrenceCellsIds()
Gets the sourceOccurrenceCellsIds value for this Resource.

Returns:
sourceOccurrenceCellsIds

setSourceOccurrenceCellsIds

public void setSourceOccurrenceCellsIds(String sourceOccurrenceCellsIds)
Sets the sourceOccurrenceCellsIds value for this Resource.

Parameters:
sourceOccurrenceCellsIds -

getParameters

public String getParameters()
Gets the parameters value for this Resource.

Returns:
parameters

setParameters

public void setParameters(String parameters)
Sets the parameters value for this Resource.

Parameters:
parameters -

getStatus

public String getStatus()
Gets the status value for this Resource.

Returns:
status

setStatus

public void setStatus(String status)
Sets the status value for this Resource.

Parameters:
status -

getSourceHCAFTables

public String getSourceHCAFTables()
Gets the sourceHCAFTables value for this Resource.

Returns:
sourceHCAFTables

setSourceHCAFTables

public void setSourceHCAFTables(String sourceHCAFTables)
Sets the sourceHCAFTables value for this Resource.

Parameters:
sourceHCAFTables -

getSourceHSPENTables

public String getSourceHSPENTables()
Gets the sourceHSPENTables value for this Resource.

Returns:
sourceHSPENTables

setSourceHSPENTables

public void setSourceHSPENTables(String sourceHSPENTables)
Sets the sourceHSPENTables value for this Resource.

Parameters:
sourceHSPENTables -

getSourceHSPECTables

public String getSourceHSPECTables()
Gets the sourceHSPECTables value for this Resource.

Returns:
sourceHSPECTables

setSourceHSPECTables

public void setSourceHSPECTables(String sourceHSPECTables)
Sets the sourceHSPECTables value for this Resource.

Parameters:
sourceHSPECTables -

getSourceOccurrenceCellsTables

public String getSourceOccurrenceCellsTables()
Gets the sourceOccurrenceCellsTables value for this Resource.

Returns:
sourceOccurrenceCellsTables

setSourceOccurrenceCellsTables

public void setSourceOccurrenceCellsTables(String sourceOccurrenceCellsTables)
Sets the sourceOccurrenceCellsTables value for this Resource.

Parameters:
sourceOccurrenceCellsTables -

getType

public String getType()
Gets the type value for this Resource.

Returns:
type

setType

public void setType(String type)
Sets the type value for this Resource.

Parameters:
type -

getAlgorithm

public String getAlgorithm()
Gets the algorithm value for this Resource.

Returns:
algorithm

setAlgorithm

public void setAlgorithm(String algorithm)
Sets the algorithm value for this Resource.

Parameters:
algorithm -

isDefaultSource

public boolean isDefaultSource()
Gets the defaultSource value for this Resource.

Returns:
defaultSource

setDefaultSource

public void setDefaultSource(boolean defaultSource)
Sets the defaultSource value for this Resource.

Parameters:
defaultSource -

getPercent

public long getPercent()
Gets the percent value for this Resource.

Returns:
percent

setPercent

public void setPercent(long percent)
Sets the percent value for this Resource.

Parameters:
percent -

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.