public final class ActivityCodeValue extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ActivityCodeValue.Builder
ActivityCodeValue builder.
|
Modifier and Type | Method and Description |
---|---|
List<ActivityCodeValue> |
getChildValues()
Retrieve any children of this value.
|
Color |
getColor()
Retrieves the color associated with this value.
|
String |
getDescription()
Retrieves the value description.
|
String |
getName()
Retrieves the value name.
|
ActivityCodeValue |
getParent()
Retrieve the parent ActivityCodeValue.
|
Integer |
getParentUniqueID()
Retrieve the parent ActivityCodeValue unique ID.
|
Integer |
getSequenceNumber()
Retrieves the sequence number for this value.
|
ActivityCode |
getType()
Retrieves the parent activity code type.
|
Integer |
getUniqueID()
Retrieves the unique ID for this value.
|
String |
toString() |
public ActivityCode getType()
public Integer getUniqueID()
public Integer getSequenceNumber()
public String getName()
public String getDescription()
public Color getColor()
public ActivityCodeValue getParent()
public Integer getParentUniqueID()
public List<ActivityCodeValue> getChildValues()
Copyright © 2000–2024 Packwood Software. All rights reserved.