com.hack23.cia.service.api.content
Class ImageContentRequest

Package class diagram package ImageContentRequest
java.lang.Object
  extended by com.hack23.cia.service.api.common.AbstractServiceRequest
      extended by com.hack23.cia.service.api.content.ImageContentRequest
All Implemented Interfaces:
ServiceMessage, ServiceRequest, Serializable

public class ImageContentRequest
extends AbstractServiceRequest

The Class ImageContentRequest.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
ImageContentRequest(Long userSessionId, String fileName)
          Instantiates a new image content request.
 
Method Summary
Modifier and Type Method and Description
 String getFileName()
          Gets the file name.
 
Methods inherited from class com.hack23.cia.service.api.common.AbstractServiceRequest
getUserSessionId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageContentRequest

public ImageContentRequest(Long userSessionId,
                           String fileName)
Instantiates a new image content request.

Parameters:
userSessionId - the user session id
fileName - the file name
Method Detail

getFileName

public final String getFileName()
Gets the file name.

Returns:
the file name


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