Package | Description |
---|---|
com.intuit.ipp.data |
Copyright (c) 2017 Intuit
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
com.intuit.ipp.serialization.custom |
Modifier and Type | Field and Description |
---|---|
protected PrintStatusEnum |
SalesTransaction.printStatus |
protected PrintStatusEnum |
PurchaseOrder.printStatus |
protected PrintStatusEnum |
Purchase.printStatus |
protected PrintStatusEnum |
CheckPurchase.printStatus |
protected PrintStatusEnum |
BillPaymentCheck.printStatus |
Modifier and Type | Method and Description |
---|---|
static PrintStatusEnum |
PrintStatusEnum.fromValue(String v) |
PrintStatusEnum |
SalesTransaction.getPrintStatus()
Gets the value of the printStatus property.
|
PrintStatusEnum |
PurchaseOrder.getPrintStatus()
Gets the value of the printStatus property.
|
PrintStatusEnum |
Purchase.getPrintStatus()
Gets the value of the printStatus property.
|
PrintStatusEnum |
CheckPurchase.getPrintStatus()
Gets the value of the printStatus property.
|
PrintStatusEnum |
BillPaymentCheck.getPrintStatus()
Gets the value of the printStatus property.
|
static PrintStatusEnum |
PrintStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrintStatusEnum[] |
PrintStatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SalesTransaction.setPrintStatus(PrintStatusEnum value)
Sets the value of the printStatus property.
|
void |
PurchaseOrder.setPrintStatus(PrintStatusEnum value)
Sets the value of the printStatus property.
|
void |
Purchase.setPrintStatus(PrintStatusEnum value)
Sets the value of the printStatus property.
|
void |
CheckPurchase.setPrintStatus(PrintStatusEnum value)
Sets the value of the printStatus property.
|
void |
BillPaymentCheck.setPrintStatus(PrintStatusEnum value)
Sets the value of the printStatus property.
|
Modifier and Type | Method and Description |
---|---|
void |
PrintStatusEnumJsonSerializer.serialize(PrintStatusEnum value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2017. All rights reserved.