public class BrowseResultEntry extends Object implements Comparable<BrowseResultEntry>, Serializable
| Modifier and Type | Field and Description | 
|---|---|
private String | 
artifactId  | 
private String | 
groupId  | 
private String | 
name  | 
private boolean | 
project  | 
| Constructor and Description | 
|---|
BrowseResultEntry()  | 
BrowseResultEntry(String name,
                 boolean project)  | 
| Modifier and Type | Method and Description | 
|---|---|
BrowseResultEntry | 
artifactId(String artifactId)  | 
int | 
compareTo(BrowseResultEntry browseGroupResultEntry)  | 
boolean | 
equals(Object o)  | 
String | 
getArtifactId()  | 
String | 
getGroupId()  | 
String | 
getName()  | 
BrowseResultEntry | 
groupId(String groupId)  | 
int | 
hashCode()  | 
boolean | 
isProject()  | 
void | 
setArtifactId(String artifactId)  | 
void | 
setGroupId(String groupId)  | 
void | 
setName(String name)  | 
void | 
setProject(boolean project)  | 
String | 
toString()  | 
private boolean project
private String artifactId
public BrowseResultEntry()
public BrowseResultEntry(String name, boolean project)
public boolean isProject()
public void setProject(boolean project)
public int compareTo(BrowseResultEntry browseGroupResultEntry)
compareTo in interface Comparable<BrowseResultEntry>public String getGroupId()
public void setGroupId(String groupId)
public BrowseResultEntry groupId(String groupId)
public String getArtifactId()
public void setArtifactId(String artifactId)
public BrowseResultEntry artifactId(String artifactId)
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.