Class Ecommerce
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<Ecommerce>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ctrcomplementarytabledatamaintenance.Ecommerce
- All Implemented Interfaces:
VdmEntitySet
BR ECommerce
Original entity name from the Odata EDM: ecommerceType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Ecommerce,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Ecommerce>Selector for all available fields of Ecommerce.static final SimpleProperty.String<Ecommerce>static final SimpleProperty.String<Ecommerce>static final SimpleProperty.String<Ecommerce>static final SimpleProperty.String<Ecommerce>static final SimpleProperty.String<Ecommerce>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionEcommerce(String empresa, String dt_lancto, String pais, String ind_home_disp, String ind_serv_disp, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Ecommerce.EcommerceBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullableprotected String(Key Field) Constraints: Not nullable, Maximum length: 8(Key Field) Constraints: Not nullable, Maximum length: 4protected StringConstraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 1protected ODataEntityKeygetKey()getPais()(Key Field) Constraints: Not nullable, Maximum length: 3getType()inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetDt_lancto(String dt_lancto) (Key Field) Constraints: Not nullable, Maximum length: 8voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetInd_home_disp(String ind_home_disp) Constraints: Not nullable, Maximum length: 1voidsetInd_serv_disp(String ind_serv_disp) Constraints: Not nullable, Maximum length: 1void(Key Field) Constraints: Not nullable, Maximum length: 3toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of Ecommerce. -
EMPRESA
-
DT_LANCTO
-
PAIS
-
IND_HOME_DISP
-
IND_SERV_DISP
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Ecommerce
public Ecommerce() -
Ecommerce
public Ecommerce(@Nullable String empresa, @Nullable String dt_lancto, @Nullable String pais, @Nullable String ind_home_disp, @Nullable String ind_serv_disp, @Nullable Collection<SAP__Message> _Messages)
-
-
Method Details
-
getType
-
setEmpresa
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Parameters:
empresa- Company Code
-
setDt_lancto
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_lancto
- Parameters:
dt_lancto- Posting Date
-
setPais
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: pais
- Parameters:
pais- Siscomex Table Country/Region Code
-
setInd_home_disp
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ind_home_disp
- Parameters:
ind_home_disp- Indicator of HomePage Availability
-
setInd_serv_disp
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ind_serv_disp
- Parameters:
ind_serv_disp- Server Availability Indicator
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Ecommerce>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Ecommerce>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Ecommerce>
-
builder
-
getEmpresa
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Returns:
- Company Code
-
getDt_lancto
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_lancto
- Returns:
- Posting Date
-
getPais
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: pais
- Returns:
- Siscomex Table Country/Region Code
-
getInd_home_disp
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ind_home_disp
- Returns:
- Indicator of HomePage Availability
-
getInd_serv_disp
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ind_serv_disp
- Returns:
- Server Availability Indicator
-
get_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
- The _Messages contained in this
VdmEntity.
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode() -
getOdataType
- Specified by:
getOdataTypein classVdmObject<Ecommerce>
-