yawda.view.portlet
Class CSkinPortlet.CSkin

java.lang.Object
  extended byyawda.view.portlet.CSkinPortlet.CSkin
Enclosing class:
CSkinPortlet

public static class CSkinPortlet.CSkin
extends Object


Constructor Summary
CSkinPortlet.CSkin(String name, String displayName, String description)
           
 
Method Summary
 String getDescription()
           
 String getDisplayName()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSkinPortlet.CSkin

public CSkinPortlet.CSkin(String name,
                          String displayName,
                          String description)
Method Detail

getDescription

public String getDescription()
Returns:
Returns the description.

getDisplayName

public String getDisplayName()
Returns:
Returns the displayName.

getName

public String getName()
Returns:
Returns the name.