Package | Description |
---|---|
com.crm.dataobject.accounts | |
com.crm.dataobject.billing |
Modifier and Type | Method and Description |
---|---|
BillStatus |
CRMDOAccountReceivable.getBillStatusFilter() |
Modifier and Type | Method and Description |
---|---|
void |
CRMDOAccountReceivable.setBillStatusFilter(BillStatus billStatusFilter) |
Modifier and Type | Method and Description |
---|---|
BillStatus |
CRMDOBill.getStatus() |
BillStatus |
BillSearchCriteria.getStatus() |
static BillStatus |
BillStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BillStatus[] |
BillStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CRMDOBill.setStatus(BillStatus status) |
void |
BillSearchCriteria.setStatus(BillStatus status) |