org.apache.archiva.metadata.repository.storage
Class ReadMetadataRequest

java.lang.Object
  extended by org.apache.archiva.metadata.repository.storage.ReadMetadataRequest

public class ReadMetadataRequest
extends Object

Since:
1.4-M4
Author:
Olivier Lamy

Field Summary
private  Filter<String> filter
           
private  String namespace
           
private  String projectId
           
private  String projectVersion
           
private  String repositoryId
           
 
Constructor Summary
ReadMetadataRequest()
           
ReadMetadataRequest(String repositoryId, String namespace, String projectId, String projectVersion)
           
ReadMetadataRequest(String repositoryId, String namespace, String projectId, String projectVersion, Filter<String> filter)
           
 
Method Summary
 ReadMetadataRequest filter(Filter<String> filter)
           
 Filter<String> getFilter()
           
 String getNamespace()
           
 String getProjectId()
           
 String getProjectVersion()
           
 String getRepositoryId()
           
 ReadMetadataRequest namespace(String namespace)
           
 ReadMetadataRequest projectId(String projectId)
           
 ReadMetadataRequest projectVersion(String projectVersion)
           
 ReadMetadataRequest repositoryId(String repoId)
           
 void setFilter(Filter<String> filter)
           
 void setNamespace(String namespace)
           
 void setProjectId(String projectId)
           
 void setProjectVersion(String projectVersion)
           
 void setRepositoryId(String repositoryId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repositoryId

private String repositoryId

namespace

private String namespace

projectId

private String projectId

projectVersion

private String projectVersion

filter

private Filter<String> filter
Constructor Detail

ReadMetadataRequest

public ReadMetadataRequest()

ReadMetadataRequest

public ReadMetadataRequest(String repositoryId,
                           String namespace,
                           String projectId,
                           String projectVersion)

ReadMetadataRequest

public ReadMetadataRequest(String repositoryId,
                           String namespace,
                           String projectId,
                           String projectVersion,
                           Filter<String> filter)
Method Detail

getRepositoryId

public String getRepositoryId()

setRepositoryId

public void setRepositoryId(String repositoryId)

repositoryId

public ReadMetadataRequest repositoryId(String repoId)

getNamespace

public String getNamespace()

setNamespace

public void setNamespace(String namespace)

namespace

public ReadMetadataRequest namespace(String namespace)

getProjectId

public String getProjectId()

setProjectId

public void setProjectId(String projectId)

projectId

public ReadMetadataRequest projectId(String projectId)

getProjectVersion

public String getProjectVersion()

setProjectVersion

public void setProjectVersion(String projectVersion)

projectVersion

public ReadMetadataRequest projectVersion(String projectVersion)

getFilter

public Filter<String> getFilter()

setFilter

public void setFilter(Filter<String> filter)

filter

public ReadMetadataRequest filter(Filter<String> filter)


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.