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()
Code
getUniqueID
in interface Code
getUniqueID
in interface ProjectEntityWithUniqueID
public Integer getSequenceNumber()
Code
getSequenceNumber
in interface Code
public String getName()
Code
public boolean getSecure()
Code
public Integer getMaxLength()
Code
getMaxLength
in interface Code
public List<ProjectCodeValue> getValues()
Code
public List<ProjectCodeValue> getChildValues()
Code
getChildValues
in interface Code
public void addValue(ProjectCodeValue value)
value
- new valuepublic ProjectCodeValue getValueByUniqueID(Integer id)
id
- unique IDCopyright © 2000–2024 Packwood Software. All rights reserved.