public class Artifact extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
Artifact() |
| Modifier and Type | Method and Description |
|---|---|
Artifact |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
Returns the value of the Description property for this object.
|
String |
getURL()
Returns the value of the URL property for this object.
|
int |
hashCode() |
void |
setDescription(String description)
Sets the value of the Description property for this object.
|
void |
setURL(String uRL)
Sets the value of the URL property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Artifact |
withDescription(String description)
Sets the value of the Description property for this object.
|
Artifact |
withURL(String uRL)
Sets the value of the URL property for this object.
|
public void setDescription(String description)
description - The new value for the Description property for this object.public String getDescription()
public Artifact withDescription(String description)
description - The new value for the Description property for this object.public void setURL(String uRL)
uRL - The new value for the URL property for this object.public String getURL()
public Artifact withURL(String uRL)
uRL - The new value for the URL property for this object.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.