public final class ActivityCode extends Object implements Code
Modifier and Type | Class and Description |
---|---|
static class |
ActivityCode.Builder
ActivityCode builder.
|
Modifier and Type | Method and Description |
---|---|
void |
addValue(ActivityCodeValue value)
Add a value to this activity code.
|
List<ActivityCodeValue> |
getChildValues()
Retrieve a list of top level values for his activity code.
|
Integer |
getMaxLength()
Retrieve the max length.
|
String |
getName()
Retrieve the activity code name.
|
ActivityCodeScope |
getScope()
Retrieve the scope of this activity code.
|
Integer |
getScopeEpsUniqueID()
Scope EPS unique ID.
|
Integer |
getScopeProjectUniqueID()
Scope project unique ID.
|
boolean |
getSecure()
Retrieve the secure flag.
|
Integer |
getSequenceNumber()
Retrieve the sequence number of this activity code.
|
Integer |
getUniqueID()
Retrieve the activity code unique ID.
|
ActivityCodeValue |
getValueByUniqueID(Integer id)
Retrieve a value belonging to this activity code using its unique ID.
|
List<ActivityCodeValue> |
getValues()
Retrieve a list of all values for this activity code,
including child values from the hierarchy.
|
public Integer getUniqueID()
getUniqueID
in interface Code
getUniqueID
in interface ProjectEntityWithUniqueID
public ActivityCodeScope getScope()
public Integer getScopeProjectUniqueID()
public Integer getScopeEpsUniqueID()
public Integer getSequenceNumber()
getSequenceNumber
in interface Code
public String getName()
public boolean getSecure()
public Integer getMaxLength()
getMaxLength
in interface Code
public List<ActivityCodeValue> getValues()
public List<ActivityCodeValue> getChildValues()
getChildValues
in interface Code
public void addValue(ActivityCodeValue value)
value
- activity code valuepublic ActivityCodeValue getValueByUniqueID(Integer id)
id
- activity code value unique IDCopyright © 2000–2024 Packwood Software. All rights reserved.