Uses of Enum Class
net.pricefx.domain.ApprovalState
-
Uses of ApprovalState in net.pricefx.domain
Modifier and TypeMethodDescriptionPriceGrid.getApprovalState()
Pricelist.getApprovalState()
static ApprovalState
Returns the enum constant of this class with the specified name.static ApprovalState[]
ApprovalState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
PriceGrid.setApprovalState
(ApprovalState approvalState) void
Pricelist.setApprovalState
(ApprovalState approvalState)