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