Class Serv_pref
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: serv_prefType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Serv_pref,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Serv_pref>Selector for all available fields of Serv_pref.static final SimpleProperty.String<Serv_pref>static final SimpleProperty.String<Serv_pref>static final SimpleProperty.String<Serv_pref>static final SimpleProperty.String<Serv_pref>static final SimpleProperty.String<Serv_pref>static final SimpleProperty.String<Serv_pref>static final SimpleProperty.String<Serv_pref>static final SimpleProperty.String<Serv_pref>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Serv_pref.Serv_prefBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 2protected String(Key Field) Constraints: Not nullable, Maximum length: 8(Key Field) Constraints: Not nullable, Maximum length: 4protected String(Key Field) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 1protected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 9(Key Field) Constraints: Not nullable, Maximum length: 20getSer()(Key Field) Constraints: Not nullable, Maximum length: 4getType()inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetCod_mod(String cod_mod) (Key Field) Constraints: Not nullable, Maximum length: 2void(Key Field) Constraints: Not nullable, Maximum length: 8voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4void(Key Field) Constraints: Not nullable, Maximum length: 4voidsetInd_proc(String ind_proc) Constraints: Not nullable, Maximum length: 1voidsetNum_doc(String num_doc) (Key Field) Constraints: Not nullable, Maximum length: 9voidsetNum_proc(String num_proc) (Key Field) Constraints: Not nullable, Maximum length: 20void(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 Serv_pref. -
EMPRESA
-
FILIAL
-
COD_MOD
-
NUM_DOC
-
SER
-
DT_DOC
-
NUM_PROC
-
IND_PROC
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Serv_pref
public Serv_pref() -
Serv_pref
public Serv_pref(@Nullable String empresa, @Nullable String filial, @Nullable String cod_mod, @Nullable String num_doc, @Nullable String ser, @Nullable String dt_doc, @Nullable String num_proc, @Nullable String ind_proc, @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
-
setCod_mod
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: cod_mod
- Parameters:
cod_mod- Code of tax document model
-
setNum_doc
(Key Field) Constraints: Not nullable, Maximum length: 9Original property name from the Odata EDM: num_doc
- Parameters:
num_doc- Tax document number
-
setSer
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ser
- Parameters:
ser- Tax document series
-
setDt_doc
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_doc
- Parameters:
dt_doc- Document Date
-
setNum_proc
(Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: num_proc
- Parameters:
num_proc- Process Number
-
setInd_proc
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ind_proc
- Parameters:
ind_proc- Origin of Process
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Serv_pref>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Serv_pref>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Serv_pref>
-
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
-
getCod_mod
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: cod_mod
- Returns:
- Code of tax document model
-
getNum_doc
(Key Field) Constraints: Not nullable, Maximum length: 9Original property name from the Odata EDM: num_doc
- Returns:
- Tax document number
-
getSer
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ser
- Returns:
- Tax document series
-
getDt_doc
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_doc
- Returns:
- Document Date
-
getNum_proc
(Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: num_proc
- Returns:
- Process Number
-
getInd_proc
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ind_proc
- Returns:
- Origin of Process
-
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<Serv_pref>
-