public class AbstractRepository extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private String |
description |
private String |
id |
private String |
indexDirectory |
private String |
layout |
private String |
name |
Constructor and Description |
---|
AbstractRepository() |
AbstractRepository(String id,
String name,
String layout) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getDescription() |
String |
getId() |
String |
getIndexDirectory() |
String |
getLayout() |
String |
getName() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setIndexDirectory(String indexDirectory) |
void |
setLayout(String layout) |
void |
setName(String name) |
String |
toString() |
private String indexDirectory
private String description
public AbstractRepository()
public AbstractRepository(String id, String name, String layout)
public String getIndexDirectory()
public void setIndexDirectory(String indexDirectory)
public String getDescription()
public void setDescription(String description)
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.