Class ProdSubstnExclsn
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: A_ProdSubstnExclsnType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<ProdSubstnExclsn,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<ProdSubstnExclsn>Selector for all available fields of ProdSubstnExclsn.static final SimpleProperty.String<ProdSubstnExclsn>static final SimpleProperty.DateTime<ProdSubstnExclsn>static final SimpleProperty.DateTime<ProdSubstnExclsn>static final SimpleProperty.String<ProdSubstnExclsn>static final SimpleProperty.String<ProdSubstnExclsn>static final SimpleProperty.Boolean<ProdSubstnExclsn>static final SimpleProperty.String<ProdSubstnExclsn>static final SimpleProperty.String<ProdSubstnExclsn>static final SimpleProperty.Guid<ProdSubstnExclsn>static final SimpleProperty.Date<ProdSubstnExclsn>static final SimpleProperty.Time<ProdSubstnExclsn>static final SimpleProperty.Date<ProdSubstnExclsn>static final SimpleProperty.Time<ProdSubstnExclsn>static final SimpleProperty.String<ProdSubstnExclsn>static final SimpleProperty.String<ProdSubstnExclsn>static final SimpleProperty.String<ProdSubstnExclsn>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionProdSubstnExclsn(UUID mDSubstnUUID, String product, String plant, String mDSubstnGroup, LocalDate mDSubstnValidityStartDate, LocalTime mDSubstnValidityStartTime, LocalDate mDSubstnValidityEndDate, LocalTime mDSubstnValidityEndTime, String timeZoneID, String mDSubstnReason, String mDSubstnStatus, Boolean mDSubstnIsRlvtForATPProd, String createdByUser, OffsetDateTime creationDateTime, String lastChangedByUser, OffsetDateTime lastChangeDateTime, Collection<SAP__Message> _Messages) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidConstraints: Not nullableConstraints: Not nullable, Maximum length: 12Constraints: Nullable, Precision: 7protected Stringprotected Stringprotected ODataEntityKeygetKey()Constraints: Nullable, Precision: 7Constraints: Not nullable, Maximum length: 12Constraints: Not nullable, Maximum length: 20Constraints: Not nullableConstraints: Not nullable, Maximum length: 20Constraints: Not nullable, Maximum length: 1(Key Field) Constraints: Not nullableConstraints: NullableConstraints: Not nullableConstraints: NullableConstraints: Not nullablegetPlant()Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 18Constraints: Not nullable, Maximum length: 6getType()inthashCode()voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetCreatedByUser(String createdByUser) Constraints: Not nullable, Maximum length: 12voidsetCreationDateTime(OffsetDateTime creationDateTime) Constraints: Nullable, Precision: 7voidsetLastChangeDateTime(OffsetDateTime lastChangeDateTime) Constraints: Nullable, Precision: 7voidsetLastChangedByUser(String lastChangedByUser) Constraints: Not nullable, Maximum length: 12voidsetMDSubstnGroup(String mDSubstnGroup) Constraints: Not nullable, Maximum length: 20voidsetMDSubstnIsRlvtForATPProd(Boolean mDSubstnIsRlvtForATPProd) Constraints: Not nullablevoidsetMDSubstnReason(String mDSubstnReason) Constraints: Not nullable, Maximum length: 20voidsetMDSubstnStatus(String mDSubstnStatus) Constraints: Not nullable, Maximum length: 1voidsetMDSubstnUUID(UUID mDSubstnUUID) (Key Field) Constraints: Not nullablevoidsetMDSubstnValidityEndDate(LocalDate mDSubstnValidityEndDate) Constraints: NullablevoidsetMDSubstnValidityEndTime(LocalTime mDSubstnValidityEndTime) Constraints: Not nullablevoidsetMDSubstnValidityStartDate(LocalDate mDSubstnValidityStartDate) Constraints: NullablevoidsetMDSubstnValidityStartTime(LocalTime mDSubstnValidityStartTime) Constraints: Not nullablevoidConstraints: Not nullable, Maximum length: 4voidsetProduct(String product) Constraints: Not nullable, Maximum length: 18voidsetTimeZoneID(String timeZoneID) Constraints: Not nullable, Maximum length: 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 ProdSubstnExclsn. -
MD_SUBSTN_UUID
-
PRODUCT
-
PLANT
-
MD_SUBSTN_GROUP
-
MD_SUBSTN_VALIDITY_START_DATE
-
MD_SUBSTN_VALIDITY_START_TIME
-
MD_SUBSTN_VALIDITY_END_DATE
-
MD_SUBSTN_VALIDITY_END_TIME
-
TIME_ZONE_ID
-
MD_SUBSTN_REASON
-
MD_SUBSTN_STATUS
-
MD_SUBSTN_IS_RLVT_FOR_ATP_PROD
-
CREATED_BY_USER
-
CREATION_DATE_TIME
-
LAST_CHANGED_BY_USER
-
LAST_CHANGE_DATE_TIME
-
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
-
-
Constructor Details
-
ProdSubstnExclsn
public ProdSubstnExclsn() -
ProdSubstnExclsn
public ProdSubstnExclsn(@Nullable UUID mDSubstnUUID, @Nullable String product, @Nullable String plant, @Nullable String mDSubstnGroup, @Nullable LocalDate mDSubstnValidityStartDate, @Nullable LocalTime mDSubstnValidityStartTime, @Nullable LocalDate mDSubstnValidityEndDate, @Nullable LocalTime mDSubstnValidityEndTime, @Nullable String timeZoneID, @Nullable String mDSubstnReason, @Nullable String mDSubstnStatus, @Nullable Boolean mDSubstnIsRlvtForATPProd, @Nullable String createdByUser, @Nullable OffsetDateTime creationDateTime, @Nullable String lastChangedByUser, @Nullable OffsetDateTime lastChangeDateTime, @Nullable Collection<SAP__Message> _Messages)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<ProdSubstnExclsn>
-
setMDSubstnUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: MDSubstnUUID
- Parameters:
mDSubstnUUID- Substitution UUID
-
setProduct
Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Product
- Parameters:
product- Product Number
-
setPlant
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Parameters:
plant- Plant
-
setMDSubstnGroup
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MDSubstnGroup
- Parameters:
mDSubstnGroup- Group Name
-
setMDSubstnValidityStartDate
Constraints: NullableOriginal property name from the Odata EDM: MDSubstnValidityStartDate
- Parameters:
mDSubstnValidityStartDate- Valid From Date
-
setMDSubstnValidityStartTime
Constraints: Not nullableOriginal property name from the Odata EDM: MDSubstnValidityStartTime
- Parameters:
mDSubstnValidityStartTime- Valid From Time
-
setMDSubstnValidityEndDate
Constraints: NullableOriginal property name from the Odata EDM: MDSubstnValidityEndDate
- Parameters:
mDSubstnValidityEndDate- Valid To Date
-
setMDSubstnValidityEndTime
Constraints: Not nullableOriginal property name from the Odata EDM: MDSubstnValidityEndTime
- Parameters:
mDSubstnValidityEndTime- Valid To Time
-
setTimeZoneID
Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: TimeZoneID
- Parameters:
timeZoneID- Time Zone
-
setMDSubstnReason
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MDSubstnReason
- Parameters:
mDSubstnReason- Reason
-
setMDSubstnStatus
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: MDSubstnStatus
- Parameters:
mDSubstnStatus- Substitution Status
-
setMDSubstnIsRlvtForATPProd
Constraints: Not nullableOriginal property name from the Odata EDM: MDSubstnIsRlvtForATPProd
- Parameters:
mDSubstnIsRlvtForATPProd- aATP Relevant
-
setCreatedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Parameters:
createdByUser- Created By User
-
setCreationDateTime
Constraints: Nullable, Precision: 7Original property name from the Odata EDM: CreationDateTime
- Parameters:
creationDateTime- Substitution Creation Date
-
setLastChangedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Parameters:
lastChangedByUser- Last Changed By User
-
setLastChangeDateTime
Constraints: Nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Parameters:
lastChangeDateTime- Substitution Last Changed 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<ProdSubstnExclsn>
-
getKey
- Overrides:
getKeyin classVdmObject<ProdSubstnExclsn>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<ProdSubstnExclsn>
-
fromMap
- Overrides:
fromMapin classVdmObject<ProdSubstnExclsn>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<ProdSubstnExclsn>
-
builder
-
getMDSubstnUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: MDSubstnUUID
- Returns:
- Substitution UUID
-
getProduct
Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Product
- Returns:
- Product Number
-
getPlant
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
- Plant
-
getMDSubstnGroup
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MDSubstnGroup
- Returns:
- Group Name
-
getMDSubstnValidityStartDate
Constraints: NullableOriginal property name from the Odata EDM: MDSubstnValidityStartDate
- Returns:
- Valid From Date
-
getMDSubstnValidityStartTime
Constraints: Not nullableOriginal property name from the Odata EDM: MDSubstnValidityStartTime
- Returns:
- Valid From Time
-
getMDSubstnValidityEndDate
Constraints: NullableOriginal property name from the Odata EDM: MDSubstnValidityEndDate
- Returns:
- Valid To Date
-
getMDSubstnValidityEndTime
Constraints: Not nullableOriginal property name from the Odata EDM: MDSubstnValidityEndTime
- Returns:
- Valid To Time
-
getTimeZoneID
Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: TimeZoneID
- Returns:
- Time Zone
-
getMDSubstnReason
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MDSubstnReason
- Returns:
- Reason
-
getMDSubstnStatus
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: MDSubstnStatus
- Returns:
- Substitution Status
-
getMDSubstnIsRlvtForATPProd
Constraints: Not nullableOriginal property name from the Odata EDM: MDSubstnIsRlvtForATPProd
- Returns:
- aATP Relevant
-
getCreatedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
- Created By User
-
getCreationDateTime
Constraints: Nullable, Precision: 7Original property name from the Odata EDM: CreationDateTime
- Returns:
- Substitution Creation Date
-
getLastChangedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
- Last Changed By User
-
getLastChangeDateTime
Constraints: Nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Returns:
- Substitution Last Changed Date
-
get_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
- The _Messages contained in this
VdmEntity.
-
toString
- Overrides:
toStringin classVdmObject<ProdSubstnExclsn>
-
equals
- Overrides:
equalsin classVdmEntity<ProdSubstnExclsn>
-
canEqual
- Overrides:
canEqualin classVdmEntity<ProdSubstnExclsn>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<ProdSubstnExclsn>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<ProdSubstnExclsn>
-