public class Skin extends Object implements Serializable, Cloneable
Constructor and Description |
---|
Skin() |
Modifier and Type | Method and Description |
---|---|
Skin |
clone()
Method clone.
|
boolean |
equals(Object other)
Method equals.
|
String |
getArtifactId()
Get the skin artifact ID.
|
String |
getGroupId()
Get the skin group ID.
|
String |
getVersion()
Get the skin version.
|
int |
hashCode()
Method hashCode.
|
void |
setArtifactId(String artifactId)
Set the skin artifact ID.
|
void |
setGroupId(String groupId)
Set the skin group ID.
|
void |
setVersion(String version)
Set the skin version.
|
String |
toString()
Method toString.
|
public boolean equals(Object other)
public String getArtifactId()
public String getGroupId()
public String getVersion()
public void setArtifactId(String artifactId)
artifactId
- a artifactId object.public void setGroupId(String groupId)
groupId
- a groupId object.public void setVersion(String version)
version
- a version object.Copyright © 2005–2023 The Apache Software Foundation. All rights reserved.