public class Patch extends Object
| Constructor and Description |
|---|
Patch(String id,
URL url,
Codebase codebase,
PatchStatus status) |
Patch(String id,
URL url,
Codebase codebase,
PatchStatus status,
String description) |
| Modifier and Type | Method and Description |
|---|---|
Codebase |
getCodebase() |
String |
getDescription() |
String |
getId() |
PatchStatus |
getStatus() |
URL |
getURL() |
void |
setDescription(String description) |
void |
setStatus(PatchStatus status) |
String |
toString() |
public Patch(String id, URL url, Codebase codebase, PatchStatus status, String description)
public Patch(String id, URL url, Codebase codebase, PatchStatus status)
public String getId()
public URL getURL()
public Codebase getCodebase()
public PatchStatus getStatus()
public void setStatus(PatchStatus status)
public String getDescription()
public void setDescription(String description)
Copyright © 2016 JBoss by Red Hat. All rights reserved.