public class PostingInAccountingCoPaAcctAssignmentCharacteristic extends Object
Structure: BAPIACKECR
Modifier and Type | Class and Description |
---|---|
static class |
PostingInAccountingCoPaAcctAssignmentCharacteristic.PostingInAccountingCoPaAcctAssignmentCharacteristicBuilder |
Modifier and Type | Method and Description |
---|---|
static PostingInAccountingCoPaAcctAssignmentCharacteristic.PostingInAccountingCoPaAcctAssignmentCharacteristicBuilder |
builder() |
boolean |
equals(Object o) |
String |
getCharacter()
Field name: CHARACTER
|
LocalFieldName |
getFieldname()
Field name: FIELDNAME
|
AccountingDocumentLineItemNumber |
getItemnoAcc()
Field name: ITEMNO_ACC
|
int |
hashCode() |
void |
setCharacter(String character)
Field name: CHARACTER
|
void |
setFieldname(LocalFieldName fieldname)
Field name: FIELDNAME
|
void |
setItemnoAcc(AccountingDocumentLineItemNumber itemnoAcc)
Field name: ITEMNO_ACC
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
@Generated(value="lombok") public static PostingInAccountingCoPaAcctAssignmentCharacteristic.PostingInAccountingCoPaAcctAssignmentCharacteristicBuilder builder()
@Nullable @Generated(value="lombok") public AccountingDocumentLineItemNumber getItemnoAcc()
Domain name: POSNR_ACC Internal type: N Max length: 10
@Nullable @Generated(value="lombok") public LocalFieldName getFieldname()
Domain name: FDNAME Internal type: C Max length: 30
@Nullable @Generated(value="lombok") public String getCharacter()
Domain name: CHAR18 Internal type: C Max length: 18
@Generated(value="lombok") public void setItemnoAcc(@Nullable AccountingDocumentLineItemNumber itemnoAcc)
Domain name: POSNR_ACC Internal type: N Max length: 10
@Generated(value="lombok") public void setFieldname(@Nullable LocalFieldName fieldname)
Domain name: FDNAME Internal type: C Max length: 30
@Generated(value="lombok") public void setCharacter(@Nullable String character)
Domain name: CHAR18 Internal type: C Max length: 18
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2017 SAP SE. All rights reserved.