org.apache.cocoon.portal.layout
Class SkinDescription

java.lang.Object
  extended by org.apache.cocoon.portal.layout.SkinDescription

public class SkinDescription
extends Object

Version:
CVS $Id: SkinDescription.html 1304258 2012-03-23 10:09:27Z ilgrosso $

Field Summary
protected  String basePath
           
protected  String name
           
protected  String thumbnailPath
           
 
Constructor Summary
SkinDescription()
           
 
Method Summary
 String getBasePath()
           
 String getName()
           
 String getThumbnailPath()
           
 void setBasePath(String basePath)
           
 void setName(String name)
           
 void setThumbnailPath(String thumbnailPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

basePath

protected String basePath

thumbnailPath

protected String thumbnailPath
Constructor Detail

SkinDescription

public SkinDescription()
Method Detail

getBasePath

public String getBasePath()
Returns:
Returns the basePath.

setBasePath

public void setBasePath(String basePath)
Parameters:
basePath - The basePath to set.

getName

public String getName()
Returns:
Returns the name.

setName

public void setName(String name)
Parameters:
name - The name to set.

getThumbnailPath

public String getThumbnailPath()
Returns:
Returns the thumbnailPath.

setThumbnailPath

public void setThumbnailPath(String thumbnailPath)
Parameters:
thumbnailPath - The thumbnailPath to set.


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.