com.iphrase.runtime.query.result
Class ImageUrl

java.lang.Object
  |
  +--com.iphrase.runtime.query.result.ImageUrl

public class ImageUrl
extends java.lang.Object

Represent an image URL feature value.


Method Summary
 boolean equals(java.lang.Object obj)
          Override Object.equals(java.lang.Object)
 java.lang.String getAlt()
          Get the alt text for this image URL value.
 java.lang.String getSrc()
          Get the src URL for this image URL value.
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSrc

public java.lang.String getSrc()
Get the src URL for this image URL value.
Returns:
String src

getAlt

public java.lang.String getAlt()
Get the alt text for this image URL value.
Returns:
String alt

equals

public boolean equals(java.lang.Object obj)
Override Object.equals(java.lang.Object)
Overrides:
equals in class java.lang.Object
Parameters:
obj - the reference object with which to compare.
Returns:
true if this object is the same as the obj argument; false otherwise.

© Copyright 2005, 2006. IBM Corporation. All rights reserved.