org.apache.cocoon.portal.layout
Class SkinDescription
java.lang.Object
org.apache.cocoon.portal.layout.SkinDescription
public class SkinDescription
- extends Object
- Version:
- CVS $Id: SkinDescription.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
basePath
protected String basePath
thumbnailPath
protected String thumbnailPath
SkinDescription
public SkinDescription()
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.