public class BillingDocumentItemPartner extends Entity<BillingDocumentItemPartner>
Modifier and Type | Class and Description |
---|---|
static class |
BillingDocumentItemPartner.BillingDocumentItemPartnerBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityField<BillingDocumentItemPartner,String> |
BILLING_DOCUMENT
Use with available fluent helpers to apply the BillingDocument field to query operations.
|
static EntityField<BillingDocumentItemPartner,String> |
BILLING_DOCUMENT_ITEM
Use with available fluent helpers to apply the BillingDocumentItem field to query operations.
|
static EntityField<BillingDocumentItemPartner,String> |
CONTACT_PERSON
Use with available fluent helpers to apply the ContactPerson field to query operations.
|
static EntityField<BillingDocumentItemPartner,String> |
CUSTOMER
Use with available fluent helpers to apply the Customer field to query operations.
|
static EntityField<BillingDocumentItemPartner,String> |
PARTNER_FUNCTION
Use with available fluent helpers to apply the PartnerFunction field to query operations.
|
static EntityField<BillingDocumentItemPartner,String> |
PERSONNEL
Use with available fluent helpers to apply the Personnel field to query operations.
|
static EntityField<BillingDocumentItemPartner,String> |
SUPPLIER
Use with available fluent helpers to apply the Supplier field to query operations.
|
Constructor and Description |
---|
BillingDocumentItemPartner() |
BillingDocumentItemPartner(String billingDocument,
String billingDocumentItem,
String partnerFunction,
String customer,
String supplier,
String personnel,
String contactPerson,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static BillingDocumentItemPartner.BillingDocumentItemPartnerBuilder |
builder() |
boolean |
equals(Object o) |
BillingDocument |
fetchBillingDocument()
Fetches the BillingDocument entity (one to one) associated with this entity.
|
BillingDocumentItem |
fetchBillingDocumentItem()
Fetches the BillingDocumentItem entity (one to one) associated with this entity.
|
static <T> EntityField<BillingDocumentItemPartner,T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getBillingDocument()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getBillingDocumentItem()
(Key Field) Constraints: Not nullable, Maximum length: 6
|
String |
getContactPerson()
Constraints: Not nullable, Maximum length: 10
|
String |
getCustomer()
Constraints: Not nullable, Maximum length: 10
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getPartnerFunction()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getPersonnel()
Constraints: Not nullable, Maximum length: 8
|
String |
getSupplier()
Constraints: Not nullable, Maximum length: 10
|
Class<BillingDocumentItemPartner> |
getType() |
int |
hashCode() |
void |
setBillingDocument(String billingDocument)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setBillingDocumentItem(String billingDocumentItem)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
void |
setContactPerson(String contactPerson)
Constraints: Not nullable, Maximum length: 10
|
void |
setCustomer(String customer)
Constraints: Not nullable, Maximum length: 10
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setPartnerFunction(String partnerFunction)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setPersonnel(String personnel)
Constraints: Not nullable, Maximum length: 8
|
void |
setSupplier(String supplier)
Constraints: Not nullable, Maximum length: 10
|
String |
toString() |
public static final EntityField<BillingDocumentItemPartner,String> BILLING_DOCUMENT
public static final EntityField<BillingDocumentItemPartner,String> BILLING_DOCUMENT_ITEM
public static final EntityField<BillingDocumentItemPartner,String> PARTNER_FUNCTION
public static final EntityField<BillingDocumentItemPartner,String> CUSTOMER
public static final EntityField<BillingDocumentItemPartner,String> SUPPLIER
public static final EntityField<BillingDocumentItemPartner,String> PERSONNEL
public static final EntityField<BillingDocumentItemPartner,String> CONTACT_PERSON
@Generated(value="lombok") public BillingDocumentItemPartner()
@ConstructorProperties(value={"billingDocument","billingDocumentItem","partnerFunction","customer","supplier","personnel","contactPerson","erpConfigContext"}) @Generated(value="lombok") public BillingDocumentItemPartner(@Nullable String billingDocument, @Nullable String billingDocumentItem, @Nullable String partnerFunction, @Nullable String customer, @Nullable String supplier, @Nullable String personnel, @Nullable String contactPerson, ErpConfigContext erpConfigContext)
public Class<BillingDocumentItemPartner> getType()
getType
in class Entity<BillingDocumentItemPartner>
public static <T> EntityField<BillingDocumentItemPartner,T> field(String fieldName, Class<T> fieldType)
fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.public BillingDocument fetchBillingDocument() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
com.sap.cloud.sdk.odatav2.connectivity.ODataException
public BillingDocumentItem fetchBillingDocumentItem() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
com.sap.cloud.sdk.odatav2.connectivity.ODataException
@Generated(value="lombok") public static BillingDocumentItemPartner.BillingDocumentItemPartnerBuilder builder()
@Nullable @Generated(value="lombok") public String getBillingDocument()
@Nullable @Generated(value="lombok") public String getBillingDocumentItem()
@Nullable @Generated(value="lombok") public String getPartnerFunction()
The ship-to party in your system could be abbreviated, for example, to "SH".
@Nullable @Generated(value="lombok") public String getCustomer()
@Nullable @Generated(value="lombok") public String getSupplier()
@Nullable @Generated(value="lombok") public String getPersonnel()
@Nullable @Generated(value="lombok") public String getContactPerson()
@Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setBillingDocument(@Nullable String billingDocument)
billingDocument
- @Generated(value="lombok") public void setBillingDocumentItem(@Nullable String billingDocumentItem)
billingDocumentItem
- @Generated(value="lombok") public void setPartnerFunction(@Nullable String partnerFunction)
The ship-to party in your system could be abbreviated, for example, to "SH".
partnerFunction
- @Generated(value="lombok") public void setCustomer(@Nullable String customer)
customer
- @Generated(value="lombok") public void setSupplier(@Nullable String supplier)
supplier
- @Generated(value="lombok") public void setPersonnel(@Nullable String personnel)
personnel
- @Generated(value="lombok") public void setContactPerson(@Nullable String contactPerson)
contactPerson
- @Generated(value="lombok") public void setErpConfigContext(ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class Entity<BillingDocumentItemPartner>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class Entity<BillingDocumentItemPartner>
@Generated(value="lombok") public int hashCode()
hashCode
in class Entity<BillingDocumentItemPartner>
Copyright © 2017 SAP SE. All rights reserved.