Class Nf_codobs
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<Nf_codobs>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ctrcomplementarytabledatamaintenance.Nf_codobs
- All Implemented Interfaces:
VdmEntitySet
BR Assgn DIFAL Obs to a Given NF
Original entity name from the Odata EDM: nf_codobsType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Nf_codobs,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Nf_codobs>Selector for all available fields of Nf_codobs.static final SimpleProperty.String<Nf_codobs>static final SimpleProperty.Boolean<Nf_codobs>static final SimpleProperty.String<Nf_codobs>static final SimpleProperty.String<Nf_codobs>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionNf_codobs(String nf_id, Boolean difal, String cod_obs, String txt_compl, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Nf_codobs.Nf_codobsBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 6protected StringgetDifal()(Key Field) Constraints: Not nullableprotected Stringprotected ODataEntityKeygetKey()getNf_id()(Key Field) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 255getType()inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetCod_obs(String cod_obs) (Key Field) Constraints: Not nullable, Maximum length: 6void(Key Field) Constraints: Not nullablevoid(Key Field) Constraints: Not nullable, Maximum length: 10voidsetTxt_compl(String txt_compl) Constraints: Not nullable, Maximum length: 255toString()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_codobs. -
NF_ID
-
DIFAL
-
COD_OBS
-
TXT_COMPL
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Nf_codobs
public Nf_codobs() -
Nf_codobs
public Nf_codobs(@Nullable String nf_id, @Nullable Boolean difal, @Nullable String cod_obs, @Nullable String txt_compl, @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
-
setDifal
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: difal
- Parameters:
difal- Difal Indicator
-
setCod_obs
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: cod_obs
- Parameters:
cod_obs- Observation Code
-
setTxt_compl
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: txt_compl
- Parameters:
txt_compl- Text
-
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_codobs>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Nf_codobs>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Nf_codobs>
-
builder
-
getNf_id
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: nf_id
- Returns:
- Nota Fiscal Id
-
getDifal
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: difal
- Returns:
- Difal Indicator
-
getCod_obs
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: cod_obs
- Returns:
- Observation Code
-
getTxt_compl
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: txt_compl
- Returns:
- Text
-
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_codobs>
-