public class ActivityUpdateType extends Object
Java class for ActivityUpdateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityUpdateType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ActivityObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ActivityOwnerUserId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ActivityType" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value=""/> <enumeration value="Task Dependent"/> <enumeration value="Resource Dependent"/> <enumeration value="Level of Effort"/> <enumeration value="Start Milestone"/> <enumeration value="Finish Milestone"/> <enumeration value="WBS Summary"/> </restriction> </simpleType> </element> <element name="AllData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ApprovalDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ApprovalUserName" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <element name="ApprovalUserObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="CalendarId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ChangeSetObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="CreateUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="HeldDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="LastApprovedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="OffsetValue" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <element name="OverrideActualFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="OverrideActualLaborUnits" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="0.0"/> </restriction> </simpleType> </element> <element name="OverrideActualNonLaborUnits" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="0.0"/> </restriction> </simpleType> </element> <element name="OverrideActualStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="OverrideConstraintDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="OverrideConstraintType" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value=""/> <enumeration value="Start On"/> <enumeration value="Start On or Before"/> <enumeration value="Start On or After"/> <enumeration value="Finish On"/> <enumeration value="Finish On or Before"/> <enumeration value="Finish On or After"/> <enumeration value="As Late As Possible"/> <enumeration value="Mandatory Start"/> <enumeration value="Mandatory Finish"/> </restriction> </simpleType> </element> <element name="OverrideExpectedFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="OverridePercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="OverrideRemainingDuration" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="0.0"/> </restriction> </simpleType> </element> <element name="OverrideRemainingLaborUnits" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="0.0"/> </restriction> </simpleType> </element> <element name="OverrideRemainingNonLaborUnits" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="0.0"/> </restriction> </simpleType> </element> <element name="OverrideResumeDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="OverrideSuspendDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="PendingActualFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="PendingActualLaborUnits" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="0.0"/> </restriction> </simpleType> </element> <element name="PendingActualNonLaborUnits" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="0.0"/> </restriction> </simpleType> </element> <element name="PendingActualStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="PendingConstraintDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="PendingConstraintType" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value=""/> <enumeration value="Start On"/> <enumeration value="Start On or Before"/> <enumeration value="Start On or After"/> <enumeration value="Finish On"/> <enumeration value="Finish On or Before"/> <enumeration value="Finish On or After"/> <enumeration value="As Late As Possible"/> <enumeration value="Mandatory Start"/> <enumeration value="Mandatory Finish"/> </restriction> </simpleType> </element> <element name="PendingExpectedFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="PendingPercentComplete" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="0.0"/> <maxInclusive value="100.0"/> </restriction> </simpleType> </element> <element name="PendingRemainingDuration" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="0.0"/> </restriction> </simpleType> </element> <element name="PendingRemainingLaborUnits" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="0.0"/> </restriction> </simpleType> </element> <element name="PendingRemainingNonLaborUnits" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="0.0"/> </restriction> </simpleType> </element> <element name="PendingResumeDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="PendingSuspendDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="RejectedBy" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <element name="RejectedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="RequestUserObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ResubmittedBy" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <element name="ResubmittedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="Status" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Pending"/> <enumeration value="Held"/> <enumeration value="Approved"/> <enumeration value="Rejected"/> <enumeration value="Partially Approved"/> <enumeration value="Withdrawn"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ActivityUpdateType() |
Modifier and Type | Method and Description |
---|---|
Integer |
getActivityObjectId()
Gets the value of the activityObjectId property.
|
Integer |
getActivityOwnerUserId()
Gets the value of the activityOwnerUserId property.
|
String |
getActivityType()
Gets the value of the activityType property.
|
String |
getAllData()
Gets the value of the allData property.
|
LocalDateTime |
getApprovalDate()
Gets the value of the approvalDate property.
|
String |
getApprovalUserName()
Gets the value of the approvalUserName property.
|
Integer |
getApprovalUserObjectId()
Gets the value of the approvalUserObjectId property.
|
Integer |
getCalendarId()
Gets the value of the calendarId property.
|
Integer |
getChangeSetObjectId()
Gets the value of the changeSetObjectId property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
LocalDateTime |
getDate()
Gets the value of the date property.
|
LocalDateTime |
getHeldDate()
Gets the value of the heldDate property.
|
LocalDateTime |
getLastApprovedDate()
Gets the value of the lastApprovedDate property.
|
String |
getOffsetValue()
Gets the value of the offsetValue property.
|
LocalDateTime |
getOverrideActualFinishDate()
Gets the value of the overrideActualFinishDate property.
|
Double |
getOverrideActualLaborUnits()
Gets the value of the overrideActualLaborUnits property.
|
Double |
getOverrideActualNonLaborUnits()
Gets the value of the overrideActualNonLaborUnits property.
|
LocalDateTime |
getOverrideActualStartDate()
Gets the value of the overrideActualStartDate property.
|
LocalDateTime |
getOverrideConstraintDate()
Gets the value of the overrideConstraintDate property.
|
String |
getOverrideConstraintType()
Gets the value of the overrideConstraintType property.
|
LocalDateTime |
getOverrideExpectedFinishDate()
Gets the value of the overrideExpectedFinishDate property.
|
Double |
getOverridePercentComplete()
Gets the value of the overridePercentComplete property.
|
Double |
getOverrideRemainingDuration()
Gets the value of the overrideRemainingDuration property.
|
Double |
getOverrideRemainingLaborUnits()
Gets the value of the overrideRemainingLaborUnits property.
|
Double |
getOverrideRemainingNonLaborUnits()
Gets the value of the overrideRemainingNonLaborUnits property.
|
LocalDateTime |
getOverrideResumeDate()
Gets the value of the overrideResumeDate property.
|
LocalDateTime |
getOverrideSuspendDate()
Gets the value of the overrideSuspendDate property.
|
LocalDateTime |
getPendingActualFinishDate()
Gets the value of the pendingActualFinishDate property.
|
Double |
getPendingActualLaborUnits()
Gets the value of the pendingActualLaborUnits property.
|
Double |
getPendingActualNonLaborUnits()
Gets the value of the pendingActualNonLaborUnits property.
|
LocalDateTime |
getPendingActualStartDate()
Gets the value of the pendingActualStartDate property.
|
LocalDateTime |
getPendingConstraintDate()
Gets the value of the pendingConstraintDate property.
|
String |
getPendingConstraintType()
Gets the value of the pendingConstraintType property.
|
LocalDateTime |
getPendingExpectedFinishDate()
Gets the value of the pendingExpectedFinishDate property.
|
Double |
getPendingPercentComplete()
Gets the value of the pendingPercentComplete property.
|
Double |
getPendingRemainingDuration()
Gets the value of the pendingRemainingDuration property.
|
Double |
getPendingRemainingLaborUnits()
Gets the value of the pendingRemainingLaborUnits property.
|
Double |
getPendingRemainingNonLaborUnits()
Gets the value of the pendingRemainingNonLaborUnits property.
|
LocalDateTime |
getPendingResumeDate()
Gets the value of the pendingResumeDate property.
|
LocalDateTime |
getPendingSuspendDate()
Gets the value of the pendingSuspendDate property.
|
Integer |
getProjectObjectId()
Gets the value of the projectObjectId property.
|
String |
getRejectedBy()
Gets the value of the rejectedBy property.
|
LocalDateTime |
getRejectedDate()
Gets the value of the rejectedDate property.
|
Integer |
getRequestUserObjectId()
Gets the value of the requestUserObjectId property.
|
String |
getResubmittedBy()
Gets the value of the resubmittedBy property.
|
LocalDateTime |
getResubmittedDate()
Gets the value of the resubmittedDate property.
|
String |
getStatus()
Gets the value of the status property.
|
void |
setActivityObjectId(Integer value)
Sets the value of the activityObjectId property.
|
void |
setActivityOwnerUserId(Integer value)
Sets the value of the activityOwnerUserId property.
|
void |
setActivityType(String value)
Sets the value of the activityType property.
|
void |
setAllData(String value)
Sets the value of the allData property.
|
void |
setApprovalDate(LocalDateTime value)
Sets the value of the approvalDate property.
|
void |
setApprovalUserName(String value)
Sets the value of the approvalUserName property.
|
void |
setApprovalUserObjectId(Integer value)
Sets the value of the approvalUserObjectId property.
|
void |
setCalendarId(Integer value)
Sets the value of the calendarId property.
|
void |
setChangeSetObjectId(Integer value)
Sets the value of the changeSetObjectId property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setDate(LocalDateTime value)
Sets the value of the date property.
|
void |
setHeldDate(LocalDateTime value)
Sets the value of the heldDate property.
|
void |
setLastApprovedDate(LocalDateTime value)
Sets the value of the lastApprovedDate property.
|
void |
setOffsetValue(String value)
Sets the value of the offsetValue property.
|
void |
setOverrideActualFinishDate(LocalDateTime value)
Sets the value of the overrideActualFinishDate property.
|
void |
setOverrideActualLaborUnits(Double value)
Sets the value of the overrideActualLaborUnits property.
|
void |
setOverrideActualNonLaborUnits(Double value)
Sets the value of the overrideActualNonLaborUnits property.
|
void |
setOverrideActualStartDate(LocalDateTime value)
Sets the value of the overrideActualStartDate property.
|
void |
setOverrideConstraintDate(LocalDateTime value)
Sets the value of the overrideConstraintDate property.
|
void |
setOverrideConstraintType(String value)
Sets the value of the overrideConstraintType property.
|
void |
setOverrideExpectedFinishDate(LocalDateTime value)
Sets the value of the overrideExpectedFinishDate property.
|
void |
setOverridePercentComplete(Double value)
Sets the value of the overridePercentComplete property.
|
void |
setOverrideRemainingDuration(Double value)
Sets the value of the overrideRemainingDuration property.
|
void |
setOverrideRemainingLaborUnits(Double value)
Sets the value of the overrideRemainingLaborUnits property.
|
void |
setOverrideRemainingNonLaborUnits(Double value)
Sets the value of the overrideRemainingNonLaborUnits property.
|
void |
setOverrideResumeDate(LocalDateTime value)
Sets the value of the overrideResumeDate property.
|
void |
setOverrideSuspendDate(LocalDateTime value)
Sets the value of the overrideSuspendDate property.
|
void |
setPendingActualFinishDate(LocalDateTime value)
Sets the value of the pendingActualFinishDate property.
|
void |
setPendingActualLaborUnits(Double value)
Sets the value of the pendingActualLaborUnits property.
|
void |
setPendingActualNonLaborUnits(Double value)
Sets the value of the pendingActualNonLaborUnits property.
|
void |
setPendingActualStartDate(LocalDateTime value)
Sets the value of the pendingActualStartDate property.
|
void |
setPendingConstraintDate(LocalDateTime value)
Sets the value of the pendingConstraintDate property.
|
void |
setPendingConstraintType(String value)
Sets the value of the pendingConstraintType property.
|
void |
setPendingExpectedFinishDate(LocalDateTime value)
Sets the value of the pendingExpectedFinishDate property.
|
void |
setPendingPercentComplete(Double value)
Sets the value of the pendingPercentComplete property.
|
void |
setPendingRemainingDuration(Double value)
Sets the value of the pendingRemainingDuration property.
|
void |
setPendingRemainingLaborUnits(Double value)
Sets the value of the pendingRemainingLaborUnits property.
|
void |
setPendingRemainingNonLaborUnits(Double value)
Sets the value of the pendingRemainingNonLaborUnits property.
|
void |
setPendingResumeDate(LocalDateTime value)
Sets the value of the pendingResumeDate property.
|
void |
setPendingSuspendDate(LocalDateTime value)
Sets the value of the pendingSuspendDate property.
|
void |
setProjectObjectId(Integer value)
Sets the value of the projectObjectId property.
|
void |
setRejectedBy(String value)
Sets the value of the rejectedBy property.
|
void |
setRejectedDate(LocalDateTime value)
Sets the value of the rejectedDate property.
|
void |
setRequestUserObjectId(Integer value)
Sets the value of the requestUserObjectId property.
|
void |
setResubmittedBy(String value)
Sets the value of the resubmittedBy property.
|
void |
setResubmittedDate(LocalDateTime value)
Sets the value of the resubmittedDate property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
protected Integer activityObjectId
protected Integer activityOwnerUserId
protected String activityType
protected String allData
protected LocalDateTime approvalDate
protected String approvalUserName
protected Integer approvalUserObjectId
protected Integer calendarId
protected Integer changeSetObjectId
protected String createUser
protected LocalDateTime date
protected LocalDateTime heldDate
protected LocalDateTime lastApprovedDate
protected String offsetValue
protected LocalDateTime overrideActualFinishDate
protected Double overrideActualLaborUnits
protected Double overrideActualNonLaborUnits
protected LocalDateTime overrideActualStartDate
protected LocalDateTime overrideConstraintDate
protected String overrideConstraintType
protected LocalDateTime overrideExpectedFinishDate
protected Double overridePercentComplete
protected Double overrideRemainingDuration
protected Double overrideRemainingLaborUnits
protected Double overrideRemainingNonLaborUnits
protected LocalDateTime overrideResumeDate
protected LocalDateTime overrideSuspendDate
protected LocalDateTime pendingActualFinishDate
protected Double pendingActualLaborUnits
protected Double pendingActualNonLaborUnits
protected LocalDateTime pendingActualStartDate
protected LocalDateTime pendingConstraintDate
protected String pendingConstraintType
protected LocalDateTime pendingExpectedFinishDate
protected Double pendingPercentComplete
protected Double pendingRemainingDuration
protected Double pendingRemainingLaborUnits
protected Double pendingRemainingNonLaborUnits
protected LocalDateTime pendingResumeDate
protected LocalDateTime pendingSuspendDate
protected Integer projectObjectId
protected String rejectedBy
protected LocalDateTime rejectedDate
protected Integer requestUserObjectId
protected String resubmittedBy
protected LocalDateTime resubmittedDate
protected String status
public Integer getActivityObjectId()
Integer
public void setActivityObjectId(Integer value)
value
- allowed object is
Integer
public Integer getActivityOwnerUserId()
Integer
public void setActivityOwnerUserId(Integer value)
value
- allowed object is
Integer
public String getActivityType()
String
public void setActivityType(String value)
value
- allowed object is
String
public String getAllData()
String
public void setAllData(String value)
value
- allowed object is
String
public LocalDateTime getApprovalDate()
String
public void setApprovalDate(LocalDateTime value)
value
- allowed object is
String
public String getApprovalUserName()
String
public void setApprovalUserName(String value)
value
- allowed object is
String
public Integer getApprovalUserObjectId()
Integer
public void setApprovalUserObjectId(Integer value)
value
- allowed object is
Integer
public Integer getCalendarId()
Integer
public void setCalendarId(Integer value)
value
- allowed object is
Integer
public Integer getChangeSetObjectId()
Integer
public void setChangeSetObjectId(Integer value)
value
- allowed object is
Integer
public String getCreateUser()
String
public void setCreateUser(String value)
value
- allowed object is
String
public LocalDateTime getDate()
String
public void setDate(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getHeldDate()
String
public void setHeldDate(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getLastApprovedDate()
String
public void setLastApprovedDate(LocalDateTime value)
value
- allowed object is
String
public String getOffsetValue()
String
public void setOffsetValue(String value)
value
- allowed object is
String
public LocalDateTime getOverrideActualFinishDate()
String
public void setOverrideActualFinishDate(LocalDateTime value)
value
- allowed object is
String
public Double getOverrideActualLaborUnits()
String
public void setOverrideActualLaborUnits(Double value)
value
- allowed object is
String
public Double getOverrideActualNonLaborUnits()
String
public void setOverrideActualNonLaborUnits(Double value)
value
- allowed object is
String
public LocalDateTime getOverrideActualStartDate()
String
public void setOverrideActualStartDate(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getOverrideConstraintDate()
String
public void setOverrideConstraintDate(LocalDateTime value)
value
- allowed object is
String
public String getOverrideConstraintType()
String
public void setOverrideConstraintType(String value)
value
- allowed object is
String
public LocalDateTime getOverrideExpectedFinishDate()
String
public void setOverrideExpectedFinishDate(LocalDateTime value)
value
- allowed object is
String
public Double getOverridePercentComplete()
String
public void setOverridePercentComplete(Double value)
value
- allowed object is
String
public Double getOverrideRemainingDuration()
String
public void setOverrideRemainingDuration(Double value)
value
- allowed object is
String
public Double getOverrideRemainingLaborUnits()
String
public void setOverrideRemainingLaborUnits(Double value)
value
- allowed object is
String
public Double getOverrideRemainingNonLaborUnits()
String
public void setOverrideRemainingNonLaborUnits(Double value)
value
- allowed object is
String
public LocalDateTime getOverrideResumeDate()
String
public void setOverrideResumeDate(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getOverrideSuspendDate()
String
public void setOverrideSuspendDate(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getPendingActualFinishDate()
String
public void setPendingActualFinishDate(LocalDateTime value)
value
- allowed object is
String
public Double getPendingActualLaborUnits()
String
public void setPendingActualLaborUnits(Double value)
value
- allowed object is
String
public Double getPendingActualNonLaborUnits()
String
public void setPendingActualNonLaborUnits(Double value)
value
- allowed object is
String
public LocalDateTime getPendingActualStartDate()
String
public void setPendingActualStartDate(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getPendingConstraintDate()
String
public void setPendingConstraintDate(LocalDateTime value)
value
- allowed object is
String
public String getPendingConstraintType()
String
public void setPendingConstraintType(String value)
value
- allowed object is
String
public LocalDateTime getPendingExpectedFinishDate()
String
public void setPendingExpectedFinishDate(LocalDateTime value)
value
- allowed object is
String
public Double getPendingPercentComplete()
String
public void setPendingPercentComplete(Double value)
value
- allowed object is
String
public Double getPendingRemainingDuration()
String
public void setPendingRemainingDuration(Double value)
value
- allowed object is
String
public Double getPendingRemainingLaborUnits()
String
public void setPendingRemainingLaborUnits(Double value)
value
- allowed object is
String
public Double getPendingRemainingNonLaborUnits()
String
public void setPendingRemainingNonLaborUnits(Double value)
value
- allowed object is
String
public LocalDateTime getPendingResumeDate()
String
public void setPendingResumeDate(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getPendingSuspendDate()
String
public void setPendingSuspendDate(LocalDateTime value)
value
- allowed object is
String
public Integer getProjectObjectId()
Integer
public void setProjectObjectId(Integer value)
value
- allowed object is
Integer
public String getRejectedBy()
String
public void setRejectedBy(String value)
value
- allowed object is
String
public LocalDateTime getRejectedDate()
String
public void setRejectedDate(LocalDateTime value)
value
- allowed object is
String
public Integer getRequestUserObjectId()
Integer
public void setRequestUserObjectId(Integer value)
value
- allowed object is
Integer
public String getResubmittedBy()
String
public void setResubmittedBy(String value)
value
- allowed object is
String
public LocalDateTime getResubmittedDate()
String
public void setResubmittedDate(LocalDateTime value)
value
- allowed object is
String
public String getStatus()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.