com.iphrase.onestep.beans
Class ValueHandler.LinkValue
java.lang.Object
|
+--com.iphrase.onestep.beans.ValueHandler.BaseValue
|
+--com.iphrase.onestep.beans.ValueHandler.LinkValue
- Enclosing class:
- ValueHandler
- public class ValueHandler.LinkValue
- extends ValueHandler.BaseValue
A container for the FeatureMetaData.BaseTypes.LINK
OneStep value.
Constructor Summary |
ValueHandler.LinkValue(java.lang.Object obj,
boolean summarized,
boolean logClickThrough)
Initializes the LinkValue object |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueHandler.LinkValue
public ValueHandler.LinkValue(java.lang.Object obj,
boolean summarized,
boolean logClickThrough)
- Initializes the
LinkValue
object
getAnchor
public ValueHandler getAnchor()
throws com.iphrase.runtime.exception.WebServiceError
- Returns:
anchor
property- Throws:
com.iphrase.runtime.exception.WebServiceError
-
getHref
public java.lang.String getHref()
throws com.iphrase.runtime.exception.WebServiceError
- Returns:
href
property- Throws:
com.iphrase.runtime.exception.WebServiceError
-
getSummarizedValues
public ValueHandler.LinkValue[] getSummarizedValues()
throws com.iphrase.runtime.exception.WebServiceError
- Returns:
summarizedValues
property- Throws:
com.iphrase.runtime.exception.WebServiceError
-
getIsLogClickThrough
public boolean getIsLogClickThrough()
- Returns:
isLogClickThrough
property