Package org.wso2.carbon.localentry.dos
Class EntryData
- java.lang.Object
-
- org.wso2.carbon.localentry.dos.EntryData
-
public class EntryData extends Object
EntryData
, the place holder for entry data
-
-
Constructor Summary
Constructors Constructor Description EntryData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArtifactContainerName()
Get the artifactContainer of the local entry which deployed fromString
getDescription()
boolean
getIsEdited()
Get the edit state of the local entryString
getName()
String
getType()
String
getValue()
void
setArtifactContainerName(String artifactContainerName)
Set the local entry artifact container name as a metadatavoid
setDescription(String description)
void
setIsEdited(boolean isEdited)
Set the edit state of the local entry as a metadatavoid
setName(String name)
void
setType(String type)
void
setValue(String value)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getArtifactContainerName
public String getArtifactContainerName()
Get the artifactContainer of the local entry which deployed from- Returns:
- local entry description
-
setArtifactContainerName
public void setArtifactContainerName(String artifactContainerName)
Set the local entry artifact container name as a metadata- Parameters:
artifactContainerName
- local entry name
-
getIsEdited
public boolean getIsEdited()
Get the edit state of the local entry- Returns:
- local entry description
-
setIsEdited
public void setIsEdited(boolean isEdited)
Set the edit state of the local entry as a metadata- Parameters:
isEdited
- local entry name
-
-