public interface EContentSpotCacheInvalCmd extends TaskCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
Deprecated.
IBM copyright notice field.
|
static java.lang.String | defaultCommandClassName
Deprecated.
The default implementation class name.
|
static java.lang.String | NAME
Deprecated.
The full class name for this interface file.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | getESpotName()
Deprecated.
Gets the name of the Content Spot that is used in this command.
|
java.lang.String | getLanguageId()
Deprecated.
Gets the language ID that is used in this command.
|
java.lang.String | getStoreEntId()
Deprecated.
Gets the store entity ID that is used in this command.
|
void | setESpotName(java.lang.String string)
Deprecated.
Sets the name of the Content Spot that is used in this command.
|
void | setLanguageId(java.lang.String string)
Deprecated.
Sets the language ID that is used in this command.
|
void | setStoreEntId(java.lang.String string)
Deprecated.
Sets the store entity ID that is used in this command.
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
java.lang.String getESpotName()
java.lang.String getLanguageId()
java.lang.String getStoreEntId()
void setESpotName(java.lang.String string)
void setLanguageId(java.lang.String string)
void setStoreEntId(java.lang.String string)