Modifier and Type | Class and Description |
---|---|
static class |
ActivityCodeValue.Builder
ActivityCodeValue builder.
|
Modifier and Type | Method and Description |
---|---|
ActivityCode |
getActivityCode()
Deprecated.
use getParentCode instead
|
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()
Deprecated.
use getParentValue
|
ActivityCode |
getParentCode()
Retrieve the parent Code.
|
Integer |
getParentCodeUniqueID()
Retrieve the parent code's unique ID.
|
Integer |
getParentUniqueID()
Deprecated.
use getParentValueUniqueID
|
ActivityCodeValue |
getParentValue()
Retrieve the parent ActivityCodeValue.
|
Integer |
getParentValueUniqueID()
Retrieve the parent ActivityCodeValue unique ID.
|
Integer |
getSequenceNumber()
Retrieves the sequence number for this value.
|
ActivityCode |
getType()
Deprecated.
use getParentCode instead
|
Integer |
getUniqueID()
Retrieves the unique ID for this value.
|
String |
toString() |
@Deprecated public ActivityCode getType()
@Deprecated public ActivityCode getActivityCode()
public ActivityCode getParentCode()
CodeValue
getParentCode
in interface CodeValue
public Integer getParentCodeUniqueID()
CodeValue
getParentCodeUniqueID
in interface CodeValue
public Integer getUniqueID()
getUniqueID
in interface CodeValue
public Integer getSequenceNumber()
getSequenceNumber
in interface CodeValue
public String getName()
public String getDescription()
getDescription
in interface CodeValue
public Color getColor()
@Deprecated public ActivityCodeValue getParent()
public ActivityCodeValue getParentValue()
@Deprecated public Integer getParentUniqueID()
public Integer getParentValueUniqueID()
getParentValueUniqueID
in interface CodeValue
public List<ActivityCodeValue> getChildValues()
getChildValues
in interface CodeValue
Copyright © 2000–2024 Packwood Software. All rights reserved.