org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.content
Class RawContentInMessage

java.lang.Object
  extended by org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.content.RawContentInMessage
All Implemented Interfaces:
RawContentLocationConfig

public class RawContentInMessage
extends java.lang.Object
implements RawContentLocationConfig

Author:
Federico De Faveri defaveri@isti.cnr.it

Constructor Summary
RawContentInMessage()
           
 
Method Summary
 RawContentLocationType getType()
          Returns this location type.
static RawContentInMessage instance()
          Returns a singleton instance.
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RawContentInMessage

public RawContentInMessage()
Method Detail

instance

public static RawContentInMessage instance()
Returns a singleton instance.

Returns:
the singleton instance.

getType

public RawContentLocationType getType()
Returns this location type.

Specified by:
getType in interface RawContentLocationConfig
Returns:
the location type.

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object