Class Part_alt
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: part_altType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Part_alt,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Part_alt>Selector for all available fields of Part_alt.static final SimpleProperty.String<Part_alt>static final SimpleProperty.String<Part_alt>static final SimpleProperty.String<Part_alt>static final SimpleProperty.String<Part_alt>static final SimpleProperty.String<Part_alt>static final SimpleProperty.String<Part_alt>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionPart_alt()Part_alt(String cod_part, String data_alteracao, String campo, String valor, String nr_campo, String data_reporting, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionstatic Part_alt.Part_altBuilderbuilder()protected booleanbooleanprotected voidConstraints: Not nullablegetCampo()(Key Field) Constraints: Not nullable, Maximum length: 30(Key Field) Constraints: Not nullable, Maximum length: 60(Key Field) Constraints: Not nullable, Maximum length: 8Constraints: Not nullable, Maximum length: 8protected Stringprotected Stringprotected ODataEntityKeygetKey()Constraints: Not nullable, Maximum length: 4getType()getValor()Constraints: Not nullable, Maximum length: 255inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoid(Key Field) Constraints: Not nullable, Maximum length: 30voidsetCod_part(String cod_part) (Key Field) Constraints: Not nullable, Maximum length: 60voidsetData_alteracao(String data_alteracao) (Key Field) Constraints: Not nullable, Maximum length: 8voidsetData_reporting(String data_reporting) Constraints: Not nullable, Maximum length: 8voidsetNr_campo(String nr_campo) Constraints: Not nullable, Maximum length: 4voidConstraints: 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 Part_alt. -
COD_PART
-
DATA_ALTERACAO
-
CAMPO
-
VALOR
-
NR_CAMPO
-
DATA_REPORTING
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
Part_alt
public Part_alt() -
Part_alt
public Part_alt(@Nullable String cod_part, @Nullable String data_alteracao, @Nullable String campo, @Nullable String valor, @Nullable String nr_campo, @Nullable String data_reporting, @Nullable Collection<SAP__Message> _Messages)
-
-
Method Details
-
getType
-
setCod_part
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_part
- Parameters:
cod_part- The cod_part to set.
-
setData_alteracao
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: data_alteracao
- Parameters:
data_alteracao- The data_alteracao to set.
-
setCampo
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: campo
- Parameters:
campo- The campo to set.
-
setValor
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: valor
- Parameters:
valor- The valor to set.
-
setNr_campo
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: nr_campo
- Parameters:
nr_campo- Changed Field Number
-
setData_reporting
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: data_reporting
- Parameters:
data_reporting- Register Date
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Part_alt>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Part_alt>
-
fromMap
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Part_alt>
-
builder
-
getCod_part
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: cod_part
- Returns:
- The cod_part contained in this
VdmEntity.
-
getData_alteracao
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: data_alteracao
- Returns:
- The data_alteracao contained in this
VdmEntity.
-
getCampo
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: campo
- Returns:
- The campo contained in this
VdmEntity.
-
getValor
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: valor
- Returns:
- The valor contained in this
VdmEntity.
-
getNr_campo
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: nr_campo
- Returns:
- Changed Field Number
-
getData_reporting
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: data_reporting
- Returns:
- Register Date
-
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<Part_alt>
-