Class Skin
java.lang.Object
org.apache.maven.doxia.site.decoration.Skin
- All Implemented Interfaces:
Serializable, Cloneable
A skin artifact declaration.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Method clone.booleanMethod equals.Get the skin artifact ID.Get the skin group ID.Get the skin version.inthashCode()Method hashCode.voidsetArtifactId(String artifactId) Set the skin artifact ID.voidsetGroupId(String groupId) Set the skin group ID.voidsetVersion(String version) Set the skin version.toString()Method toString.
-
Field Details
-
groupId
The skin group ID. -
artifactId
The skin artifact ID. -
version
The skin version.
-
-
Constructor Details
-
Skin
public Skin()
-
-
Method Details
-
clone
-
equals
-
getArtifactId
-
getGroupId
-
getVersion
-
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
-