public final class RoleCode extends Object implements Code
| Modifier and Type | Class and Description |
|---|---|
static class |
RoleCode.Builder
RoleCode builder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(RoleCodeValue value)
Add value to this code.
|
List<RoleCodeValue> |
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.
|
RoleCodeValue |
getValueByUniqueID(Integer id)
Retrieve a value by unique ID.
|
List<RoleCodeValue> |
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<RoleCodeValue> getValues()
Codepublic List<RoleCodeValue> getChildValues()
CodegetChildValues in interface Codepublic void addValue(RoleCodeValue value)
value - new valuepublic RoleCodeValue getValueByUniqueID(Integer id)
id - unique IDCopyright © 2000–2025 MPXJ. All rights reserved.