org.gcube.data.publishing.gis.publisher.model.requests
Class StyleGenerationRequest

java.lang.Object
  extended by org.gcube.data.publishing.gis.publisher.model.requests.StyleGenerationRequest

public class StyleGenerationRequest
extends Object


Nested Class Summary
static class StyleGenerationRequest.ClusterScaleType
           
 
Constructor Summary
StyleGenerationRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAttributeName()
           
 Color getC1()
           
 Color getC2()
           
 StyleGenerationRequest.ClusterScaleType getClusterScaleType()
           
 String getMax()
           
 String getMin()
           
 String getNameStyle()
           
 int getnClasses()
           
 Class getTypeValue()
           
 int hashCode()
           
 void setAttributeName(String attributeName)
           
 void setC1(Color c1)
           
 void setC2(Color c2)
           
 void setClusterScaleType(StyleGenerationRequest.ClusterScaleType clusterScaleType)
           
 void setMax(String max)
           
 void setMin(String min)
           
 void setNameStyle(String nameStyle)
           
 void setnClasses(int nClasses)
           
 void setTypeValue(Class typeValue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StyleGenerationRequest

public StyleGenerationRequest()
Method Detail

getNameStyle

public String getNameStyle()
Returns:
the nameStyle

setNameStyle

public void setNameStyle(String nameStyle)
Parameters:
nameStyle - the nameStyle to set

getAttributeName

public String getAttributeName()
Returns:
the attributeName

setAttributeName

public void setAttributeName(String attributeName)
Parameters:
attributeName - the attributeName to set

getnClasses

public int getnClasses()
Returns:
the nClasses

setnClasses

public void setnClasses(int nClasses)
Parameters:
nClasses - the nClasses to set

getC1

public Color getC1()
Returns:
the c1

setC1

public void setC1(Color c1)
Parameters:
c1 - the c1 to set

getC2

public Color getC2()
Returns:
the c2

setC2

public void setC2(Color c2)
Parameters:
c2 - the c2 to set

getTypeValue

public Class getTypeValue()
Returns:
the typeValue

setTypeValue

public void setTypeValue(Class typeValue)
Parameters:
typeValue - the typeValue to set

getMax

public String getMax()
Returns:
the max

setMax

public void setMax(String max)
Parameters:
max - the max to set

getMin

public String getMin()
Returns:
the min

setMin

public void setMin(String min)
Parameters:
min - the min to set

getClusterScaleType

public StyleGenerationRequest.ClusterScaleType getClusterScaleType()
Returns:
the clusterScaleType

setClusterScaleType

public void setClusterScaleType(StyleGenerationRequest.ClusterScaleType clusterScaleType)
Parameters:
clusterScaleType - the clusterScaleType to set

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.