public interface GetCatalogEntryAttributesCmd
extends com.ibm.websphere.command.Command
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The copyright information.
|
static java.lang.String |
NAME
Interface name.
|
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(java.lang.String aLanguage,
java.lang.String aName,
java.lang.String aValue)
Adds the attribute for a specific language.
|
java.util.Map |
getAttributes()
Returns a Map object that has attribute maps by language IDs.
|
void |
setAssociatedLanguage(java.lang.String aLanguage)
Sets the associated language ID for the request.
|
void |
setCatalogEntryKey(CatalogEntryKey aCatalogEntryKey)
Sets the key of the CatalogEntry
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
void setCatalogEntryKey(CatalogEntryKey aCatalogEntryKey)
aCatalogEntryKey
- The key of the CatalogEntryvoid setAssociatedLanguage(java.lang.String aLanguage)
aLanguage
- The language IDvoid addAttribute(java.lang.String aLanguage, java.lang.String aName, java.lang.String aValue)
aLanguage
- The language IDaName
- The language specific attribute name.aValue
- The language specific attribute value.java.util.Map getAttributes()