com.ibm.mashups.enabler
Interface DefaultLocalized


public DefaultLocalized

Read-Only interface providing methods to obtain default title, description, and locale


Method Summary
 String getDefaultLocale()
           Returns the default locale.
 String getDefaultTitle()
           Returns the default title.
 String getDefaultDescription()
           Returns the default description of this object.
 

Method Detail

getDefaultLocale

String getDefaultLocale()
Returns the default locale.

Returns:
the default locale; may be null.

getDefaultTitle

String getDefaultTitle()
Returns the default title.

Returns:
the default title of this node; may be null.

getDefaultDescription

String getDefaultDescription()
Returns the default description of this object.

Returns:
the default description; may be null.


Copyright IBM Corp. 2010 All Rights Reserved.