org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced
Class ItemResources

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced.ItemResources

public class ItemResources
extends Object


Constructor Summary
ItemResources()
           
ItemResources(String standardImgUri, ArrayList<String> customImgUris, String standardLayerId, ArrayList<String> customLayerIds)
           
 
Method Summary
 void addResource(boolean isGIS, boolean isCustom, String resource)
           
 ArrayList<String> getCustomImgUris()
           
 ArrayList<String> getCustomLayerIds()
           
 String getStandardImgUri()
           
 String getStandardLayerId()
           
 boolean hasResources()
           
 void setCustomImgUris(ArrayList<String> customImgUris)
           
 void setCustomLayerIds(ArrayList<String> customLayerIds)
           
 void setStandardImgUri(String standardImgUri)
           
 void setStandardLayerId(String standardLayerId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ItemResources

public ItemResources()

ItemResources

public ItemResources(String standardImgUri,
                     ArrayList<String> customImgUris,
                     String standardLayerId,
                     ArrayList<String> customLayerIds)
Method Detail

getStandardImgUri

public String getStandardImgUri()

setStandardImgUri

public void setStandardImgUri(String standardImgUri)

getCustomImgUris

public ArrayList<String> getCustomImgUris()

setCustomImgUris

public void setCustomImgUris(ArrayList<String> customImgUris)

getStandardLayerId

public String getStandardLayerId()

setStandardLayerId

public void setStandardLayerId(String standardLayerId)

getCustomLayerIds

public ArrayList<String> getCustomLayerIds()

setCustomLayerIds

public void setCustomLayerIds(ArrayList<String> customLayerIds)

toString

public String toString()
Overrides:
toString in class Object

addResource

public void addResource(boolean isGIS,
                        boolean isCustom,
                        String resource)

hasResources

public boolean hasResources()


Copyright © 2014. All Rights Reserved.