Class Prod_conj
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: prod_conjType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Prod_conj,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Prod_conj>Selector for all available fields of Prod_conj.static final SimpleProperty.String<Prod_conj>static final SimpleProperty.String<Prod_conj>static final SimpleProperty.String<Prod_conj>static final SimpleProperty.String<Prod_conj>static final SimpleProperty.String<Prod_conj>static final SimpleProperty.String<Prod_conj>static final SimpleProperty.String<Prod_conj>static final SimpleProperty.String<Prod_conj>static final SimpleProperty.NumericDecimal<Prod_conj>static final SimpleProperty.String<Prod_conj>static final SimpleProperty.String<Prod_conj>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionProd_conj(String empresa, String filial, String per_ref, String tipo_prod, String cod_doc_op, String cod_item, String tipo_uso_item, String dt_ini_op, String dt_fin_op, String dt_prod, BigDecimal qtd, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Prod_conj.Prod_conjBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 30(Key Field) Constraints: Not nullable, Maximum length: 60protected StringConstraints: Not nullable, Maximum length: 8Constraints: Not nullable, Maximum length: 8Constraints: Not nullable, Maximum length: 8(Key Field) Constraints: Not nullable, Maximum length: 4protected String(Key Field) Constraints: Not nullable, Maximum length: 4protected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 6getQtd()Constraints: Not nullable, Precision: 25, Scale: 6(Key Field) Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 1getType()inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetCod_doc_op(String cod_doc_op) (Key Field) Constraints: Not nullable, Maximum length: 30voidsetCod_item(String cod_item) (Key Field) Constraints: Not nullable, Maximum length: 60voidsetDt_fin_op(String dt_fin_op) Constraints: Not nullable, Maximum length: 8voidsetDt_ini_op(String dt_ini_op) Constraints: Not nullable, Maximum length: 8voidsetDt_prod(String dt_prod) Constraints: Not nullable, Maximum length: 8voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4void(Key Field) Constraints: Not nullable, Maximum length: 4voidsetPer_ref(String per_ref) (Key Field) Constraints: Not nullable, Maximum length: 6voidsetQtd(BigDecimal qtd) Constraints: Not nullable, Precision: 25, Scale: 6voidsetTipo_prod(String tipo_prod) (Key Field) Constraints: Not nullable, Maximum length: 1voidsetTipo_uso_item(String tipo_uso_item) Constraints: Not nullable, Maximum length: 1toString()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 Prod_conj. -
EMPRESA
-
FILIAL
-
PER_REF
-
TIPO_PROD
-
COD_DOC_OP
-
COD_ITEM
-
TIPO_USO_ITEM
-
DT_INI_OP
-
DT_FIN_OP
-
DT_PROD
-
QTD
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Prod_conj
public Prod_conj() -
Prod_conj
public Prod_conj(@Nullable String empresa, @Nullable String filial, @Nullable String per_ref, @Nullable String tipo_prod, @Nullable String cod_doc_op, @Nullable String cod_item, @Nullable String tipo_uso_item, @Nullable String dt_ini_op, @Nullable String dt_fin_op, @Nullable String dt_prod, @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
-
setPer_ref
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: per_ref
- Parameters:
per_ref- Bookkeeping reference period
-
setTipo_prod
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: tipo_prod
- Parameters:
tipo_prod- Production Type
-
setCod_doc_op
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: cod_doc_op
- Parameters:
cod_doc_op- Production Order Identification Code
-
setCod_item
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_item
- Parameters:
cod_item- Item Code
-
setTipo_uso_item
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: tipo_uso_item
- Parameters:
tipo_uso_item- Type of item use
-
setDt_ini_op
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_ini_op
- Parameters:
dt_ini_op- Production Order Initial Date
-
setDt_fin_op
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_fin_op
- Parameters:
dt_fin_op- Production Order Final Date
-
setDt_prod
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_prod
- Parameters:
dt_prod- Production Date
-
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<Prod_conj>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Prod_conj>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Prod_conj>
-
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
-
getPer_ref
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: per_ref
- Returns:
- Bookkeeping reference period
-
getTipo_prod
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: tipo_prod
- Returns:
- Production Type
-
getCod_doc_op
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: cod_doc_op
- Returns:
- Production Order Identification Code
-
getCod_item
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_item
- Returns:
- Item Code
-
getTipo_uso_item
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: tipo_uso_item
- Returns:
- Type of item use
-
getDt_ini_op
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_ini_op
- Returns:
- Production Order Initial Date
-
getDt_fin_op
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_fin_op
- Returns:
- Production Order Final Date
-
getDt_prod
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_prod
- Returns:
- Production Date
-
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<Prod_conj>
-