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

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

public class ImageContentRequest
extends AbstractServiceRequest

The Class ImageContentRequest.

See Also:
Serialized Form

Constructor Summary
ImageContentRequest(Long userSessionId, String fileName)
          Instantiates a new image content request.
 
Method Summary
 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-2009 www.hack23.com. All Rights Reserved.