Class Skin
java.lang.Object
org.apache.maven.doxia.site.decoration.Skin
- All Implemented Interfaces:
Serializable
,Cloneable
An skin artifact declaration.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Method clone.boolean
Method equals.Get the skin artifact ID.static Skin
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.
-
Field Details
-
groupId
The skin group ID. -
artifactId
The skin artifact ID. -
version
The skin version.
-
-
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. -
getDefaultSkin
- Returns:
- the default skin
org.apache.maven.skins:maven-default-skin:1.3
.
-