nl.gx.webmanager.services.seo
Interface GenericIncomingFriendlyURLEntity

All Known Implementing Classes:
GenericIncomingFriendlyURLEntityImpl

public interface GenericIncomingFriendlyURLEntity


Method Summary
 java.lang.String getGoogleNewsId()
          Returns the Google News identifier of the friendly URL.
 java.lang.Integer getId()
          Returns the identifier of the friendly URL.
 java.lang.String getQueryString()
          Returns the query string of the friendly URL.
 java.lang.Integer getReference()
          Returns the Id of the friendly URL entity referred to by the friendly URL.
 java.lang.String getURLIdentifier()
          Returns the URL identifier of the friendly URL.
 java.lang.String getURLTitle()
          Returns the URL title of the friendly URL.
 boolean isLive()
          Returns whether the friendly URL is the current live version.
 

Method Detail

getId

java.lang.Integer getId()
Returns the identifier of the friendly URL.

Returns:
The identifier of the friendly URL.

getURLIdentifier

java.lang.String getURLIdentifier()
Returns the URL identifier of the friendly URL.

Returns:
The URL identifier of the friendly URL.

getURLTitle

java.lang.String getURLTitle()
Returns the URL title of the friendly URL.

Returns:
The URL title of the friendly URL.

getQueryString

java.lang.String getQueryString()
Returns the query string of the friendly URL. This query string represents the internal resource backed by this friendly URL.

Returns:
The query string of the friendly URL.

getGoogleNewsId

java.lang.String getGoogleNewsId()
Returns the Google News identifier of the friendly URL.

Returns:
The Google News identifier of the friendly URL.

getReference

java.lang.Integer getReference()
Returns the Id of the friendly URL entity referred to by the friendly URL. If not null the friendly URL should be unavailable, but can be redirected to the referred friendly URL.

Returns:
The referenced friendly URL entity.

isLive

boolean isLive()
Returns whether the friendly URL is the current live version.

Returns:
Whether the friendly URL is the current live version.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.