org.apache.maven.doxia.site.decoration
Class Skin

java.lang.Object
  extended by org.apache.maven.doxia.site.decoration.Skin
All Implemented Interfaces:
Serializable, Cloneable

public class Skin
extends Object
implements Serializable, Cloneable

An skin artifact declaration.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Skin()
           
 
Method Summary
 Skin clone()
          Method clone.
 boolean equals(Object other)
          Method equals.
 String getArtifactId()
          Get the skin artifact ID.
static Skin getDefaultSkin()
           
 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.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Skin

public Skin()
Method Detail

clone

public Skin clone()
Method clone.

Overrides:
clone in class Object
Returns:
Skin

equals

public boolean equals(Object other)
Method equals.

Overrides:
equals in class Object
Parameters:
other -
Returns:
boolean

getArtifactId

public String getArtifactId()
Get the skin artifact ID.

Returns:
String

getGroupId

public String getGroupId()
Get the skin group ID.

Returns:
String

getVersion

public String getVersion()
Get the skin version.

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class Object
Returns:
int

setArtifactId

public void setArtifactId(String artifactId)
Set the skin artifact ID.

Parameters:
artifactId -

setGroupId

public void setGroupId(String groupId)
Set the skin group ID.

Parameters:
groupId -

setVersion

public void setVersion(String version)
Set the skin version.

Parameters:
version -

toString

public String toString()
Method toString.

Overrides:
toString in class Object
Returns:
String

getDefaultSkin

public static Skin getDefaultSkin()
Returns:
the default skin org.apache.maven.skins:maven-default-skin:1.0.


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.