public class BranchDetail extends VdmComplex<BranchDetail>
Original complex type name from the Odata EDM: BranchDetail
Modifier and Type | Class and Description |
---|---|
static class |
BranchDetail.BranchDetailBuilder |
changedOriginalFields
Constructor and Description |
---|
BranchDetail() |
BranchDetail(String companyCode,
String branch,
String businessPlaceName,
String bR_BusinessPlacePartOfCNPJ,
String bR_SUFRAMACode,
String businessPlaceActivity) |
Modifier and Type | Method and Description |
---|---|
static BranchDetail.BranchDetailBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getBR_BusinessPlacePartOfCNPJ()
Constraints: Not nullable, Maximum length: 18
|
String |
getBR_SUFRAMACode()
Constraints: Not nullable, Maximum length: 9
|
String |
getBranch()
Constraints: Not nullable, Maximum length: 4
|
String |
getBusinessPlaceActivity()
Constraints: Not nullable, Maximum length: 1
|
String |
getBusinessPlaceName()
Constraints: Not nullable, Maximum length: 30
|
String |
getCompanyCode()
Constraints: Not nullable, Maximum length: 4
|
protected Map<String,Object> |
getKey() |
Class<BranchDetail> |
getType() |
int |
hashCode() |
void |
setBR_BusinessPlacePartOfCNPJ(String bR_BusinessPlacePartOfCNPJ)
Constraints: Not nullable, Maximum length: 18
|
void |
setBR_SUFRAMACode(String bR_SUFRAMACode)
Constraints: Not nullable, Maximum length: 9
|
void |
setBranch(String branch)
Constraints: Not nullable, Maximum length: 4
|
void |
setBusinessPlaceActivity(String businessPlaceActivity)
Constraints: Not nullable, Maximum length: 1
|
void |
setBusinessPlaceName(String businessPlaceName)
Constraints: Not nullable, Maximum length: 30
|
void |
setCompanyCode(String companyCode)
Constraints: Not nullable, Maximum length: 4
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
@Nonnull public Class<BranchDetail> getType()
getType
in class VdmObject<BranchDetail>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<BranchDetail>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<BranchDetail>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<BranchDetail>
public static BranchDetail.BranchDetailBuilder builder()
@Nullable public String getCompanyCode()
Original property from the Odata EDM: CompanyCode
@Nullable public String getBranch()
Original property from the Odata EDM: Branch
@Nullable public String getBusinessPlaceName()
Original property from the Odata EDM: BusinessPlaceName
@Nullable public String getBR_BusinessPlacePartOfCNPJ()
Original property from the Odata EDM: BR_BusinessPlacePartOfCNPJ
@Nullable public String getBR_SUFRAMACode()
Original property from the Odata EDM: BR_SUFRAMACode
@Nullable public String getBusinessPlaceActivity()
Original property from the Odata EDM: BusinessPlaceActivity
public void setCompanyCode(@Nullable String companyCode)
Original property from the Odata EDM: CompanyCode
companyCode
- public void setBranch(@Nullable String branch)
Original property from the Odata EDM: Branch
branch
- public void setBusinessPlaceName(@Nullable String businessPlaceName)
Original property from the Odata EDM: BusinessPlaceName
businessPlaceName
- public void setBR_BusinessPlacePartOfCNPJ(@Nullable String bR_BusinessPlacePartOfCNPJ)
Original property from the Odata EDM: BR_BusinessPlacePartOfCNPJ
bR_BusinessPlacePartOfCNPJ
- public void setBR_SUFRAMACode(@Nullable String bR_SUFRAMACode)
Original property from the Odata EDM: BR_SUFRAMACode
bR_SUFRAMACode
- public void setBusinessPlaceActivity(@Nullable String businessPlaceActivity)
Original property from the Odata EDM: BusinessPlaceActivity
businessPlaceActivity
- public String toString()
toString
in class VdmObject<BranchDetail>
public boolean equals(Object o)
equals
in class VdmObject<BranchDetail>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<BranchDetail>
public int hashCode()
hashCode
in class VdmObject<BranchDetail>
Copyright © 2020 SAP SE. All rights reserved.