public final class UnitOfMeasure extends Object implements ProjectEntityWithUniqueID
Modifier and Type | Class and Description |
---|---|
static class |
UnitOfMeasure.Builder
Unit of measure builder.
|
Modifier and Type | Method and Description |
---|---|
String |
getAbbreviation()
Retrieve the unit of measure abbreviation.
|
String |
getName()
Retrieve the unit of measure name.
|
Integer |
getSequenceNumber()
Retrieve the unit of measure sequence number.
|
Integer |
getUniqueID()
Retrieve the Unique ID value of the entity.
|
public Integer getUniqueID()
ProjectEntityWithUniqueID
getUniqueID
in interface ProjectEntityWithUniqueID
public String getName()
public String getAbbreviation()
public Integer getSequenceNumber()
Copyright © 2000–2024 Packwood Software. All rights reserved.