public class Namespace extends Object implements Serializable
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Namespace.KeyBuilder  | 
| Modifier and Type | Field and Description | 
|---|---|
private String | 
name  | 
private String | 
repositoryName  | 
| Constructor and Description | 
|---|
Namespace()  | 
Namespace(String id,
         Repository repository)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
String | 
getName()  | 
Repository | 
getRepository()  | 
int | 
hashCode()  | 
void | 
setName(String name)  | 
void | 
setRepository(Repository repository)  | 
String | 
toString()  | 
private String repositoryName
public Namespace()
public Namespace(String id, Repository repository)
public Repository getRepository()
public void setRepository(Repository repository)
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.