org.infoglue.deliver.portal.om
Class LanguageImpl

java.lang.Object
  extended by org.infoglue.deliver.portal.om.LanguageImpl
All Implemented Interfaces:
org.apache.pluto.om.common.Language, org.apache.pluto.om.Model

public class LanguageImpl
extends java.lang.Object
implements org.apache.pluto.om.common.Language

Dummy implementation of interface

Author:
Jöran TODO Implement this!

Constructor Summary
LanguageImpl()
           
 
Method Summary
 java.util.Iterator getKeywords()
           
 java.util.Locale getLocale()
           
 java.util.ResourceBundle getResourceBundle()
           
 java.lang.String getShortTitle()
           
 java.lang.String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LanguageImpl

public LanguageImpl()
Method Detail

getLocale

public java.util.Locale getLocale()
Specified by:
getLocale in interface org.apache.pluto.om.common.Language

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface org.apache.pluto.om.common.Language

getShortTitle

public java.lang.String getShortTitle()
Specified by:
getShortTitle in interface org.apache.pluto.om.common.Language

getKeywords

public java.util.Iterator getKeywords()
Specified by:
getKeywords in interface org.apache.pluto.om.common.Language

getResourceBundle

public java.util.ResourceBundle getResourceBundle()
Specified by:
getResourceBundle in interface org.apache.pluto.om.common.Language


Copyright © 2005 InfoGlue.org All Rights Reserved.