Class Ident_scp
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<Ident_scp>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ctrcomplementarytabledatamaintenance.Ident_scp
- All Implemented Interfaces:
VdmEntitySet
BR SCPs Identification
Original entity name from the Odata EDM: ident_scpType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Ident_scp,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Ident_scp>Selector for all available fields of Ident_scp.static final SimpleProperty.String<Ident_scp>static final SimpleProperty.String<Ident_scp>static final SimpleProperty.String<Ident_scp>static final SimpleProperty.String<Ident_scp>static final SimpleProperty.String<Ident_scp>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionIdent_scp(String empresa, String dt_lancto, String cod_scp, String nome_scp, String inf_comp, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Ident_scp.Ident_scpBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 14protected String(Key Field) Constraints: Not nullable, Maximum length: 8(Key Field) Constraints: Not nullable, Maximum length: 4protected StringConstraints: Not nullable, Maximum length: 90protected ODataEntityKeygetKey()Constraints: Not nullable, Maximum length: 120getType()inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetCod_scp(String cod_scp) (Key Field) Constraints: Not nullable, Maximum length: 14voidsetDt_lancto(String dt_lancto) (Key Field) Constraints: Not nullable, Maximum length: 8voidsetEmpresa(String empresa) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetInf_comp(String inf_comp) Constraints: Not nullable, Maximum length: 90voidsetNome_scp(String nome_scp) Constraints: Not nullable, Maximum length: 120toString()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 Ident_scp. -
EMPRESA
-
DT_LANCTO
-
COD_SCP
-
NOME_SCP
-
INF_COMP
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Ident_scp
public Ident_scp() -
Ident_scp
public Ident_scp(@Nullable String empresa, @Nullable String dt_lancto, @Nullable String cod_scp, @Nullable String nome_scp, @Nullable String inf_comp, @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
-
setDt_lancto
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_lancto
- Parameters:
dt_lancto- Posting Date
-
setCod_scp
(Key Field) Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: cod_scp
- Parameters:
cod_scp- SCP Code
-
setNome_scp
Constraints: Not nullable, Maximum length: 120Original property name from the Odata EDM: nome_scp
- Parameters:
nome_scp- SCP Name
-
setInf_comp
Constraints: Not nullable, Maximum length: 90Original property name from the Odata EDM: inf_comp
- Parameters:
inf_comp- Supplementary information
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Ident_scp>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Ident_scp>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Ident_scp>
-
builder
-
getEmpresa
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: empresa
- Returns:
- Company Code
-
getDt_lancto
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: dt_lancto
- Returns:
- Posting Date
-
getCod_scp
(Key Field) Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: cod_scp
- Returns:
- SCP Code
-
getNome_scp
Constraints: Not nullable, Maximum length: 120Original property name from the Odata EDM: nome_scp
- Returns:
- SCP Name
-
getInf_comp
Constraints: Not nullable, Maximum length: 90Original property name from the Odata EDM: inf_comp
- Returns:
- Supplementary information
-
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<Ident_scp>
-