com.hack23.cia.service.api.user
Class ExternalUrlResponse

Package class diagram package ExternalUrlResponse
java.lang.Object
  extended by com.hack23.cia.service.api.common.AbstractServiceMessage
      extended by com.hack23.cia.service.api.common.AbstractServiceResponse
          extended by com.hack23.cia.service.api.user.AbstractUserResponse
              extended by com.hack23.cia.service.api.user.ExternalUrlResponse
All Implemented Interfaces:
ServiceMessage, ServiceResponse, Serializable

public class ExternalUrlResponse
extends AbstractUserResponse

The Class ExternalUrlResponse.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hack23.cia.service.api.common.ServiceResponse
ServiceResponse.ServiceResult
 
Constructor Summary
ExternalUrlResponse(UserSessionDto userSessionDTO, String title, String url)
          Instantiates a new external url response.
 
Method Summary
 String getTitle()
          Gets the title.
 String getUrl()
          Gets the url.
 
Methods inherited from class com.hack23.cia.service.api.user.AbstractUserResponse
getResult
 
Methods inherited from class com.hack23.cia.service.api.common.AbstractServiceResponse
getUserSessionDTO
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalUrlResponse

public ExternalUrlResponse(UserSessionDto userSessionDTO,
                           String title,
                           String url)
Instantiates a new external url response.

Parameters:
userSessionDTO - the user session dto
title - the title
url - the url
Method Detail

getTitle

public final String getTitle()
Gets the title.

Returns:
the title

getUrl

public final String getUrl()
Gets the url.

Returns:
the url


Copyright © 2008-2009 www.hack23.com. All Rights Reserved.