public class FloodlightPublisherTag extends FloodlightTag implements Serializable
| Constructor and Description |
|---|
FloodlightPublisherTag() |
FloodlightPublisherTag(long id,
String name,
String url,
boolean clickThrough,
long siteId,
boolean viewThrough) |
| 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
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
long |
getSiteId()
Gets the siteId value for this FloodlightPublisherTag.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isClickThrough()
Gets the clickThrough value for this FloodlightPublisherTag.
|
boolean |
isViewThrough()
Gets the viewThrough value for this FloodlightPublisherTag.
|
void |
setClickThrough(boolean clickThrough)
Sets the clickThrough value for this FloodlightPublisherTag.
|
void |
setSiteId(long siteId)
Sets the siteId value for this FloodlightPublisherTag.
|
void |
setViewThrough(boolean viewThrough)
Sets the viewThrough value for this FloodlightPublisherTag.
|
getUrl, setUrlpublic boolean isClickThrough()
public void setClickThrough(boolean clickThrough)
clickThrough - public long getSiteId()
public void setSiteId(long siteId)
siteId - public boolean isViewThrough()
public void setViewThrough(boolean viewThrough)
viewThrough - public boolean equals(Object obj)
equals in class FloodlightTagpublic int hashCode()
hashCode in class FloodlightTagpublic 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.