Package org.apache.maven.doxia.site
Class Skin
- java.lang.Object
-
- org.apache.maven.doxia.site.Skin
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable
public class Skin extends java.lang.Object implements java.io.Serializable, java.lang.CloneableA skin artifact declaration.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Skin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Skinclone()Method clone.booleanequals(java.lang.Object other)Method equals.java.lang.StringgetArtifactId()Get the skin artifact ID.java.lang.StringgetGroupId()Get the skin group ID.java.lang.StringgetVersion()Get the skin version.inthashCode()Method hashCode.voidsetArtifactId(java.lang.String artifactId)Set the skin artifact ID.voidsetGroupId(java.lang.String groupId)Set the skin group ID.voidsetVersion(java.lang.String version)Set the skin version.java.lang.StringtoString()Method toString.
-
-
-
Method Detail
-
clone
public Skin clone()
Method clone.- Overrides:
clonein classjava.lang.Object- Returns:
- Skin
-
equals
public boolean equals(java.lang.Object other)
Method equals.- Overrides:
equalsin classjava.lang.Object- Parameters:
other- a other object.- Returns:
- boolean
-
getArtifactId
public java.lang.String getArtifactId()
Get the skin artifact ID.- Returns:
- String
-
getGroupId
public java.lang.String getGroupId()
Get the skin group ID.- Returns:
- String
-
getVersion
public java.lang.String getVersion()
Get the skin version.- Returns:
- String
-
hashCode
public int hashCode()
Method hashCode.- Overrides:
hashCodein classjava.lang.Object- Returns:
- int
-
setArtifactId
public void setArtifactId(java.lang.String artifactId)
Set the skin artifact ID.- Parameters:
artifactId- a artifactId object.
-
setGroupId
public void setGroupId(java.lang.String groupId)
Set the skin group ID.- Parameters:
groupId- a groupId object.
-
setVersion
public void setVersion(java.lang.String version)
Set the skin version.- Parameters:
version- a version object.
-
toString
public java.lang.String toString()
Method toString.- Overrides:
toStringin classjava.lang.Object- Returns:
- String
-
-