Class Nfs_unipr
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: nfs_uniprType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Nfs_unipr,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Nfs_unipr>Selector for all available fields of Nfs_unipr.static final SimpleProperty.String<Nfs_unipr>static final SimpleProperty.String<Nfs_unipr>static final SimpleProperty.String<Nfs_unipr>static final SimpleProperty.NumericDecimal<Nfs_unipr>static final SimpleProperty.NumericDecimal<Nfs_unipr>static final SimpleProperty.NumericDecimal<Nfs_unipr>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionNfs_unipr(String empresa, String filial, String dt_reg, BigDecimal vl_rec, BigDecimal qtd_prof, BigDecimal vl_or, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Nfs_unipr.Nfs_uniprBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullableprotected String(Key Field) Constraints: Not nullable, Maximum length: 6(Key Field) Constraints: Not nullable, Maximum length: 4protected String(Key Field) Constraints: Not nullable, Maximum length: 4protected ODataEntityKeygetKey()Constraints: Not nullable, Precision: 25, Scale: 6getType()getVl_or()Constraints: Not nullable, Precision: 25, Scale: 6Constraints: Not nullable, Precision: 25, Scale: 6inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoid(Key Field) Constraints: Not nullable, Maximum length: 6voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4void(Key Field) Constraints: Not nullable, Maximum length: 4voidsetQtd_prof(BigDecimal qtd_prof) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_or(BigDecimal vl_or) Constraints: Not nullable, Precision: 25, Scale: 6voidsetVl_rec(BigDecimal vl_rec) 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 Nfs_unipr. -
EMPRESA
-
FILIAL
-
DT_REG
-
VL_REC
-
QTD_PROF
-
VL_OR
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Nfs_unipr
public Nfs_unipr() -
Nfs_unipr
public Nfs_unipr(@Nullable String empresa, @Nullable String filial, @Nullable String dt_reg, @Nullable BigDecimal vl_rec, @Nullable BigDecimal qtd_prof, @Nullable BigDecimal vl_or, @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_reg
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: dt_reg
- Parameters:
dt_reg- The dt_reg to set.
-
setVl_rec
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_rec
- Parameters:
vl_rec- Total Revenue
-
setQtd_prof
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: qtd_prof
- Parameters:
qtd_prof- Amount
-
setVl_or
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_or
- Parameters:
vl_or- ISSQN Value
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Nfs_unipr>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Nfs_unipr>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Nfs_unipr>
-
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_reg
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: dt_reg
- Returns:
- The dt_reg contained in this
VdmEntity.
-
getVl_rec
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_rec
- Returns:
- Total Revenue
-
getQtd_prof
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: qtd_prof
- Returns:
- Amount
-
getVl_or
Constraints: Not nullable, Precision: 25, Scale: 6Original property name from the Odata EDM: vl_or
- Returns:
- ISSQN Value
-
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<Nfs_unipr>
-