public class RemoteDescriptor_Proxy extends MappedObject_Proxy<RemoteDescriptor> implements Descriptor
| Constructor and Description |
|---|
RemoteDescriptor_Proxy(RemoteDescriptor remoteObject) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the description of this object for the default locale.
|
String |
getDescription(Locale arg0)
Returns the description of this object.
|
String |
getGUIName()
Returns the GUI name for this object.
|
String |
getGUIName(Locale arg0)
Returns the GUI name for this object in a specified preferred language.
|
LocalizedString |
getLocalizedDescription()
Returns the set of (localized) descriptions of this object.
|
LocalizedString |
getLocalizedGUIName()
Returns the set of (localized) gui names of this object.
|
String |
getName()
Returns the name or 'key' of this object, or
null if not applicable. |
RemoteDescriptor |
getWrappedObject() |
void |
setDescription(String arg0)
Sets the description of this object for the default locale.
|
void |
setDescription(String arg0,
Locale arg1)
Sets the description of this object.
|
void |
setGUIName(String arg0)
Sets the GUI name of this object for the default locale.
|
void |
setGUIName(String arg0,
Locale arg1)
Sets the GUI name of this object.
|
equals, getMapperCode, hashCode, toStringpublic RemoteDescriptor_Proxy(RemoteDescriptor remoteObject)
public LocalizedString getLocalizedDescription()
DescriptorgetLocalizedDescription in interface Descriptorpublic LocalizedString getLocalizedGUIName()
DescriptorgetLocalizedGUIName in interface Descriptorpublic void setGUIName(String arg0, Locale arg1)
DescriptorsetGUIName in interface Descriptorarg0 - the description as a Stringarg1 - The locale for which this is valid, or null for the default locale.public void setGUIName(String arg0)
DescriptorsetGUIName in interface Descriptorarg0 - the description as a Stringpublic String getGUIName(Locale arg0)
DescriptorgetGUIName in interface Descriptorarg0 - the locale that determines the language for the GUI namepublic String getGUIName()
DescriptorgetGUIName in interface Descriptorpublic String getDescription()
DescriptorgetDescription in interface Descriptorpublic String getDescription(Locale arg0)
DescriptorgetDescription in interface Descriptorarg0 - The locale for which this must be returned, or null for a default locale.
If no fitting description for the given locale is available, getName() can be returned.public void setDescription(String arg0, Locale arg1)
DescriptorsetDescription in interface Descriptorarg0 - the description as a Stringarg1 - The locale for which this is valid, or null for a default locale.public void setDescription(String arg0)
DescriptorsetDescription in interface Descriptorarg0 - the description as a Stringpublic String getName()
Descriptornull if not applicable.getName in interface Descriptorpublic RemoteDescriptor getWrappedObject()
getWrappedObject in interface MappedObjectgetWrappedObject in class MappedObject_Proxy<RemoteDescriptor>MMBase 1.9-SNAPSHOT - ${javadoctimestamp}