public interface Code extends ProjectEntityWithUniqueID
Modifier and Type | Method and Description |
---|---|
List<? extends CodeValue> |
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.
|
List<? extends CodeValue> |
getValues()
Retrieve all values for this code.
|
Integer getUniqueID()
getUniqueID
in interface ProjectEntityWithUniqueID
Integer getSequenceNumber()
String getName()
boolean getSecure()
Integer getMaxLength()
List<? extends CodeValue> getValues()
Copyright © 2000–2025 Packwood Software. All rights reserved.