com.hack23.cia.service.api.content
Class ExternalUrlResponse
java.lang.Object
com.hack23.cia.service.api.common.AbstractServiceResponse
com.hack23.cia.service.api.control.AbstractUserResponse
com.hack23.cia.service.api.content.ExternalUrlResponse
- All Implemented Interfaces:
- ServiceMessage, ServiceResponse, Serializable
public class ExternalUrlResponse
extends AbstractUserResponse
The Class ExternalUrlResponse.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExternalUrlResponse
public ExternalUrlResponse(UserSessionDto userSessionDTO,
String title,
String url)
- Instantiates a new external url response.
- Parameters:
userSessionDTO
- the user session dtotitle
- the titleurl
- the url
getTitle
public final String getTitle()
- Gets the title.
- Returns:
- the title
getUrl
public final String getUrl()
- Gets the url.
- Returns:
- the url
Copyright © 2008-2010 www.hack23.com. All Rights Reserved.