public class LglDocStamp extends VdmEntity<LglDocStamp>
Original entity name from the Odata EDM: A_LglDocStampType
Modifier and Type | Class and Description |
---|---|
static class |
LglDocStamp.LglDocStampBuilder |
Modifier and Type | Field and Description |
---|---|
static LglDocStampSelectable |
ALL_FIELDS
Selector for all available fields of LglDocStamp.
|
static LglDocStampField<String> |
LGL_CNTNT_M_CREATED_BY_USER
Use with available fluent helpers to apply the LglCntntMCreatedByUser field to query operations.
|
static LglDocStampField<ZonedDateTime> |
LGL_CNTNT_M_CREATED_UTC_DATE_TIME
Use with available fluent helpers to apply the LglCntntMCreatedUTCDateTime field to query operations.
|
static LglDocStampField<String> |
LGL_CNTNT_M_DOCUMENT_STAMP
Use with available fluent helpers to apply the LglCntntMDocumentStamp field to query operations.
|
static LglDocStampField<UUID> |
LGL_CNTNT_M_DOCUMENT_STAMP_UUID
Use with available fluent helpers to apply the LglCntntMDocumentStampUUID field to query operations.
|
static LglDocStampField<UUID> |
LGL_CNTNT_M_DOCUMENT_UUID
Use with available fluent helpers to apply the LglCntntMDocumentUUID field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
LglDocStamp() |
LglDocStamp(UUID lglCntntMDocumentStampUUID,
UUID lglCntntMDocumentUUID,
String lglCntntMDocumentStamp,
ZonedDateTime lglCntntMCreatedUTCDateTime,
String lglCntntMCreatedByUser) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static LglDocStamp.LglDocStampBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> LglDocStampField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
protected String |
getDefaultServicePath() |
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection() |
protected Map<String,Object> |
getKey() |
String |
getLglCntntMCreatedByUser()
Constraints: Not nullable, Maximum length: 12
|
ZonedDateTime |
getLglCntntMCreatedUTCDateTime()
Constraints: Not nullable, Precision: 0
|
String |
getLglCntntMDocumentStamp()
Constraints: Not nullable, Maximum length: 4
|
UUID |
getLglCntntMDocumentStampUUID()
(Key Field) Constraints: Not nullable
|
UUID |
getLglCntntMDocumentUUID()
Constraints: none
|
Class<LglDocStamp> |
getType() |
int |
hashCode() |
void |
setLglCntntMCreatedByUser(String lglCntntMCreatedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setLglCntntMCreatedUTCDateTime(ZonedDateTime lglCntntMCreatedUTCDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setLglCntntMDocumentStamp(String lglCntntMDocumentStamp)
Constraints: Not nullable, Maximum length: 4
|
void |
setLglCntntMDocumentStampUUID(UUID lglCntntMDocumentStampUUID)
(Key Field) Constraints: Not nullable
|
void |
setLglCntntMDocumentUUID(UUID lglCntntMDocumentUUID)
Constraints: none
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final LglDocStampSelectable ALL_FIELDS
public static final LglDocStampField<UUID> LGL_CNTNT_M_DOCUMENT_STAMP_UUID
public static final LglDocStampField<UUID> LGL_CNTNT_M_DOCUMENT_UUID
public static final LglDocStampField<String> LGL_CNTNT_M_DOCUMENT_STAMP
public static final LglDocStampField<ZonedDateTime> LGL_CNTNT_M_CREATED_UTC_DATE_TIME
public static final LglDocStampField<String> LGL_CNTNT_M_CREATED_BY_USER
@Nonnull public Class<LglDocStamp> getType()
getType
in class VdmObject<LglDocStamp>
public void setLglCntntMDocumentStampUUID(@Nullable UUID lglCntntMDocumentStampUUID)
Original property name from the Odata EDM: LglCntntMDocumentStampUUID
lglCntntMDocumentStampUUID
- Universal Unique Identifierpublic void setLglCntntMDocumentUUID(@Nullable UUID lglCntntMDocumentUUID)
Original property name from the Odata EDM: LglCntntMDocumentUUID
lglCntntMDocumentUUID
- Universal Unique Identifierpublic void setLglCntntMDocumentStamp(@Nullable String lglCntntMDocumentStamp)
Original property name from the Odata EDM: LglCntntMDocumentStamp
lglCntntMDocumentStamp
- Document Stamp Namepublic void setLglCntntMCreatedUTCDateTime(@Nullable ZonedDateTime lglCntntMCreatedUTCDateTime)
Original property name from the Odata EDM: LglCntntMCreatedUTCDateTime
lglCntntMCreatedUTCDateTime
- Created Onpublic void setLglCntntMCreatedByUser(@Nullable String lglCntntMCreatedByUser)
Original property name from the Odata EDM: LglCntntMCreatedByUser
lglCntntMCreatedByUser
- Created Byprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<LglDocStamp>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<LglDocStamp>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<LglDocStamp>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<LglDocStamp>
@Nonnull public static <T> LglDocStampField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.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.@Nonnull public static <T,DomainT> LglDocStampField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<LglDocStamp>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<LglDocStamp>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<LglDocStamp>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<LglDocStamp>
public static LglDocStamp.LglDocStampBuilder builder()
@Nullable public UUID getLglCntntMDocumentStampUUID()
Original property name from the Odata EDM: LglCntntMDocumentStampUUID
@Nullable public UUID getLglCntntMDocumentUUID()
Original property name from the Odata EDM: LglCntntMDocumentUUID
@Nullable public String getLglCntntMDocumentStamp()
Original property name from the Odata EDM: LglCntntMDocumentStamp
@Nullable public ZonedDateTime getLglCntntMCreatedUTCDateTime()
Original property name from the Odata EDM: LglCntntMCreatedUTCDateTime
@Nullable public String getLglCntntMCreatedByUser()
Original property name from the Odata EDM: LglCntntMCreatedByUser
public String toString()
toString
in class VdmObject<LglDocStamp>
public boolean equals(Object o)
equals
in class VdmObject<LglDocStamp>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<LglDocStamp>
public int hashCode()
hashCode
in class VdmObject<LglDocStamp>
Copyright © 2019 SAP SE. All rights reserved.