Class It_prod_t
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: it_prod_tType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<It_prod_t,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<It_prod_t>Selector for all available fields of It_prod_t.static final SimpleProperty.String<It_prod_t>static final SimpleProperty.String<It_prod_t>static final SimpleProperty.String<It_prod_t>static final SimpleProperty.String<It_prod_t>static final SimpleProperty.String<It_prod_t>static final SimpleProperty.NumericDecimal<It_prod_t>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionIt_prod_t(String empresa, String filial, String dt_prod, String cod_item, String centro, BigDecimal qtd, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic It_prod_t.It_prod_tBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 60protected String(Key Field) Constraints: Not nullable, Maximum length: 8(Key Field) Constraints: Not nullable, Maximum length: 4protected String(Key Field) Constraints: Not nullable, Maximum length: 4protected ODataEntityKeygetKey()getQtd()Constraints: Not nullable, Precision: 25, Scale: 6getType()inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoid(Key Field) Constraints: Not nullable, Maximum length: 4voidsetCod_item(String cod_item) (Key Field) Constraints: Not nullable, Maximum length: 60voidsetDt_prod(String dt_prod) (Key Field) Constraints: Not nullable, Maximum length: 8voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4void(Key Field) Constraints: Not nullable, Maximum length: 4voidsetQtd(BigDecimal qtd) Constraints: Not nullable, Precision: 25, Scale: 6toString()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 It_prod_t. -
EMPRESA
-
FILIAL
-
DT_PROD
-
COD_ITEM
-
CENTRO
-
QTD
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
It_prod_t
public It_prod_t() -
It_prod_t
public It_prod_t(@Nullable String empresa, @Nullable String filial, @Nullable String dt_prod, @Nullable String cod_item, @Nullable String centro, @Nullable BigDecimal qtd, @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
-
setFilial
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: filial
- Parameters:
filial- Branch
-
setDt_prod
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_prod
- Parameters:
dt_prod- Production Date
-
setCod_item
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_item
- Parameters:
cod_item- Item Code
-
setCentro
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: centro
- Parameters:
centro- Plant
-
setQtd
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: qtd
- Parameters:
qtd- Amount
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<It_prod_t>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<It_prod_t>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<It_prod_t>
-
builder
-
getEmpresa
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Returns:
- Company Code
-
getFilial
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: filial
- Returns:
- Branch
-
getDt_prod
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_prod
- Returns:
- Production Date
-
getCod_item
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_item
- Returns:
- Item Code
-
getCentro
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: centro
- Returns:
- Plant
-
getQtd
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: qtd
- Returns:
- Amount
-
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<It_prod_t>
-