com.filenet.api.admin
Interface LocalizedString

All Superinterfaces:
DependentObject, EngineObject, RepositoryObject, java.io.Serializable

public interface LocalizedString
extends RepositoryObject, EngineObject, DependentObject

Provides a means of support for locale-specific display names and descriptive text used by a class definition or property template.

You can create an instance of a LocalizedString object by calling the createInstance method on the Factory.LocalizedString class.

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: GenericObject


Method Summary
 Id get_Id()
          Returns the value of the Id property.
 java.lang.String get_LocaleName()
          Returns the value of the LocaleName property.
 java.lang.String get_LocalizedText()
          Returns the value of the LocalizedText property.
 void set_LocaleName(java.lang.String value)
          Sets the value of the LocaleName property.
 void set_LocalizedText(java.lang.String value)
          Sets the value of the LocalizedText property.
 
Methods inherited from interface com.filenet.api.core.RepositoryObject
getObjectStore
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_LocaleName

java.lang.String get_LocaleName()
Returns the value of the LocaleName property. For more information, see LocaleName Property.


set_LocaleName

void set_LocaleName(java.lang.String value)
Sets the value of the LocaleName property. For more information, see LocaleName Property.


get_LocalizedText

java.lang.String get_LocalizedText()
Returns the value of the LocalizedText property. For more information, see LocalizedText Property.


set_LocalizedText

void set_LocalizedText(java.lang.String value)
Sets the value of the LocalizedText property. For more information, see LocalizedText Property.


get_Id

Id get_Id()
Returns the value of the Id property. For more information, see Id Property.



© Copyright IBM Corporation 2006, 2009. All rights reserved.