public class SoftwareLicense extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SoftwareLicense.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
SoftwareLicense(int id,
SoftwareDescription softwareDescription,
int softwareDescriptionId) |
| Modifier and Type | Method and Description |
|---|---|
static SoftwareLicense.Builder |
builder() |
boolean |
equals(Object o) |
int |
getId() |
SoftwareDescription |
getSoftwareDescription() |
int |
getSoftwareDescriptionId() |
int |
hashCode() |
SoftwareLicense.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","softwareDescription","softwareDescriptionId"}) protected SoftwareLicense(int id, @Nullable SoftwareDescription softwareDescription, int softwareDescriptionId)
public int getId()
@Nullable public SoftwareDescription getSoftwareDescription()
public int getSoftwareDescriptionId()
public static SoftwareLicense.Builder builder()
public SoftwareLicense.Builder toBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.