public class License
extends Object
implements Serializable
Modifier and Type | Field and Description |
---|---|
static Accessor<License,String> |
NAME_ACCESSOR |
Constructor and Description |
---|
License() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getUrl() |
boolean |
isOsiApproved() |
void |
setName(String name) |
void |
setOsiApproved(boolean osiApproved) |
void |
setUrl(String url) |