org.apache.maven.doxia.site.decoration

Class Skin

public class Skin extends Object implements Serializable

An skin artifact declaration

Version: $Revision$ $Date$

Method Summary
booleanequals(Object other)
Method equals
StringgetArtifactId()
Get The artifact ID
static SkingetDefaultSkin()
StringgetGroupId()
Get The group ID
StringgetModelEncoding()
StringgetVersion()
Get The version
inthashCode()
Method hashCode
voidsetArtifactId(String artifactId)
Set The artifact ID
voidsetGroupId(String groupId)
Set The group ID
voidsetModelEncoding(String modelEncoding)
voidsetVersion(String version)
Set The version
StringtoString()
Method toString

Method Detail

equals

public boolean equals(Object other)
Method equals

Parameters: other

getArtifactId

public String getArtifactId()
Get The artifact ID

getDefaultSkin

public static Skin getDefaultSkin()

getGroupId

public String getGroupId()
Get The group ID

getModelEncoding

public String getModelEncoding()

getVersion

public String getVersion()
Get The version

hashCode

public int hashCode()
Method hashCode

setArtifactId

public void setArtifactId(String artifactId)
Set The artifact ID

Parameters: artifactId

setGroupId

public void setGroupId(String groupId)
Set The group ID

Parameters: groupId

setModelEncoding

public void setModelEncoding(String modelEncoding)

setVersion

public void setVersion(String version)
Set The version

Parameters: version

toString

public String toString()
Method toString
Copyright © {inceptionYear}-2008 null. All Rights Reserved.