public class BaseMediaDirSubItem
extends java.lang.Object
Constructor and Description |
---|
BaseMediaDirSubItem() |
Modifier and Type | Method and Description |
---|---|
void |
addParam(java.lang.String key,
java.lang.String value)
Used to add a parameter of the store/store/action to it's configuration.
|
java.lang.String |
getID()
Used to get the ID of the store/store/action.
|
int |
getNumber()
Used to get the index number of the store within the configuration
|
java.util.Map<java.lang.String,java.lang.String> |
getParams()
Used to get the key/value pair parameters of the store/store/action.
|
void |
setID(java.lang.String id)
Used to set the ID of the store/store/action.
|
void |
setNumber(int num)
Used set the index number of the store within the configuration
|
void |
setParameters(java.util.Map<java.lang.String,java.lang.String> parameters)
Used to set the parameters
|
java.lang.String |
toString() |
public java.lang.String getID()
public void setID(java.lang.String id)
id
- The ID of the store.public java.util.Map<java.lang.String,java.lang.String> getParams()
public void addParam(java.lang.String key, java.lang.String value)
key
- The key of the parametervalue
- The value of the parameterpublic java.lang.String toString()
toString
in class java.lang.Object
public void setParameters(java.util.Map<java.lang.String,java.lang.String> parameters)
parameters
- The parameterspublic void setNumber(int num)
num
- the index number of the store within the configurationpublic int getNumber()