public class License extends Object implements Serializable, Comparable<License>
| Constructor and Description |
|---|
License() |
License(String name,
String url) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(License o) |
boolean |
equals(Object o) |
Integer |
getIndex() |
String |
getName() |
String |
getUrl() |
int |
hashCode() |
void |
setIndex(int index) |
void |
setName(String name) |
void |
setUrl(String url) |
String |
toString() |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.