public class MessageStoreMetaData extends Object
Constructor and Description |
---|
MessageStoreMetaData() |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactContainerName()
Check whether the store is deployed from artifact container
|
boolean |
getIsEdited()
Check whether the store deployed from artifact container is edited through management console
|
String |
getName()
Get the name of the store
|
void |
setArtifactContainerName(String artifactContainerName)
Set whether the store is deployed from artifact container
|
void |
setIsEdited(boolean isEdited)
Set whether the store deployed from artifact container is edited through management console
|
void |
setName(String name)
Set the store name as a metadata
|
public String getName()
public void setName(String name)
name
- store namepublic String getArtifactContainerName()
public void setArtifactContainerName(String artifactContainerName)
artifactContainerName
- true if store deployed from artifact container, else falsepublic boolean getIsEdited()
public void setIsEdited(boolean isEdited)
isEdited
- true if the store is edited, else falseCopyright © 2020 WSO2. All rights reserved.