Class Prc_ref_t
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<Prc_ref_t>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ctrcomplementarytabledatamaintenance.Prc_ref_t
- All Implemented Interfaces:
VdmEntitySet
BR Ref Process from Ticket
Original entity name from the Odata EDM: prc_ref_tType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Prc_ref_t,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Prc_ref_t>Selector for all available fields of Prc_ref_t.static final SimpleProperty.String<Prc_ref_t>static final SimpleProperty.String<Prc_ref_t>static final SimpleProperty.String<Prc_ref_t>static final SimpleProperty.String<Prc_ref_t>static final SimpleProperty.String<Prc_ref_t>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionPrc_ref_t(String empresa, String filial, String num_doc, String num_proc, String ind_proc, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Prc_ref_t.Prc_ref_tBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullableprotected String(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: 6(Key Field) Constraints: Not nullable, Maximum length: 20getType()inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetEmpresa(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: 6voidsetNum_proc(String num_proc) (Key Field) Constraints: Not nullable, Maximum length: 20toString()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 Prc_ref_t. -
EMPRESA
-
FILIAL
-
NUM_DOC
-
NUM_PROC
-
IND_PROC
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Prc_ref_t
public Prc_ref_t() -
Prc_ref_t
public Prc_ref_t(@Nullable String empresa, @Nullable String filial, @Nullable String num_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
-
setNum_doc
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: num_doc
- Parameters:
num_doc- Tax document number
-
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<Prc_ref_t>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Prc_ref_t>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Prc_ref_t>
-
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
-
getNum_doc
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: num_doc
- Returns:
- Tax document number
-
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<Prc_ref_t>
-