Class BranchAddress
Original complex type name from the Odata EDM: BranchAddress
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionBranchAddress(String addressID, String name, String name2, String name3, String name4, String cityName, String district, String postalCode, String pOBox, String streetName, String addressHouseNumber, String floor, String roomNumber, String region, String taxJurisdiction, String phoneNumber1, String phoneNumberExtension, String addressFaxNumber) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidConstraints: Not nullable, Maximum length: 30Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 40getFloor()Constraints: Not nullable, Maximum length: 10getKey()getName()Constraints: Not nullable, Maximum length: 40getName2()Constraints: Not nullable, Maximum length: 40getName3()Constraints: Not nullable, Maximum length: 40getName4()Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 30Constraints: Not nullable, Maximum length: 10getPOBox()Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 15getType()inthashCode()voidsetAddressFaxNumber(String addressFaxNumber) Constraints: Not nullable, Maximum length: 30voidsetAddressHouseNumber(String addressHouseNumber) Constraints: Not nullable, Maximum length: 10voidsetAddressID(String addressID) Constraints: Not nullable, Maximum length: 10voidsetCityName(String cityName) Constraints: Not nullable, Maximum length: 40voidsetDistrict(String district) Constraints: Not nullable, Maximum length: 40voidConstraints: Not nullable, Maximum length: 10voidConstraints: Not nullable, Maximum length: 40voidConstraints: Not nullable, Maximum length: 40voidConstraints: Not nullable, Maximum length: 40voidConstraints: Not nullable, Maximum length: 40voidsetPhoneNumber1(String phoneNumber1) Constraints: Not nullable, Maximum length: 30voidsetPhoneNumberExtension(String phoneNumberExtension) Constraints: Not nullable, Maximum length: 10voidConstraints: Not nullable, Maximum length: 10voidsetPostalCode(String postalCode) Constraints: Not nullable, Maximum length: 10voidConstraints: Not nullable, Maximum length: 3voidsetRoomNumber(String roomNumber) Constraints: Not nullable, Maximum length: 10voidsetStreetName(String streetName) Constraints: Not nullable, Maximum length: 40voidsetTaxJurisdiction(String taxJurisdiction) Constraints: Not nullable, Maximum length: 15toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Constructor Details
-
BranchAddress
public BranchAddress() -
BranchAddress
public BranchAddress(@Nullable String addressID, @Nullable String name, @Nullable String name2, @Nullable String name3, @Nullable String name4, @Nullable String cityName, @Nullable String district, @Nullable String postalCode, @Nullable String pOBox, @Nullable String streetName, @Nullable String addressHouseNumber, @Nullable String floor, @Nullable String roomNumber, @Nullable String region, @Nullable String taxJurisdiction, @Nullable String phoneNumber1, @Nullable String phoneNumberExtension, @Nullable String addressFaxNumber)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<BranchAddress>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<BranchAddress>
-
fromMap
- Overrides:
fromMapin classVdmObject<BranchAddress>
-
getKey
- Overrides:
getKeyin classVdmObject<BranchAddress>
-
setAddressID
Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: AddressID
- Parameters:
addressID- Address Number
-
setName
Constraints: Not nullable, Maximum length: 40Original property from the Odata EDM: Name
- Parameters:
name- Name
-
setName2
Constraints: Not nullable, Maximum length: 40Original property from the Odata EDM: Name2
- Parameters:
name2- Name 2
-
setName3
Constraints: Not nullable, Maximum length: 40Original property from the Odata EDM: Name3
- Parameters:
name3- Name 3
-
setName4
Constraints: Not nullable, Maximum length: 40Original property from the Odata EDM: Name4
- Parameters:
name4- Name 4
-
setCityName
Constraints: Not nullable, Maximum length: 40Original property from the Odata EDM: CityName
- Parameters:
cityName- City
-
setDistrict
Constraints: Not nullable, Maximum length: 40Original property from the Odata EDM: District
- Parameters:
district- District
-
setPostalCode
Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: PostalCode
- Parameters:
postalCode- Postal Code
-
setPOBox
Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: POBox
- Parameters:
pOBox- PO Box
-
setStreetName
Constraints: Not nullable, Maximum length: 40Original property from the Odata EDM: StreetName
- Parameters:
streetName- Street
-
setAddressHouseNumber
Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: AddressHouseNumber
- Parameters:
addressHouseNumber- House Number
-
setFloor
Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: Floor
- Parameters:
floor- Floor
-
setRoomNumber
Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: RoomNumber
- Parameters:
roomNumber- Room Number
-
setRegion
Constraints: Not nullable, Maximum length: 3Original property from the Odata EDM: Region
- Parameters:
region- Region
-
setTaxJurisdiction
Constraints: Not nullable, Maximum length: 15Original property from the Odata EDM: TaxJurisdiction
- Parameters:
taxJurisdiction- Tax Jurisdiction
-
setPhoneNumber1
Constraints: Not nullable, Maximum length: 30Original property from the Odata EDM: PhoneNumber1
- Parameters:
phoneNumber1- Telephone
-
setPhoneNumberExtension
Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: PhoneNumberExtension
- Parameters:
phoneNumberExtension- Extension
-
setAddressFaxNumber
Constraints: Not nullable, Maximum length: 30Original property from the Odata EDM: AddressFaxNumber
- Parameters:
addressFaxNumber- Fax
-
builder
-
getAddressID
Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: AddressID
- Returns:
- Address Number
-
getName
Constraints: Not nullable, Maximum length: 40Original property from the Odata EDM: Name
- Returns:
- Name
-
getName2
Constraints: Not nullable, Maximum length: 40Original property from the Odata EDM: Name2
- Returns:
- Name 2
-
getName3
Constraints: Not nullable, Maximum length: 40Original property from the Odata EDM: Name3
- Returns:
- Name 3
-
getName4
Constraints: Not nullable, Maximum length: 40Original property from the Odata EDM: Name4
- Returns:
- Name 4
-
getCityName
Constraints: Not nullable, Maximum length: 40Original property from the Odata EDM: CityName
- Returns:
- City
-
getDistrict
Constraints: Not nullable, Maximum length: 40Original property from the Odata EDM: District
- Returns:
- District
-
getPostalCode
Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: PostalCode
- Returns:
- Postal Code
-
getPOBox
Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: POBox
- Returns:
- PO Box
-
getStreetName
Constraints: Not nullable, Maximum length: 40Original property from the Odata EDM: StreetName
- Returns:
- Street
-
getAddressHouseNumber
Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: AddressHouseNumber
- Returns:
- House Number
-
getFloor
Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: Floor
- Returns:
- Floor
-
getRoomNumber
Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: RoomNumber
- Returns:
- Room Number
-
getRegion
Constraints: Not nullable, Maximum length: 3Original property from the Odata EDM: Region
- Returns:
- Region
-
getTaxJurisdiction
Constraints: Not nullable, Maximum length: 15Original property from the Odata EDM: TaxJurisdiction
- Returns:
- Tax Jurisdiction
-
getPhoneNumber1
Constraints: Not nullable, Maximum length: 30Original property from the Odata EDM: PhoneNumber1
- Returns:
- Telephone
-
getPhoneNumberExtension
Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: PhoneNumberExtension
- Returns:
- Extension
-
getAddressFaxNumber
Constraints: Not nullable, Maximum length: 30Original property from the Odata EDM: AddressFaxNumber
- Returns:
- Fax
-
toString
- Overrides:
toStringin classVdmObject<BranchAddress>
-
equals
- Overrides:
equalsin classVdmComplex<BranchAddress>
-
canEqual
- Overrides:
canEqualin classVdmComplex<BranchAddress>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmComplex<BranchAddress>
-