yawda.view.portlet
Class CChangeLanguagePortlet.CLang

java.lang.Object
  extended byyawda.view.portlet.CChangeLanguagePortlet.CLang
Enclosing class:
CChangeLanguagePortlet

public static class CChangeLanguagePortlet.CLang
extends Object


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

Constructor Detail

CChangeLanguagePortlet.CLang

public CChangeLanguagePortlet.CLang(String name,
                                    String displayName,
                                    String image,
                                    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.

getImage

public String getImage()
Returns:
Returns the image.