public interface

Reference

com.google.gdata.data.Reference
Known Indirect Subclasses

Class Overview

The Reference interface is implemented by data model types that contain a reference to addressable content.

Summary

Public Methods
abstract String getHref()
Returns the value of the resource reference.
abstract void setHref(String href)
Sets the value of the resource reference.

Public Methods

public abstract String getHref ()

Returns the value of the resource reference.

public abstract void setHref (String href)

Sets the value of the resource reference.

Parameters
href The resource href.