Class LayerConcessione
- java.lang.Object
-
- org.gcube.application.geoportal.common.model.legacy.AssociatedContent
-
- org.gcube.application.geoportal.common.model.legacy.SDILayerDescriptor
-
- org.gcube.application.geoportal.common.model.legacy.LayerConcessione
-
public class LayerConcessione extends SDILayerDescriptor
-
-
Constructor Summary
Constructors Constructor Description LayerConcessione()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()ValidationReportvalidateForInsertion()-
Methods inherited from class org.gcube.application.geoportal.common.model.legacy.SDILayerDescriptor
getBbox, getLayerID, getLayerName, getLayerUUID, getWmsLink, getWorkspace, setBbox, setLayerID, setLayerName, setLayerUUID, setWmsLink, setWorkspace
-
Methods inherited from class org.gcube.application.geoportal.common.model.legacy.AssociatedContent
toString
-
-
-
-
Method Detail
-
validateForInsertion
public ValidationReport validateForInsertion()
- Overrides:
validateForInsertionin classAssociatedContent
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAssociatedContent
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classAssociatedContent
-
-