public class WidgetNetworkConfig extends Object implements Serializable
| Constructor and Description |
|---|
WidgetNetworkConfig() |
WidgetNetworkConfig(boolean active,
double imageSize,
String imageUrl,
String staticDataURL) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
double |
getImageSize()
Gets the imageSize value for this WidgetNetworkConfig.
|
String |
getImageUrl()
Gets the imageUrl value for this WidgetNetworkConfig.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getStaticDataURL()
Gets the staticDataURL value for this WidgetNetworkConfig.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isActive()
Gets the active value for this WidgetNetworkConfig.
|
void |
setActive(boolean active)
Sets the active value for this WidgetNetworkConfig.
|
void |
setImageSize(double imageSize)
Sets the imageSize value for this WidgetNetworkConfig.
|
void |
setImageUrl(String imageUrl)
Sets the imageUrl value for this WidgetNetworkConfig.
|
void |
setStaticDataURL(String staticDataURL)
Sets the staticDataURL value for this WidgetNetworkConfig.
|
public boolean isActive()
public void setActive(boolean active)
active - public double getImageSize()
public void setImageSize(double imageSize)
imageSize - public String getImageUrl()
public void setImageUrl(String imageUrl)
imageUrl - public String getStaticDataURL()
public void setStaticDataURL(String staticDataURL)
staticDataURL - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.