nl.gx.webmanager.services.seo.entity.impl
Class GenericIncomingFriendlyURLEntityImpl

java.lang.Object
  extended by nl.gx.webmanager.services.seo.entity.impl.GenericIncomingFriendlyURLEntityImpl
All Implemented Interfaces:
GenericIncomingFriendlyURLEntity

public class GenericIncomingFriendlyURLEntityImpl
extends java.lang.Object
implements GenericIncomingFriendlyURLEntity


Constructor Summary
GenericIncomingFriendlyURLEntityImpl(int id, java.lang.String urlIdentifier, java.lang.String urlTitle, java.lang.String queryString, java.lang.String googleId, int reference, boolean isLive)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericIncomingFriendlyURLEntityImpl

public GenericIncomingFriendlyURLEntityImpl(int id,
                                            java.lang.String urlIdentifier,
                                            java.lang.String urlTitle,
                                            java.lang.String queryString,
                                            java.lang.String googleId,
                                            int reference,
                                            boolean isLive)
Method Detail

getId

public java.lang.Integer getId()
Description copied from interface: GenericIncomingFriendlyURLEntity
Returns the identifier of the friendly URL.

Specified by:
getId in interface GenericIncomingFriendlyURLEntity
Returns:
The identifier of the friendly URL.

getURLIdentifier

public java.lang.String getURLIdentifier()
Description copied from interface: GenericIncomingFriendlyURLEntity
Returns the URL identifier of the friendly URL.

Specified by:
getURLIdentifier in interface GenericIncomingFriendlyURLEntity
Returns:
The URL identifier of the friendly URL.

getURLTitle

public java.lang.String getURLTitle()
Description copied from interface: GenericIncomingFriendlyURLEntity
Returns the URL title of the friendly URL.

Specified by:
getURLTitle in interface GenericIncomingFriendlyURLEntity
Returns:
The URL title of the friendly URL.

getQueryString

public java.lang.String getQueryString()
Description copied from interface: GenericIncomingFriendlyURLEntity
Returns the query string of the friendly URL. This query string represents the internal resource backed by this friendly URL.

Specified by:
getQueryString in interface GenericIncomingFriendlyURLEntity
Returns:
The query string of the friendly URL.

getGoogleNewsId

public java.lang.String getGoogleNewsId()
Description copied from interface: GenericIncomingFriendlyURLEntity
Returns the Google News identifier of the friendly URL.

Specified by:
getGoogleNewsId in interface GenericIncomingFriendlyURLEntity
Returns:
The Google News identifier of the friendly URL.

getReference

public java.lang.Integer getReference()
Description copied from interface: GenericIncomingFriendlyURLEntity
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.

Specified by:
getReference in interface GenericIncomingFriendlyURLEntity
Returns:
The referenced friendly URL entity.

isLive

public boolean isLive()
Description copied from interface: GenericIncomingFriendlyURLEntity
Returns whether the friendly URL is the current live version.

Specified by:
isLive in interface GenericIncomingFriendlyURLEntity
Returns:
Whether the friendly URL is the current live version.


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