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

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

public class RawContentInMessageConditional
extends java.lang.Object
implements RawContentLocationConfig

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

Constructor Summary
RawContentInMessageConditional(PropertyCondition propertyCondition)
           
 
Method Summary
 PropertyCondition getPropertyCondition()
           
 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

RawContentInMessageConditional

public RawContentInMessageConditional(PropertyCondition propertyCondition)
Parameters:
propertyCondition -
Method Detail

getPropertyCondition

public PropertyCondition getPropertyCondition()
Returns:
the propertyCondition

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