Package org.apache.maven.doxia.site
Class Skin
java.lang.Object
org.apache.maven.doxia.site.Skin
- All Implemented Interfaces:
Serializable
,Cloneable
A skin artifact declaration.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Method clone.boolean
Method equals.Get the skin artifact ID.Get the skin group ID.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.toString()
Method toString.
-
Constructor Details
-
Skin
public Skin()
-
-
Method Details
-
clone
Method clone. -
equals
Method equals. -
getArtifactId
Get the skin artifact ID.- Returns:
- String
-
getGroupId
Get the skin group ID.- Returns:
- String
-
getVersion
Get the skin version.- Returns:
- String
-
hashCode
public int hashCode()Method hashCode. -
setArtifactId
Set the skin artifact ID.- Parameters:
artifactId
- a artifactId object.
-
setGroupId
Set the skin group ID.- Parameters:
groupId
- a groupId object.
-
setVersion
Set the skin version.- Parameters:
version
- a version object.
-
toString
Method toString.
-