public class AddressHomePageURL extends VdmEntity<AddressHomePageURL>
Modifier and Type | Class and Description |
---|---|
static class |
AddressHomePageURL.AddressHomePageURLBuilder |
Modifier and Type | Field and Description |
---|---|
static AddressHomePageURLField<String> |
ADDRESS_ID
Use with available fluent helpers to apply the AddressID field to query operations.
|
static EntityFieldAll<AddressHomePageURL> |
ALL_FIELDS
Selector for all available fields of AddressHomePageURL.
|
static AddressHomePageURLField<Boolean> |
IS_DEFAULT_URL_ADDRESS
Use with available fluent helpers to apply the IsDefaultURLAddress field to query operations.
|
static AddressHomePageURLField<String> |
ORDINAL_NUMBER
Use with available fluent helpers to apply the OrdinalNumber field to query operations.
|
static AddressHomePageURLField<String> |
PERSON
Use with available fluent helpers to apply the Person field to query operations.
|
static AddressHomePageURLField<String> |
SEARCH_URL_ADDRESS
Use with available fluent helpers to apply the SearchURLAddress field to query operations.
|
static AddressHomePageURLField<Short> |
URL_FIELD_LENGTH
Use with available fluent helpers to apply the URLFieldLength field to query operations.
|
static AddressHomePageURLField<Calendar> |
VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations.
|
static AddressHomePageURLField<String> |
WEBSITE_URL
Use with available fluent helpers to apply the WebsiteURL field to query operations.
|
Constructor and Description |
---|
AddressHomePageURL() |
AddressHomePageURL(String addressID,
String person,
String ordinalNumber,
Calendar validityStartDate,
Boolean isDefaultURLAddress,
String searchURLAddress,
Short uRLFieldLength,
String websiteURL,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static AddressHomePageURL.AddressHomePageURLBuilder |
builder() |
boolean |
equals(Object o) |
static <T> AddressHomePageURLField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getAddressID()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
Boolean |
getIsDefaultURLAddress()
(Key Field) Constraints: Not nullable
|
String |
getOrdinalNumber()
(Key Field) Constraints: Not nullable, Maximum length: 3
|
String |
getPerson()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getSearchURLAddress()
Constraints: Not nullable, Maximum length: 50
|
Class<AddressHomePageURL> |
getType() |
Short |
getURLFieldLength()
Constraints: none
|
Calendar |
getValidityStartDate()
(Key Field) Constraints: Not nullable, Precision: 0
|
String |
getWebsiteURL()
Constraints: Not nullable, Maximum length: 2048
|
int |
hashCode() |
void |
setAddressID(String addressID)
(Key Field) 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 |
setIsDefaultURLAddress(Boolean isDefaultURLAddress)
(Key Field) Constraints: Not nullable
|
void |
setOrdinalNumber(String ordinalNumber)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
void |
setPerson(String person)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setSearchURLAddress(String searchURLAddress)
Constraints: Not nullable, Maximum length: 50
|
void |
setURLFieldLength(Short uRLFieldLength)
Constraints: none
|
void |
setValidityStartDate(Calendar validityStartDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
void |
setWebsiteURL(String websiteURL)
Constraints: Not nullable, Maximum length: 2048
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final EntityFieldAll<AddressHomePageURL> ALL_FIELDS
public static final AddressHomePageURLField<String> ADDRESS_ID
public static final AddressHomePageURLField<String> PERSON
public static final AddressHomePageURLField<String> ORDINAL_NUMBER
public static final AddressHomePageURLField<Calendar> VALIDITY_START_DATE
public static final AddressHomePageURLField<Boolean> IS_DEFAULT_URL_ADDRESS
public static final AddressHomePageURLField<String> SEARCH_URL_ADDRESS
public static final AddressHomePageURLField<Short> URL_FIELD_LENGTH
public static final AddressHomePageURLField<String> WEBSITE_URL
@Generated(value="lombok") public AddressHomePageURL()
@ConstructorProperties(value={"addressID","person","ordinalNumber","validityStartDate","isDefaultURLAddress","searchURLAddress","uRLFieldLength","websiteURL","erpConfigContext"}) @Generated(value="lombok") public AddressHomePageURL(@Nullable String addressID, @Nullable String person, @Nullable String ordinalNumber, @Nullable Calendar validityStartDate, @Nullable Boolean isDefaultURLAddress, @Nullable String searchURLAddress, @Nullable Short uRLFieldLength, @Nullable String websiteURL, @Nullable ErpConfigContext erpConfigContext)
public Class<AddressHomePageURL> getType()
getType
in class VdmObject<AddressHomePageURL>
public static <T> AddressHomePageURLField<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.@Generated(value="lombok") public static AddressHomePageURL.AddressHomePageURLBuilder builder()
@Nullable @Generated(value="lombok") public String getAddressID()
For more information about the meaning and use of the address number and the Business Address Services concepts, see the function group SZA0 documentation.
@Nullable @Generated(value="lombok") public String getPerson()
For more information about the meaning and use of the person number and Business Address Services concepts, see the function group SZA0 documentation.
@Nullable @Generated(value="lombok") public String getOrdinalNumber()
@Nullable @Generated(value="lombok") public Calendar getValidityStartDate()
@Nullable @Generated(value="lombok") public Boolean getIsDefaultURLAddress()
@Nullable @Generated(value="lombok") public String getSearchURLAddress()
@Nullable @Generated(value="lombok") public Short getURLFieldLength()
@Nullable @Generated(value="lombok") public String getWebsiteURL()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setAddressID(@Nullable String addressID)
For more information about the meaning and use of the address number and the Business Address Services concepts, see the function group SZA0 documentation.
addressID
- @Generated(value="lombok") public void setPerson(@Nullable String person)
For more information about the meaning and use of the person number and Business Address Services concepts, see the function group SZA0 documentation.
person
- @Generated(value="lombok") public void setOrdinalNumber(@Nullable String ordinalNumber)
ordinalNumber
- @Generated(value="lombok") public void setValidityStartDate(@Nullable Calendar validityStartDate)
validityStartDate
- @Generated(value="lombok") public void setIsDefaultURLAddress(@Nullable Boolean isDefaultURLAddress)
isDefaultURLAddress
- @Generated(value="lombok") public void setSearchURLAddress(@Nullable String searchURLAddress)
searchURLAddress
- @Generated(value="lombok") public void setURLFieldLength(@Nullable Short uRLFieldLength)
uRLFieldLength
- @Generated(value="lombok") public void setWebsiteURL(@Nullable String websiteURL)
websiteURL
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<AddressHomePageURL>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<AddressHomePageURL>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<AddressHomePageURL>
Copyright © 2017 SAP SE. All rights reserved.