com.genesyslab.openmedia.soa
Class UCSFindCondition

java.lang.Object
  extended bycom.genesyslab.openmedia.soa.UCSFindCondition
All Implemented Interfaces:
java.io.Serializable

public class UCSFindCondition
extends java.lang.Object
implements java.io.Serializable

Defines criteria for finding interactions in UCS.

See Also:
Serialized Form

Constructor Summary
UCSFindCondition()
           
 
Method Summary
 java.lang.String getMediaType()
          Returns the media type of interactions to be found.
 UCSInteractionStatus getStatus()
          Returns the status of interactions to be found.
 java.lang.String getSubmittedBy()
          Returns the submittedBy parameter for interactions to be found.
 java.lang.String getSubType()
          Returns the subtype of interactions to be found.
 java.lang.String getType()
          Returns the type of interactions to be found.
 void setMediaType(java.lang.String mediaType)
          Sets the media type of interactions to be found.
 void setStatus(UCSInteractionStatus status)
          Sets the status of interactions to be found.
 void setSubmittedBy(java.lang.String submittedBy)
          Sets the submittedBy parameter for interactions to be found.
 void setSubType(java.lang.String subType)
          Sets the subtype of interactions to be found.
 void setType(java.lang.String type)
          Sets the type of interactions to be found.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UCSFindCondition

public UCSFindCondition()
Method Detail

getMediaType

public java.lang.String getMediaType()
Returns the media type of interactions to be found.

Returns:
the media type of interactions to be found.

setMediaType

public void setMediaType(java.lang.String mediaType)
Sets the media type of interactions to be found.

Parameters:
mediaType - the media type of interactions to be found.

getStatus

public UCSInteractionStatus getStatus()
Returns the status of interactions to be found.

Returns:
the status of interactions to be found.

setStatus

public void setStatus(UCSInteractionStatus status)
Sets the status of interactions to be found.

Parameters:
status - the status of interactions to be found.

getSubType

public java.lang.String getSubType()
Returns the subtype of interactions to be found.

Returns:
the subtype of interactions to be found.

setSubType

public void setSubType(java.lang.String subType)
Sets the subtype of interactions to be found.

Parameters:
subType - the subtype of interactions to be found.

getType

public java.lang.String getType()
Returns the type of interactions to be found.

Returns:
Returns the type of interactions to be found.

setType

public void setType(java.lang.String type)
Sets the type of interactions to be found.

Parameters:
type - the type of interactions to be found.

getSubmittedBy

public java.lang.String getSubmittedBy()
Returns the submittedBy parameter for interactions to be found.

Returns:
the submittedBy parameter for interactions to be found.

setSubmittedBy

public void setSubmittedBy(java.lang.String submittedBy)
Sets the submittedBy parameter for interactions to be found.

Parameters:
submittedBy - the submittedBy parameter for interactions to be found.