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()
Stringpublic void setApproverUserName(String value)
value - allowed object is
Stringpublic Integer getApproverUserObjectId()
Integerpublic void setApproverUserObjectId(Integer value)
value - allowed object is
Integerpublic LocalDateTime getAuditDate()
Stringpublic void setAuditDate(LocalDateTime value)
value - allowed object is
Stringpublic Integer getObjectId()
Integerpublic void setObjectId(Integer value)
value - allowed object is
Integerpublic Double getOverheadHours()
Stringpublic void setOverheadHours(Double value)
value - allowed object is
Stringpublic Double getOverheadOvertimeHours()
Stringpublic void setOverheadOvertimeHours(Double value)
value - allowed object is
Stringpublic Double getPendingOverheadHours()
Stringpublic void setPendingOverheadHours(Double value)
value - allowed object is
Stringpublic Double getPendingOverheadOvertimeHours()
Stringpublic void setPendingOverheadOvertimeHours(Double value)
value - allowed object is
Stringpublic Double getPendingProjectHours()
Stringpublic void setPendingProjectHours(Double value)
value - allowed object is
Stringpublic Double getPendingProjectOvertimeHours()
Stringpublic void setPendingProjectOvertimeHours(Double value)
value - allowed object is
Stringpublic Double getProjectHours()
Stringpublic void setProjectHours(Double value)
value - allowed object is
Stringpublic String getProjectId()
Stringpublic void setProjectId(String value)
value - allowed object is
Stringpublic Integer getProjectObjectId()
Integerpublic void setProjectObjectId(Integer value)
value - allowed object is
Integerpublic Double getProjectOvertimeHours()
Stringpublic void setProjectOvertimeHours(Double value)
value - allowed object is
Stringpublic String getResourceId()
Stringpublic void setResourceId(String value)
value - allowed object is
Stringpublic String getResourceName()
Stringpublic void setResourceName(String value)
value - allowed object is
Stringpublic Integer getResourceObjectId()
Integerpublic void setResourceObjectId(Integer value)
value - allowed object is
Integerpublic String getTimesheetActivityStatus()
Stringpublic void setTimesheetActivityStatus(String value)
value - allowed object is
Stringpublic String getTimesheetApprovingAs()
Stringpublic void setTimesheetApprovingAs(String value)
value - allowed object is
Stringpublic LocalDateTime getTimesheetPeriodEndDate()
Stringpublic void setTimesheetPeriodEndDate(LocalDateTime value)
value - allowed object is
Stringpublic Integer getTimesheetPeriodObjectId()
Integerpublic void setTimesheetPeriodObjectId(Integer value)
value - allowed object is
Integerpublic LocalDateTime getTimesheetPeriodStartDate()
Stringpublic void setTimesheetPeriodStartDate(LocalDateTime value)
value - allowed object is
Stringpublic String getTimesheetStatus()
StringCopyright © 2000–2025 MPXJ. All rights reserved.