public class Codeset
extends java.lang.Object
Constructor and Description |
---|
Codeset() |
Modifier and Type | Method and Description |
---|---|
Codeset |
addCodeValue(CodeValue codeValue)
Returns the Codeset object by adding the specified CodeValue object to
the codeValues list.
|
Codeset |
addCodeValues(java.util.List<CodeValue> codeValues)
Returns the Codeset object by adding the specified list of CodeValue
objects to the codeValues list.
|
AuditHistory |
getAuditHistory()
Returns the AuditHistory Details.
|
int |
getCategoryId()
Returns the categoryId.
|
java.lang.String |
getChangedDescription()
Returns the changedDescription of codeset.
|
java.util.List<CodeValue> |
getCodeValues()
Returns the list of CodeValue objects where each codeValue Object
contains details like codeName,codeValue,description etc...
|
java.lang.String |
getDescription()
Returns the description.
|
int |
getId()
Returns the id of the codeset.
|
java.lang.String |
getLockedBy()
Returns the lockedBy user of codeset.
|
java.lang.String |
getName()
Returns the name of a codeset .
|
java.util.List<java.lang.String> |
getPublishEnvironments() |
boolean |
getReleaseFlag()
Returns the releaseFlag.
|
java.lang.String |
getStatus()
Returns the status of codeset.
|
float |
getVersion()
Returns the version of codeset.
|
java.lang.String |
getVersionLabel()
Returns the versionLabel of codeset.
|
java.lang.String |
isLocked()
Returns the isLocked state of a codeset.
|
boolean |
isPublished()
Returns the isPublished flag of a codeset.
|
Codeset |
removeCodeValue(CodeValue codeValue)
Returns the Codeset object by removing the specified CodeValue object
from the codeValues list.
|
void |
setAuditHistory(AuditHistory auditHistory)
Method sets the auditHistory details as specified.
|
void |
setCategoryId(int categoryId)
Sets the categoryId as specified.
|
void |
setChangedDescription(java.lang.String changedDescription)
Sets the changedDescription as specified.
|
Codeset |
setCodeValues(java.util.List<CodeValue> codeValues)
Returns the Codeset object by adding the specified list of CodeValue
objects to the codeValues list.
|
void |
setDescription(java.lang.String description)
Sets the description as specified.
|
void |
setId(int id)
Sets the id of codeset as specified.
|
void |
setLocked(java.lang.String isLocked)
Sets the isLocked as specified.
|
void |
setLockedBy(java.lang.String lockedBy)
Sets the lockedBy as specified.
|
void |
setName(java.lang.String name)
Sets the name of a codeset as specified.
|
void |
setPublished(boolean isPublished)
Sets the isPublished as specified.
|
void |
setPublishEnvironments(java.util.List<java.lang.String> publishEnvironments) |
void |
setReleaseFlag(boolean releaseFlag)
Sets the releaseFlag as specified.
|
void |
setStatus(java.lang.String status)
Sets the status as specified.
|
void |
setVersion(float version)
Sets the version as specified.
|
void |
setVersionLabel(java.lang.String versionLabel)
Sets the versionLabel as specified.
|
public boolean getReleaseFlag()
public void setReleaseFlag(boolean releaseFlag)
releaseFlag
- booleanpublic int getId()
public void setId(int id)
id
- intpublic int getCategoryId()
public void setCategoryId(int categoryId)
categoryId
- intpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- Stringpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- Stringpublic java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
- Stringpublic float getVersion()
public void setVersion(float version)
version
- Stringpublic java.lang.String getVersionLabel()
public void setVersionLabel(java.lang.String versionLabel)
versionLabel
- Stringpublic java.lang.String getChangedDescription()
public void setChangedDescription(java.lang.String changedDescription)
changedDescription
- Stringpublic boolean isPublished()
public void setPublished(boolean isPublished)
isPublished
- booleanpublic java.lang.String isLocked()
public void setLocked(java.lang.String isLocked)
isLocked
- Stringpublic java.lang.String getLockedBy()
public void setLockedBy(java.lang.String lockedBy)
lockedBy
- Stringpublic java.util.List<CodeValue> getCodeValues()
public Codeset setCodeValues(java.util.List<CodeValue> codeValues)
codeValues
- Listpublic Codeset addCodeValues(java.util.List<CodeValue> codeValues)
codeValues
- Listpublic Codeset addCodeValue(CodeValue codeValue)
codeValue
- CodeValuepublic Codeset removeCodeValue(CodeValue codeValue)
codeValue
- CodeValuepublic AuditHistory getAuditHistory()
public void setAuditHistory(AuditHistory auditHistory)
auditHistory
- AuditHistorypublic java.util.List<java.lang.String> getPublishEnvironments()
public void setPublishEnvironments(java.util.List<java.lang.String> publishEnvironments)
publishEnvironments
- the publishEnvironments to set