Class Nf_cpl_st
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: nf_cpl_stType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Nf_cpl_st,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Nf_cpl_st>Selector for all available fields of Nf_cpl_st.static final SimpleProperty.String<Nf_cpl_st>static final SimpleProperty.String<Nf_cpl_st>static final SimpleProperty.String<Nf_cpl_st>static final SimpleProperty.String<Nf_cpl_st>static final SimpleProperty.String<Nf_cpl_st>static final SimpleProperty.String<Nf_cpl_st>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionNf_cpl_st(String nf_id, String num_item, String cod_mun_dest, String cod_mun_orig, String veic_id, String uf_id, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Nf_cpl_st.Nf_cpl_stBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 7Constraints: Not nullable, Maximum length: 7protected Stringprotected Stringprotected ODataEntityKeygetKey()getNf_id()(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 3getType()getUf_id()Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 7inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetCod_mun_dest(String cod_mun_dest) (Key Field) Constraints: Not nullable, Maximum length: 7voidsetCod_mun_orig(String cod_mun_orig) Constraints: Not nullable, Maximum length: 7void(Key Field) Constraints: Not nullable, Maximum length: 10voidsetNum_item(String num_item) (Key Field) Constraints: Not nullable, Maximum length: 3voidConstraints: Not nullable, Maximum length: 2voidsetVeic_id(String veic_id) Constraints: Not nullable, Maximum length: 7toString()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 Nf_cpl_st. -
NF_ID
-
NUM_ITEM
-
COD_MUN_DEST
-
COD_MUN_ORIG
-
VEIC_ID
-
UF_ID
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Nf_cpl_st
public Nf_cpl_st() -
Nf_cpl_st
public Nf_cpl_st(@Nullable String nf_id, @Nullable String num_item, @Nullable String cod_mun_dest, @Nullable String cod_mun_orig, @Nullable String veic_id, @Nullable String uf_id, @Nullable Collection<SAP__Message> _Messages)
-
-
Method Details
-
getType
-
setNf_id
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: nf_id
- Parameters:
nf_id- Nota Fiscal Id
-
setNum_item
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: num_item
- Parameters:
num_item- Item Number
-
setCod_mun_dest
(Key Field) Constraints: Not nullable, Maximum length: 7Original property name from the Odata EDM: cod_mun_dest
- Parameters:
cod_mun_dest- Destination City Code
-
setCod_mun_orig
Constraints: Not nullable, Maximum length: 7Original property name from the Odata EDM: cod_mun_orig
- Parameters:
cod_mun_orig- Origin City Code
-
setVeic_id
Constraints: Not nullable, Maximum length: 7Original property name from the Odata EDM: veic_id
- Parameters:
veic_id- Vehicle ID
-
setUf_id
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: uf_id
- Parameters:
uf_id- UF
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Nf_cpl_st>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Nf_cpl_st>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Nf_cpl_st>
-
builder
-
getNf_id
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: nf_id
- Returns:
- Nota Fiscal Id
-
getNum_item
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: num_item
- Returns:
- Item Number
-
getCod_mun_dest
(Key Field) Constraints: Not nullable, Maximum length: 7Original property name from the Odata EDM: cod_mun_dest
- Returns:
- Destination City Code
-
getCod_mun_orig
Constraints: Not nullable, Maximum length: 7Original property name from the Odata EDM: cod_mun_orig
- Returns:
- Origin City Code
-
getVeic_id
Constraints: Not nullable, Maximum length: 7Original property name from the Odata EDM: veic_id
- Returns:
- Vehicle ID
-
getUf_id
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: uf_id
- Returns:
- UF
-
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<Nf_cpl_st>
-