public final class ProjectCode extends Object implements Code
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectCode.Builder
ProjectCode builder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(ProjectCodeValue value)
Add value to this code.
|
List<ProjectCodeValue> |
getChildValues()
Retrieve the immediate child values for this code.
|
Integer |
getMaxLength()
Retrieve the max length.
|
String |
getName()
Retrieve the project code name.
|
boolean |
getSecure()
Retrieve the secure flag.
|
Integer |
getSequenceNumber()
Retrieve the sequence number of this project code.
|
Integer |
getUniqueID()
Retrieve the project code unique ID.
|
ProjectCodeValue |
getValueByUniqueID(Integer id)
Retrieve a value by unique ID.
|
List<ProjectCodeValue> |
getValues()
Retrieve all values for this code.
|
public Integer getUniqueID()
CodegetUniqueID in interface CodegetUniqueID in interface ProjectEntityWithUniqueIDpublic Integer getSequenceNumber()
CodegetSequenceNumber in interface Codepublic String getName()
Codepublic boolean getSecure()
Codepublic Integer getMaxLength()
CodegetMaxLength in interface Codepublic List<ProjectCodeValue> getValues()
Codepublic List<ProjectCodeValue> getChildValues()
CodegetChildValues in interface Codepublic void addValue(ProjectCodeValue value)
value - new valuepublic ProjectCodeValue getValueByUniqueID(Integer id)
id - unique IDCopyright © 2000–2025 MPXJ. All rights reserved.