Class Prod_cpl
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: prod_cplType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Prod_cpl,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Prod_cpl>Selector for all available fields of Prod_cpl.static final SimpleProperty.String<Prod_cpl>static final SimpleProperty.String<Prod_cpl>static final SimpleProperty.String<Prod_cpl>static final SimpleProperty.String<Prod_cpl>static final SimpleProperty.String<Prod_cpl>static final SimpleProperty.String<Prod_cpl>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionProd_cpl()Prod_cpl(String empresa, String cod_doc_op, String cod_item, String dt_saida, String cod_item_lin, String cod_ins_subst, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Prod_cpl.Prod_cplBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 30Constraints: Not nullable, Maximum length: 60(Key Field) Constraints: Not nullable, Maximum length: 60(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 Stringprotected ODataEntityKeygetKey()getType()inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetCod_doc_op(String cod_doc_op) (Key Field) Constraints: Not nullable, Maximum length: 30voidsetCod_ins_subst(String cod_ins_subst) Constraints: Not nullable, Maximum length: 60voidsetCod_item(String cod_item) (Key Field) Constraints: Not nullable, Maximum length: 60voidsetCod_item_lin(String cod_item_lin) (Key Field) Constraints: Not nullable, Maximum length: 60voidsetDt_saida(String dt_saida) (Key Field) Constraints: Not nullable, Maximum length: 8voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4toString()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_cpl. -
EMPRESA
-
COD_DOC_OP
-
COD_ITEM
-
DT_SAIDA
-
COD_ITEM_LIN
-
COD_INS_SUBST
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Prod_cpl
public Prod_cpl() -
Prod_cpl
public Prod_cpl(@Nullable String empresa, @Nullable String cod_doc_op, @Nullable String cod_item, @Nullable String dt_saida, @Nullable String cod_item_lin, @Nullable String cod_ins_subst, @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
-
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 for Production Order
-
setDt_saida
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_saida
- Parameters:
dt_saida- The dt_saida to set.
-
setCod_item_lin
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_item_lin
- Parameters:
cod_item_lin- Consumption Item Code
-
setCod_ins_subst
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_ins_subst
- Parameters:
cod_ins_subst- Substituted Component Code
-
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_cpl>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Prod_cpl>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Prod_cpl>
-
builder
-
getEmpresa
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Returns:
- Company Code
-
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 for Production Order
-
getDt_saida
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_saida
- Returns:
- The dt_saida contained in this
VdmEntity.
-
getCod_item_lin
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_item_lin
- Returns:
- Consumption Item Code
-
getCod_ins_subst
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_ins_subst
- Returns:
- Substituted Component Code
-
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_cpl>
-