public class SupplierActivityTask extends Entity<SupplierActivityTask>
Modifier and Type | Class and Description |
---|---|
static class |
SupplierActivityTask.SupplierActivityTaskBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityField<SupplierActivityTask,String> |
CREATED_BY_USER
Use with available fluent helpers to apply the CreatedByUser field to query operations.
|
static EntityField<SupplierActivityTask,Calendar> |
CREATION_DATE_TIME
Use with available fluent helpers to apply the CreationDateTime field to query operations.
|
static EntityField<SupplierActivityTask,Calendar> |
END_DATE
Use with available fluent helpers to apply the EndDate field to query operations.
|
static EntityField<SupplierActivityTask,String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static EntityField<SupplierActivityTask,String> |
LAST_CHANGED_BY_USER
Use with available fluent helpers to apply the LastChangedByUser field to query operations.
|
static EntityField<SupplierActivityTask,String> |
SUPLR_ACTY_TASK_LIFECYCLE_STATUS
Use with available fluent helpers to apply the SuplrActyTaskLifecycleStatus field to query operations.
|
static EntityField<SupplierActivityTask,String> |
SUPLR_ACTY_TASK_NAME
Use with available fluent helpers to apply the SuplrActyTaskName field to query operations.
|
static EntityField<SupplierActivityTask,String> |
SUPLR_ACTY_TASK_PRIORITY
Use with available fluent helpers to apply the SuplrActyTaskPriority field to query operations.
|
static EntityField<SupplierActivityTask,UUID> |
SUPLR_ACTY_TASK_U_U_ID
Use with available fluent helpers to apply the SuplrActyTaskUUID field to query operations.
|
static EntityField<SupplierActivityTask,String> |
SUPPLIER_ACTIVITY_TASK
Use with available fluent helpers to apply the SupplierActivityTask field to query operations.
|
Constructor and Description |
---|
SupplierActivityTask() |
SupplierActivityTask(UUID suplrActyTaskUUID,
String supplierActivityTask,
String suplrActyTaskName,
Calendar creationDateTime,
String createdByUser,
String lastChangedByUser,
Calendar endDate,
String language,
String suplrActyTaskPriority,
String suplrActyTaskLifecycleStatus,
ErpConfigContext erpConfigContext,
SuplrActyTskActyReference toSuplrActyTskActyReference,
SuplrActyTskCommText toSuplrActyTskCommText,
SuplrActyTskDescription toSuplrActyTskDescription,
SuplrActyTskMessageText toSuplrActyTskMessageText,
SuplrActyTskProcessor toSuplrActyTskProcessor,
SuplrActyTskPurchaserResp toSuplrActyTskPurchaserResp,
List<SuplrActyTskSupplier> toSuplrActyTskSupplier) |
Modifier and Type | Method and Description |
---|---|
void |
addSuplrActyTskSupplier(SuplrActyTskSupplier... entity)
Adds elements to the list of associated SuplrActyTskSupplier entities.
|
static SupplierActivityTask.SupplierActivityTaskBuilder |
builder() |
boolean |
equals(Object o) |
SuplrActyTskActyReference |
fetchSuplrActyTskActyReference()
Fetches the SuplrActyTskActyReference entity (one to one) associated with this entity.
|
SuplrActyTskCommText |
fetchSuplrActyTskCommText()
Fetches the SuplrActyTskCommText entity (one to one) associated with this entity.
|
SuplrActyTskDescription |
fetchSuplrActyTskDescription()
Fetches the SuplrActyTskDescription entity (one to one) associated with this entity.
|
SuplrActyTskMessageText |
fetchSuplrActyTskMessageText()
Fetches the SuplrActyTskMessageText entity (one to one) associated with this entity.
|
SuplrActyTskProcessor |
fetchSuplrActyTskProcessor()
Fetches the SuplrActyTskProcessor entity (one to one) associated with this entity.
|
SuplrActyTskPurchaserResp |
fetchSuplrActyTskPurchaserResp()
Fetches the SuplrActyTskPurchaserResp entity (one to one) associated with this entity.
|
List<SuplrActyTskSupplier> |
fetchSuplrActyTskSupplier()
Fetches the SuplrActyTskSupplier entities (one to many) associated with this entity.
|
static <T> EntityField<SupplierActivityTask,T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getCreatedByUser()
Constraints: Not nullable, Maximum length: 60
|
Calendar |
getCreationDateTime()
Constraints: Not nullable, Precision: 7
|
Calendar |
getEndDate()
Constraints: Not nullable, Precision: 0
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getLanguage()
Constraints: Not nullable, Maximum length: 2
|
String |
getLastChangedByUser()
Constraints: Not nullable, Maximum length: 60
|
String |
getSuplrActyTaskLifecycleStatus()
Constraints: Not nullable, Maximum length: 2
|
String |
getSuplrActyTaskName()
Constraints: Not nullable, Maximum length: 60
|
String |
getSuplrActyTaskPriority()
Constraints: Not nullable, Maximum length: 1
|
UUID |
getSuplrActyTaskUUID()
(Key Field) Constraints: Not nullable
|
SuplrActyTskActyReference |
getSuplrActyTskActyReferenceOrFetch()
Retrieval of associated SuplrActyTskActyReference entity (one to one).
|
com.google.common.base.Optional<SuplrActyTskActyReference> |
getSuplrActyTskActyReferenceOrNull()
Retrieval of associated SuplrActyTskActyReference entity (one to one).
|
SuplrActyTskCommText |
getSuplrActyTskCommTextOrFetch()
Retrieval of associated SuplrActyTskCommText entity (one to one).
|
com.google.common.base.Optional<SuplrActyTskCommText> |
getSuplrActyTskCommTextOrNull()
Retrieval of associated SuplrActyTskCommText entity (one to one).
|
SuplrActyTskDescription |
getSuplrActyTskDescriptionOrFetch()
Retrieval of associated SuplrActyTskDescription entity (one to one).
|
com.google.common.base.Optional<SuplrActyTskDescription> |
getSuplrActyTskDescriptionOrNull()
Retrieval of associated SuplrActyTskDescription entity (one to one).
|
SuplrActyTskMessageText |
getSuplrActyTskMessageTextOrFetch()
Retrieval of associated SuplrActyTskMessageText entity (one to one).
|
com.google.common.base.Optional<SuplrActyTskMessageText> |
getSuplrActyTskMessageTextOrNull()
Retrieval of associated SuplrActyTskMessageText entity (one to one).
|
SuplrActyTskProcessor |
getSuplrActyTskProcessorOrFetch()
Retrieval of associated SuplrActyTskProcessor entity (one to one).
|
com.google.common.base.Optional<SuplrActyTskProcessor> |
getSuplrActyTskProcessorOrNull()
Retrieval of associated SuplrActyTskProcessor entity (one to one).
|
SuplrActyTskPurchaserResp |
getSuplrActyTskPurchaserRespOrFetch()
Retrieval of associated SuplrActyTskPurchaserResp entity (one to one).
|
com.google.common.base.Optional<SuplrActyTskPurchaserResp> |
getSuplrActyTskPurchaserRespOrNull()
Retrieval of associated SuplrActyTskPurchaserResp entity (one to one).
|
List<SuplrActyTskSupplier> |
getSuplrActyTskSupplierOrFetch()
Retrieval of associated SuplrActyTskSupplier entities (one to many).
|
com.google.common.base.Optional<List<SuplrActyTskSupplier>> |
getSuplrActyTskSupplierOrNull()
Retrieval of associated SuplrActyTskSupplier entities (one to many).
|
String |
getSupplierActivityTask()
Constraints: Not nullable, Maximum length: 20
|
Class<SupplierActivityTask> |
getType() |
int |
hashCode() |
void |
setCreatedByUser(String createdByUser)
Constraints: Not nullable, Maximum length: 60
|
void |
setCreationDateTime(Calendar creationDateTime)
Constraints: Not nullable, Precision: 7
|
void |
setEndDate(Calendar endDate)
Constraints: Not nullable, Precision: 0
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setLanguage(String language)
Constraints: Not nullable, Maximum length: 2
|
void |
setLastChangedByUser(String lastChangedByUser)
Constraints: Not nullable, Maximum length: 60
|
void |
setSuplrActyTaskLifecycleStatus(String suplrActyTaskLifecycleStatus)
Constraints: Not nullable, Maximum length: 2
|
void |
setSuplrActyTaskName(String suplrActyTaskName)
Constraints: Not nullable, Maximum length: 60
|
void |
setSuplrActyTaskPriority(String suplrActyTaskPriority)
Constraints: Not nullable, Maximum length: 1
|
void |
setSuplrActyTaskUUID(UUID suplrActyTaskUUID)
(Key Field) Constraints: Not nullable
|
void |
setSuplrActyTskActyReference(SuplrActyTskActyReference value)
Overwrites the associated SuplrActyTskActyReference entity for the loaded navigation property to_SuplrActyTskActyReference.
|
void |
setSuplrActyTskCommText(SuplrActyTskCommText value)
Overwrites the associated SuplrActyTskCommText entity for the loaded navigation property to_SuplrActyTskCommText.
|
void |
setSuplrActyTskDescription(SuplrActyTskDescription value)
Overwrites the associated SuplrActyTskDescription entity for the loaded navigation property to_SuplrActyTskDescription.
|
void |
setSuplrActyTskMessageText(SuplrActyTskMessageText value)
Overwrites the associated SuplrActyTskMessageText entity for the loaded navigation property to_SuplrActyTskMessageText.
|
void |
setSuplrActyTskProcessor(SuplrActyTskProcessor value)
Overwrites the associated SuplrActyTskProcessor entity for the loaded navigation property to_SuplrActyTskProcessor.
|
void |
setSuplrActyTskPurchaserResp(SuplrActyTskPurchaserResp value)
Overwrites the associated SuplrActyTskPurchaserResp entity for the loaded navigation property to_SuplrActyTskPurchaserResp.
|
void |
setSuplrActyTskSupplier(List<SuplrActyTskSupplier> value)
Overwrites the list of associated SuplrActyTskSupplier entities for the loaded navigation property to_SuplrActyTskSupplier.
|
void |
setSupplierActivityTask(String supplierActivityTask)
Constraints: Not nullable, Maximum length: 20
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField
public static final EntityField<SupplierActivityTask,UUID> SUPLR_ACTY_TASK_U_U_ID
public static final EntityField<SupplierActivityTask,String> SUPPLIER_ACTIVITY_TASK
public static final EntityField<SupplierActivityTask,String> SUPLR_ACTY_TASK_NAME
public static final EntityField<SupplierActivityTask,Calendar> CREATION_DATE_TIME
public static final EntityField<SupplierActivityTask,String> CREATED_BY_USER
public static final EntityField<SupplierActivityTask,String> LAST_CHANGED_BY_USER
public static final EntityField<SupplierActivityTask,Calendar> END_DATE
public static final EntityField<SupplierActivityTask,String> LANGUAGE
public static final EntityField<SupplierActivityTask,String> SUPLR_ACTY_TASK_PRIORITY
public static final EntityField<SupplierActivityTask,String> SUPLR_ACTY_TASK_LIFECYCLE_STATUS
@Generated(value="lombok") public SupplierActivityTask()
@ConstructorProperties(value={"suplrActyTaskUUID","supplierActivityTask","suplrActyTaskName","creationDateTime","createdByUser","lastChangedByUser","endDate","language","suplrActyTaskPriority","suplrActyTaskLifecycleStatus","erpConfigContext","toSuplrActyTskActyReference","toSuplrActyTskCommText","toSuplrActyTskDescription","toSuplrActyTskMessageText","toSuplrActyTskProcessor","toSuplrActyTskPurchaserResp","toSuplrActyTskSupplier"}) @Generated(value="lombok") public SupplierActivityTask(@Nullable UUID suplrActyTaskUUID, @Nullable String supplierActivityTask, @Nullable String suplrActyTaskName, @Nullable Calendar creationDateTime, @Nullable String createdByUser, @Nullable String lastChangedByUser, @Nullable Calendar endDate, @Nullable String language, @Nullable String suplrActyTaskPriority, @Nullable String suplrActyTaskLifecycleStatus, @Nullable ErpConfigContext erpConfigContext, SuplrActyTskActyReference toSuplrActyTskActyReference, SuplrActyTskCommText toSuplrActyTskCommText, SuplrActyTskDescription toSuplrActyTskDescription, SuplrActyTskMessageText toSuplrActyTskMessageText, SuplrActyTskProcessor toSuplrActyTskProcessor, SuplrActyTskPurchaserResp toSuplrActyTskPurchaserResp, List<SuplrActyTskSupplier> toSuplrActyTskSupplier)
public Class<SupplierActivityTask> getType()
getType
in class Entity<SupplierActivityTask>
public static <T> EntityField<SupplierActivityTask,T> field(String fieldName, Class<T> fieldType)
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.public SuplrActyTskActyReference fetchSuplrActyTskActyReference() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
public SuplrActyTskActyReference getSuplrActyTskActyReferenceOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_SuplrActyTskActyReference of a queried SupplierActivityTask is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
public com.google.common.base.Optional<SuplrActyTskActyReference> getSuplrActyTskActyReferenceOrNull()
If the navigation property to_SuplrActyTskActyReference for an entity SupplierActivityTask has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setSuplrActyTskActyReference(SuplrActyTskActyReference value)
value
- New SuplrActyTskActyReference entity.public SuplrActyTskCommText fetchSuplrActyTskCommText() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
public SuplrActyTskCommText getSuplrActyTskCommTextOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_SuplrActyTskCommText of a queried SupplierActivityTask is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
public com.google.common.base.Optional<SuplrActyTskCommText> getSuplrActyTskCommTextOrNull()
If the navigation property to_SuplrActyTskCommText for an entity SupplierActivityTask has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setSuplrActyTskCommText(SuplrActyTskCommText value)
value
- New SuplrActyTskCommText entity.public SuplrActyTskDescription fetchSuplrActyTskDescription() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
public SuplrActyTskDescription getSuplrActyTskDescriptionOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_SuplrActyTskDescription of a queried SupplierActivityTask is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
public com.google.common.base.Optional<SuplrActyTskDescription> getSuplrActyTskDescriptionOrNull()
If the navigation property to_SuplrActyTskDescription for an entity SupplierActivityTask has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setSuplrActyTskDescription(SuplrActyTskDescription value)
value
- New SuplrActyTskDescription entity.public SuplrActyTskMessageText fetchSuplrActyTskMessageText() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
public SuplrActyTskMessageText getSuplrActyTskMessageTextOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_SuplrActyTskMessageText of a queried SupplierActivityTask is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
public com.google.common.base.Optional<SuplrActyTskMessageText> getSuplrActyTskMessageTextOrNull()
If the navigation property to_SuplrActyTskMessageText for an entity SupplierActivityTask has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setSuplrActyTskMessageText(SuplrActyTskMessageText value)
value
- New SuplrActyTskMessageText entity.public SuplrActyTskProcessor fetchSuplrActyTskProcessor() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
public SuplrActyTskProcessor getSuplrActyTskProcessorOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_SuplrActyTskProcessor of a queried SupplierActivityTask is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
public com.google.common.base.Optional<SuplrActyTskProcessor> getSuplrActyTskProcessorOrNull()
If the navigation property to_SuplrActyTskProcessor for an entity SupplierActivityTask has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setSuplrActyTskProcessor(SuplrActyTskProcessor value)
value
- New SuplrActyTskProcessor entity.public SuplrActyTskPurchaserResp fetchSuplrActyTskPurchaserResp() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
public SuplrActyTskPurchaserResp getSuplrActyTskPurchaserRespOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_SuplrActyTskPurchaserResp of a queried SupplierActivityTask is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
public com.google.common.base.Optional<SuplrActyTskPurchaserResp> getSuplrActyTskPurchaserRespOrNull()
If the navigation property to_SuplrActyTskPurchaserResp for an entity SupplierActivityTask has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setSuplrActyTskPurchaserResp(SuplrActyTskPurchaserResp value)
value
- New SuplrActyTskPurchaserResp entity.public List<SuplrActyTskSupplier> fetchSuplrActyTskSupplier() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
public List<SuplrActyTskSupplier> getSuplrActyTskSupplierOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_SuplrActyTskSupplier of a queried SupplierActivityTask is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
public com.google.common.base.Optional<List<SuplrActyTskSupplier>> getSuplrActyTskSupplierOrNull()
If the navigation property to_SuplrActyTskSupplier for an entity SupplierActivityTask has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setSuplrActyTskSupplier(@NonNull List<SuplrActyTskSupplier> value) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_SuplrActyTskSupplier of a queried SupplierActivityTask is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of SuplrActyTskSupplier entities.com.sap.cloud.sdk.odatav2.connectivity.ODataException
public void addSuplrActyTskSupplier(SuplrActyTskSupplier... entity) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_SuplrActyTskSupplier of a queried SupplierActivityTask is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of SuplrActyTskSupplier entities.com.sap.cloud.sdk.odatav2.connectivity.ODataException
@Generated(value="lombok") public static SupplierActivityTask.SupplierActivityTaskBuilder builder()
@Nullable @Generated(value="lombok") public UUID getSuplrActyTaskUUID()
@Nullable @Generated(value="lombok") public String getSupplierActivityTask()
@Nullable @Generated(value="lombok") public String getSuplrActyTaskName()
@Nullable @Generated(value="lombok") public Calendar getCreationDateTime()
@Nullable @Generated(value="lombok") public String getCreatedByUser()
@Nullable @Generated(value="lombok") public String getLastChangedByUser()
@Nullable @Generated(value="lombok") public Calendar getEndDate()
@Nullable @Generated(value="lombok") public String getLanguage()
@Nullable @Generated(value="lombok") public String getSuplrActyTaskPriority()
@Nullable @Generated(value="lombok") public String getSuplrActyTaskLifecycleStatus()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setSuplrActyTaskUUID(@Nullable UUID suplrActyTaskUUID)
suplrActyTaskUUID
- @Generated(value="lombok") public void setSupplierActivityTask(@Nullable String supplierActivityTask)
supplierActivityTask
- @Generated(value="lombok") public void setSuplrActyTaskName(@Nullable String suplrActyTaskName)
suplrActyTaskName
- @Generated(value="lombok") public void setCreationDateTime(@Nullable Calendar creationDateTime)
creationDateTime
- @Generated(value="lombok") public void setCreatedByUser(@Nullable String createdByUser)
createdByUser
- @Generated(value="lombok") public void setLastChangedByUser(@Nullable String lastChangedByUser)
lastChangedByUser
- @Generated(value="lombok") public void setEndDate(@Nullable Calendar endDate)
endDate
- @Generated(value="lombok") public void setLanguage(@Nullable String language)
language
- @Generated(value="lombok") public void setSuplrActyTaskPriority(@Nullable String suplrActyTaskPriority)
suplrActyTaskPriority
- @Generated(value="lombok") public void setSuplrActyTaskLifecycleStatus(@Nullable String suplrActyTaskLifecycleStatus)
suplrActyTaskLifecycleStatus
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class Entity<SupplierActivityTask>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class Entity<SupplierActivityTask>
@Generated(value="lombok") public int hashCode()
hashCode
in class Entity<SupplierActivityTask>
Copyright © 2017 SAP SE. All rights reserved.