com.sas.swing.models.remotefileselector.informationservices
Class AuthorFilter

com.sas.swing.models.remotefileselector.informationservices.AuthorFilter
All Implemented Interfaces:
com.sas.services.information.FilterInterface, java.io.Serializable

public class AuthorFilter

AuthorFilter class provides a filter to search on the author metadata item.

Since:
3.1
See Also:
Serialized Form

Constructor Summary
AuthorFilter()
          Constructs the filter class.
 
Method Summary
 java.lang.String getXMLSelectString()
          Get the filter in the form of an XMLSelect statement.
 void setAuthor(java.lang.String author)
          Sets the author value used in the filter.
 

Constructor Detail

AuthorFilter

public AuthorFilter()
Constructs the filter class.

Method Detail

setAuthor

public void setAuthor(java.lang.String author)
Sets the author value used in the filter.

Parameters:
author - the value used in the filter

getXMLSelectString

public java.lang.String getXMLSelectString()
Get the filter in the form of an XMLSelect statement.

Specified by:
getXMLSelectString in interface com.sas.services.information.FilterInterface
Overrides:
getXMLSelectString in class com.sas.services.information.metadata.KeywordFilter
Returns:
An XMLSelect string to pass to OMR.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.