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

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

public class RawContentInLocation
extends java.lang.Object
implements RawContentLocationConfig

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

Constructor Summary
RawContentInLocation(java.lang.String location)
          Create a raw content location.
 
Method Summary
 java.lang.String getLocation()
           
 RawContentLocationType getType()
          Returns this location type.
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RawContentInLocation

public RawContentInLocation(java.lang.String location)
Create a raw content location.

Parameters:
location - the raw content location.
Method Detail

getType

public RawContentLocationType getType()
Returns this location type.

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

getLocation

public java.lang.String getLocation()
Returns:
the location

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object