public class EntryData extends Object
EntryData
, the place holder for entry dataConstructor and Description |
---|
EntryData() |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactContainerName()
Get the artifactContainer of the local entry which deployed from
|
String |
getDescription() |
boolean |
getIsEdited()
Get the edit state of the local entry
|
String |
getName() |
String |
getType() |
String |
getValue() |
void |
setArtifactContainerName(String artifactContainerName)
Set the local entry artifact container name as a metadata
|
void |
setDescription(String description) |
void |
setIsEdited(boolean isEdited)
Set the edit state of the local entry as a metadata
|
void |
setName(String name) |
void |
setType(String type) |
void |
setValue(String value) |
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public String getType()
public void setType(String type)
public String getDescription()
public void setDescription(String description)
public String getArtifactContainerName()
public void setArtifactContainerName(String artifactContainerName)
artifactContainerName
- local entry namepublic boolean getIsEdited()
public void setIsEdited(boolean isEdited)
isEdited
- local entry nameCopyright © 2019 WSO2. All rights reserved.