Class LglDocStamp
Original entity name from the Odata EDM: A_LglDocStampType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LglDocStampSelectableSelector for all available fields of LglDocStamp.static final LglDocStampField<String>Use with available fluent helpers to apply the LglCntntMCreatedByUser field to query operations.static final LglDocStampField<ZonedDateTime>Use with available fluent helpers to apply the LglCntntMCreatedUTCDateTime field to query operations.static final LglDocStampField<String>Use with available fluent helpers to apply the LglCntntMDocumentStamp field to query operations.static final LglDocStampField<UUID>Use with available fluent helpers to apply the LglCntntMDocumentStampUUID field to query operations.static final LglDocStampField<UUID>Use with available fluent helpers to apply the LglCntntMDocumentUUID field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionLglDocStamp(UUID lglCntntMDocumentStampUUID, UUID lglCntntMDocumentUUID, String lglCntntMDocumentStamp, ZonedDateTime lglCntntMCreatedUTCDateTime, String lglCntntMCreatedByUser) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
LglDocStampField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> LglDocStampField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringgetKey()Constraints: Not nullable, Maximum length: 12Constraints: Not nullable, Precision: 0Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullableConstraints: nonegetType()inthashCode()voidsetLglCntntMCreatedByUser(String lglCntntMCreatedByUser) Constraints: Not nullable, Maximum length: 12voidsetLglCntntMCreatedUTCDateTime(ZonedDateTime lglCntntMCreatedUTCDateTime) Constraints: Not nullable, Precision: 0voidsetLglCntntMDocumentStamp(String lglCntntMDocumentStamp) Constraints: Not nullable, Maximum length: 4voidsetLglCntntMDocumentStampUUID(UUID lglCntntMDocumentStampUUID) (Key Field) Constraints: Not nullablevoidsetLglCntntMDocumentUUID(UUID lglCntntMDocumentUUID) Constraints: noneprotected voidsetServicePathForFetch(String servicePathForFetch) toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
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 LglDocStamp. -
LGL_CNTNT_M_DOCUMENT_STAMP_UUID
Use with available fluent helpers to apply the LglCntntMDocumentStampUUID field to query operations. -
LGL_CNTNT_M_DOCUMENT_UUID
Use with available fluent helpers to apply the LglCntntMDocumentUUID field to query operations. -
LGL_CNTNT_M_DOCUMENT_STAMP
Use with available fluent helpers to apply the LglCntntMDocumentStamp field to query operations. -
LGL_CNTNT_M_CREATED_UTC_DATE_TIME
Use with available fluent helpers to apply the LglCntntMCreatedUTCDateTime field to query operations. -
LGL_CNTNT_M_CREATED_BY_USER
Use with available fluent helpers to apply the LglCntntMCreatedByUser field to query operations.
-
-
Constructor Details
-
LglDocStamp
public LglDocStamp() -
LglDocStamp
public LglDocStamp(@Nullable UUID lglCntntMDocumentStampUUID, @Nullable UUID lglCntntMDocumentUUID, @Nullable String lglCntntMDocumentStamp, @Nullable ZonedDateTime lglCntntMCreatedUTCDateTime, @Nullable String lglCntntMCreatedByUser)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<LglDocStamp>
-
setLglCntntMDocumentStampUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LglCntntMDocumentStampUUID
- Parameters:
lglCntntMDocumentStampUUID- Universal Unique Identifier
-
setLglCntntMDocumentUUID
Constraints: noneOriginal property name from the Odata EDM: LglCntntMDocumentUUID
- Parameters:
lglCntntMDocumentUUID- Universal Unique Identifier
-
setLglCntntMDocumentStamp
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LglCntntMDocumentStamp
- Parameters:
lglCntntMDocumentStamp- Document Stamp Name
-
setLglCntntMCreatedUTCDateTime
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LglCntntMCreatedUTCDateTime
- Parameters:
lglCntntMCreatedUTCDateTime- Created On
-
setLglCntntMCreatedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LglCntntMCreatedByUser
- Parameters:
lglCntntMCreatedByUser- Created By
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<LglDocStamp>
-
getKey
- Overrides:
getKeyin classVdmObject<LglDocStamp>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<LglDocStamp>
-
fromMap
- Overrides:
fromMapin classVdmObject<LglDocStamp>
-
field
@Nonnull public static <T> LglDocStampField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
fieldName- The name of the extension field as returned by the OData service.fieldType- The Java type to use for the extension field when performing value comparisons.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> LglDocStampField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<LglDocStamp>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<LglDocStamp>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<LglDocStamp>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<LglDocStamp>
-
builder
-
getLglCntntMDocumentStampUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LglCntntMDocumentStampUUID
- Returns:
- Universal Unique Identifier
-
getLglCntntMDocumentUUID
Constraints: noneOriginal property name from the Odata EDM: LglCntntMDocumentUUID
- Returns:
- Universal Unique Identifier
-
getLglCntntMDocumentStamp
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LglCntntMDocumentStamp
- Returns:
- Document Stamp Name
-
getLglCntntMCreatedUTCDateTime
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LglCntntMCreatedUTCDateTime
- Returns:
- Created On
-
getLglCntntMCreatedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LglCntntMCreatedByUser
- Returns:
- Created By
-
toString
- Overrides:
toStringin classVdmObject<LglDocStamp>
-
equals
- Overrides:
equalsin classVdmEntity<LglDocStamp>
-
canEqual
- Overrides:
canEqualin classVdmEntity<LglDocStamp>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<LglDocStamp>
-