public final class ResourceAssignmentWorkgroupFields extends Object
Modifier and Type | Field and Description |
---|---|
static ResourceAssignmentWorkgroupFields |
EMPTY |
Constructor and Description |
---|
ResourceAssignmentWorkgroupFields() |
Modifier and Type | Method and Description |
---|---|
boolean |
getConfirmed()
Gets confirmed flag.
|
String |
getMessageUniqueID()
Gets the Message Unique ID.
|
boolean |
getResponsePending()
Retrieves response pending flag.
|
String |
getScheduleID()
Retrieves the schedule ID.
|
LocalDateTime |
getUpdateFinish()
Gets the Update Finish Field value.
|
LocalDateTime |
getUpdateStart()
Gets the Update Start Field value.
|
void |
setConfirmed(boolean val)
Sets confirmed flag.
|
void |
setMessageUniqueID(String val)
Sets the Message Unique ID.
|
void |
setResponsePending(boolean val)
Sets response pending flag.
|
void |
setScheduleID(String val)
Sets the schedule ID.
|
void |
setUpdateFinish(LocalDateTime val)
Sets the Update Finish Field.
|
void |
setUpdateStart(LocalDateTime val)
Sets the Update Start Field.
|
public static final ResourceAssignmentWorkgroupFields EMPTY
public void setMessageUniqueID(String val)
val
- IDpublic String getMessageUniqueID()
public boolean getConfirmed()
public void setConfirmed(boolean val)
val
- boolean flagpublic void setResponsePending(boolean val)
val
- boolean flagpublic boolean getResponsePending()
public void setUpdateStart(LocalDateTime val)
val
- date to setpublic LocalDateTime getUpdateStart()
public void setUpdateFinish(LocalDateTime val)
val
- date to setpublic LocalDateTime getUpdateFinish()
public void setScheduleID(String val)
val
- schedule IDpublic String getScheduleID()
Copyright © 2000–2024 Packwood Software. All rights reserved.