public class TimesheetAuditType extends Object
Java class for TimesheetAuditType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimesheetAuditType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ApproverUserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ApproverUserObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="AuditDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="OverheadHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="OverheadOvertimeHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="PendingOverheadHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="PendingOverheadOvertimeHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="PendingProjectHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="PendingProjectOvertimeHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="ProjectHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="ProjectId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ProjectOvertimeHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="ResourceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ResourceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ResourceObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="TimesheetActivityStatus" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value=""/> <enumeration value="Submitted"/> <enumeration value="Approved"/> <enumeration value="Resource Manager Approved"/> <enumeration value="Project Manager Approved"/> <enumeration value="Active"/> <enumeration value="Rejected"/> <enumeration value="Resubmitted"/> <enumeration value="Reopened"/> <enumeration value="Submitted for RM"/> <enumeration value="Resubmitted for RM"/> </restriction> </simpleType> </element> <element name="TimesheetApprovingAs" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value=""/> <enumeration value="Project Manager"/> <enumeration value="Resource Manager"/> <enumeration value="Project Manager Delegate"/> <enumeration value="Resource Manager Delegate"/> </restriction> </simpleType> </element> <element name="TimesheetPeriodEndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="TimesheetPeriodObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="TimesheetPeriodStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="TimesheetStatus" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value=""/> <enumeration value="Submitted"/> <enumeration value="Approved"/> <enumeration value="Resource Manager Approved"/> <enumeration value="Project Manager Approved"/> <enumeration value="Active"/> <enumeration value="Rejected"/> <enumeration value="Not Started"/> <enumeration value="Resubmitted"/> <enumeration value="Reopened"/> <enumeration value="Submitted for RM"/> <enumeration value="Resubmitted for RM"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
approverUserName |
protected Integer |
approverUserObjectId |
protected LocalDateTime |
auditDate |
protected Integer |
objectId |
protected Double |
overheadHours |
protected Double |
overheadOvertimeHours |
protected Double |
pendingOverheadHours |
protected Double |
pendingOverheadOvertimeHours |
protected Double |
pendingProjectHours |
protected Double |
pendingProjectOvertimeHours |
protected Double |
projectHours |
protected String |
projectId |
protected Integer |
projectObjectId |
protected Double |
projectOvertimeHours |
protected String |
resourceId |
protected String |
resourceName |
protected Integer |
resourceObjectId |
protected String |
timesheetActivityStatus |
protected String |
timesheetApprovingAs |
protected LocalDateTime |
timesheetPeriodEndDate |
protected Integer |
timesheetPeriodObjectId |
protected LocalDateTime |
timesheetPeriodStartDate |
protected String |
timesheetStatus |
Constructor and Description |
---|
TimesheetAuditType() |
Modifier and Type | Method and Description |
---|---|
String |
getApproverUserName()
Gets the value of the approverUserName property.
|
Integer |
getApproverUserObjectId()
Gets the value of the approverUserObjectId property.
|
LocalDateTime |
getAuditDate()
Gets the value of the auditDate property.
|
Integer |
getObjectId()
Gets the value of the objectId property.
|
Double |
getOverheadHours()
Gets the value of the overheadHours property.
|
Double |
getOverheadOvertimeHours()
Gets the value of the overheadOvertimeHours property.
|
Double |
getPendingOverheadHours()
Gets the value of the pendingOverheadHours property.
|
Double |
getPendingOverheadOvertimeHours()
Gets the value of the pendingOverheadOvertimeHours property.
|
Double |
getPendingProjectHours()
Gets the value of the pendingProjectHours property.
|
Double |
getPendingProjectOvertimeHours()
Gets the value of the pendingProjectOvertimeHours property.
|
Double |
getProjectHours()
Gets the value of the projectHours property.
|
String |
getProjectId()
Gets the value of the projectId property.
|
Integer |
getProjectObjectId()
Gets the value of the projectObjectId property.
|
Double |
getProjectOvertimeHours()
Gets the value of the projectOvertimeHours property.
|
String |
getResourceId()
Gets the value of the resourceId property.
|
String |
getResourceName()
Gets the value of the resourceName property.
|
Integer |
getResourceObjectId()
Gets the value of the resourceObjectId property.
|
String |
getTimesheetActivityStatus()
Gets the value of the timesheetActivityStatus property.
|
String |
getTimesheetApprovingAs()
Gets the value of the timesheetApprovingAs property.
|
LocalDateTime |
getTimesheetPeriodEndDate()
Gets the value of the timesheetPeriodEndDate property.
|
Integer |
getTimesheetPeriodObjectId()
Gets the value of the timesheetPeriodObjectId property.
|
LocalDateTime |
getTimesheetPeriodStartDate()
Gets the value of the timesheetPeriodStartDate property.
|
String |
getTimesheetStatus()
Gets the value of the timesheetStatus property.
|
void |
setApproverUserName(String value)
Sets the value of the approverUserName property.
|
void |
setApproverUserObjectId(Integer value)
Sets the value of the approverUserObjectId property.
|
void |
setAuditDate(LocalDateTime value)
Sets the value of the auditDate property.
|
void |
setObjectId(Integer value)
Sets the value of the objectId property.
|
void |
setOverheadHours(Double value)
Sets the value of the overheadHours property.
|
void |
setOverheadOvertimeHours(Double value)
Sets the value of the overheadOvertimeHours property.
|
void |
setPendingOverheadHours(Double value)
Sets the value of the pendingOverheadHours property.
|
void |
setPendingOverheadOvertimeHours(Double value)
Sets the value of the pendingOverheadOvertimeHours property.
|
void |
setPendingProjectHours(Double value)
Sets the value of the pendingProjectHours property.
|
void |
setPendingProjectOvertimeHours(Double value)
Sets the value of the pendingProjectOvertimeHours property.
|
void |
setProjectHours(Double value)
Sets the value of the projectHours property.
|
void |
setProjectId(String value)
Sets the value of the projectId property.
|
void |
setProjectObjectId(Integer value)
Sets the value of the projectObjectId property.
|
void |
setProjectOvertimeHours(Double value)
Sets the value of the projectOvertimeHours property.
|
void |
setResourceId(String value)
Sets the value of the resourceId property.
|
void |
setResourceName(String value)
Sets the value of the resourceName property.
|
void |
setResourceObjectId(Integer value)
Sets the value of the resourceObjectId property.
|
void |
setTimesheetActivityStatus(String value)
Sets the value of the timesheetActivityStatus property.
|
void |
setTimesheetApprovingAs(String value)
Sets the value of the timesheetApprovingAs property.
|
void |
setTimesheetPeriodEndDate(LocalDateTime value)
Sets the value of the timesheetPeriodEndDate property.
|
void |
setTimesheetPeriodObjectId(Integer value)
Sets the value of the timesheetPeriodObjectId property.
|
void |
setTimesheetPeriodStartDate(LocalDateTime value)
Sets the value of the timesheetPeriodStartDate property.
|
void |
setTimesheetStatus(String value)
Sets the value of the timesheetStatus property.
|
protected String approverUserName
protected Integer approverUserObjectId
protected LocalDateTime auditDate
protected Integer objectId
protected Double overheadHours
protected Double overheadOvertimeHours
protected Double pendingOverheadHours
protected Double pendingOverheadOvertimeHours
protected Double pendingProjectHours
protected Double pendingProjectOvertimeHours
protected Double projectHours
protected String projectId
protected Integer projectObjectId
protected Double projectOvertimeHours
protected String resourceId
protected String resourceName
protected Integer resourceObjectId
protected String timesheetActivityStatus
protected String timesheetApprovingAs
protected LocalDateTime timesheetPeriodEndDate
protected Integer timesheetPeriodObjectId
protected LocalDateTime timesheetPeriodStartDate
protected String timesheetStatus
public String getApproverUserName()
String
public void setApproverUserName(String value)
value
- allowed object is
String
public Integer getApproverUserObjectId()
Integer
public void setApproverUserObjectId(Integer value)
value
- allowed object is
Integer
public LocalDateTime getAuditDate()
String
public void setAuditDate(LocalDateTime value)
value
- allowed object is
String
public Integer getObjectId()
Integer
public void setObjectId(Integer value)
value
- allowed object is
Integer
public Double getOverheadHours()
String
public void setOverheadHours(Double value)
value
- allowed object is
String
public Double getOverheadOvertimeHours()
String
public void setOverheadOvertimeHours(Double value)
value
- allowed object is
String
public Double getPendingOverheadHours()
String
public void setPendingOverheadHours(Double value)
value
- allowed object is
String
public Double getPendingOverheadOvertimeHours()
String
public void setPendingOverheadOvertimeHours(Double value)
value
- allowed object is
String
public Double getPendingProjectHours()
String
public void setPendingProjectHours(Double value)
value
- allowed object is
String
public Double getPendingProjectOvertimeHours()
String
public void setPendingProjectOvertimeHours(Double value)
value
- allowed object is
String
public Double getProjectHours()
String
public void setProjectHours(Double value)
value
- allowed object is
String
public String getProjectId()
String
public void setProjectId(String value)
value
- allowed object is
String
public Integer getProjectObjectId()
Integer
public void setProjectObjectId(Integer value)
value
- allowed object is
Integer
public Double getProjectOvertimeHours()
String
public void setProjectOvertimeHours(Double value)
value
- allowed object is
String
public String getResourceId()
String
public void setResourceId(String value)
value
- allowed object is
String
public String getResourceName()
String
public void setResourceName(String value)
value
- allowed object is
String
public Integer getResourceObjectId()
Integer
public void setResourceObjectId(Integer value)
value
- allowed object is
Integer
public String getTimesheetActivityStatus()
String
public void setTimesheetActivityStatus(String value)
value
- allowed object is
String
public String getTimesheetApprovingAs()
String
public void setTimesheetApprovingAs(String value)
value
- allowed object is
String
public LocalDateTime getTimesheetPeriodEndDate()
String
public void setTimesheetPeriodEndDate(LocalDateTime value)
value
- allowed object is
String
public Integer getTimesheetPeriodObjectId()
Integer
public void setTimesheetPeriodObjectId(Integer value)
value
- allowed object is
Integer
public LocalDateTime getTimesheetPeriodStartDate()
String
public void setTimesheetPeriodStartDate(LocalDateTime value)
value
- allowed object is
String
public String getTimesheetStatus()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.