public class ResourceHourType extends Object
Java class for ResourceHourType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceHourType"> <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="ActivityTimesheetLinkFlag" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ApprovedHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="ApprovedOvertimeHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="CreateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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="IsBaseline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="IsTemplate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="LastUpdateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="LastUpdateUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="OverheadCodeName" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="32"/> </restriction> </simpleType> </element> <element name="OverheadCodeObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ProjectId" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="40"/> </restriction> </simpleType> </element> <element name="ProjectName" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="100"/> </restriction> </simpleType> </element> <element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ResourceAssignmentObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ResourceId" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <element name="ResourceIntegratedType" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value=""/> <enumeration value="ERP"/> <enumeration value="Gateway"/> <enumeration value="PrimaveraCloudScope"/> </restriction> </simpleType> </element> <element name="ResourceName" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <element name="ResourceObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="Status" 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="TimesheetPeriodObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="TimesheetStatusDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="UnapprovedHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="UnapprovedOvertimeHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="WBSObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
activityObjectId |
protected Boolean |
activityTimesheetLinkFlag |
protected Double |
approvedHours |
protected Double |
approvedOvertimeHours |
protected LocalDateTime |
createDate |
protected String |
createUser |
protected LocalDateTime |
date |
protected Boolean |
isBaseline |
protected Boolean |
isTemplate |
protected LocalDateTime |
lastUpdateDate |
protected String |
lastUpdateUser |
protected Integer |
objectId |
protected String |
overheadCodeName |
protected Integer |
overheadCodeObjectId |
protected String |
projectId |
protected String |
projectName |
protected Integer |
projectObjectId |
protected Integer |
resourceAssignmentObjectId |
protected String |
resourceId |
protected String |
resourceIntegratedType |
protected String |
resourceName |
protected Integer |
resourceObjectId |
protected String |
status |
protected Integer |
timesheetPeriodObjectId |
protected LocalDateTime |
timesheetStatusDate |
protected Double |
unapprovedHours |
protected Double |
unapprovedOvertimeHours |
protected Integer |
wbsObjectId |
Constructor and Description |
---|
ResourceHourType() |
Modifier and Type | Method and Description |
---|---|
Integer |
getActivityObjectId()
Gets the value of the activityObjectId property.
|
Double |
getApprovedHours()
Gets the value of the approvedHours property.
|
Double |
getApprovedOvertimeHours()
Gets the value of the approvedOvertimeHours property.
|
LocalDateTime |
getCreateDate()
Gets the value of the createDate property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
LocalDateTime |
getDate()
Gets the value of the date property.
|
LocalDateTime |
getLastUpdateDate()
Gets the value of the lastUpdateDate property.
|
String |
getLastUpdateUser()
Gets the value of the lastUpdateUser property.
|
Integer |
getObjectId()
Gets the value of the objectId property.
|
String |
getOverheadCodeName()
Gets the value of the overheadCodeName property.
|
Integer |
getOverheadCodeObjectId()
Gets the value of the overheadCodeObjectId property.
|
String |
getProjectId()
Gets the value of the projectId property.
|
String |
getProjectName()
Gets the value of the projectName property.
|
Integer |
getProjectObjectId()
Gets the value of the projectObjectId property.
|
Integer |
getResourceAssignmentObjectId()
Gets the value of the resourceAssignmentObjectId property.
|
String |
getResourceId()
Gets the value of the resourceId property.
|
String |
getResourceIntegratedType()
Gets the value of the resourceIntegratedType property.
|
String |
getResourceName()
Gets the value of the resourceName property.
|
Integer |
getResourceObjectId()
Gets the value of the resourceObjectId property.
|
String |
getStatus()
Gets the value of the status property.
|
Integer |
getTimesheetPeriodObjectId()
Gets the value of the timesheetPeriodObjectId property.
|
LocalDateTime |
getTimesheetStatusDate()
Gets the value of the timesheetStatusDate property.
|
Double |
getUnapprovedHours()
Gets the value of the unapprovedHours property.
|
Double |
getUnapprovedOvertimeHours()
Gets the value of the unapprovedOvertimeHours property.
|
Integer |
getWBSObjectId()
Gets the value of the wbsObjectId property.
|
Boolean |
isActivityTimesheetLinkFlag()
Gets the value of the activityTimesheetLinkFlag property.
|
Boolean |
isIsBaseline()
Gets the value of the isBaseline property.
|
Boolean |
isIsTemplate()
Gets the value of the isTemplate property.
|
void |
setActivityObjectId(Integer value)
Sets the value of the activityObjectId property.
|
void |
setActivityTimesheetLinkFlag(Boolean value)
Sets the value of the activityTimesheetLinkFlag property.
|
void |
setApprovedHours(Double value)
Sets the value of the approvedHours property.
|
void |
setApprovedOvertimeHours(Double value)
Sets the value of the approvedOvertimeHours property.
|
void |
setCreateDate(LocalDateTime value)
Sets the value of the createDate property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setDate(LocalDateTime value)
Sets the value of the date property.
|
void |
setIsBaseline(Boolean value)
Sets the value of the isBaseline property.
|
void |
setIsTemplate(Boolean value)
Sets the value of the isTemplate property.
|
void |
setLastUpdateDate(LocalDateTime value)
Sets the value of the lastUpdateDate property.
|
void |
setLastUpdateUser(String value)
Sets the value of the lastUpdateUser property.
|
void |
setObjectId(Integer value)
Sets the value of the objectId property.
|
void |
setOverheadCodeName(String value)
Sets the value of the overheadCodeName property.
|
void |
setOverheadCodeObjectId(Integer value)
Sets the value of the overheadCodeObjectId property.
|
void |
setProjectId(String value)
Sets the value of the projectId property.
|
void |
setProjectName(String value)
Sets the value of the projectName property.
|
void |
setProjectObjectId(Integer value)
Sets the value of the projectObjectId property.
|
void |
setResourceAssignmentObjectId(Integer value)
Sets the value of the resourceAssignmentObjectId property.
|
void |
setResourceId(String value)
Sets the value of the resourceId property.
|
void |
setResourceIntegratedType(String value)
Sets the value of the resourceIntegratedType property.
|
void |
setResourceName(String value)
Sets the value of the resourceName property.
|
void |
setResourceObjectId(Integer value)
Sets the value of the resourceObjectId property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setTimesheetPeriodObjectId(Integer value)
Sets the value of the timesheetPeriodObjectId property.
|
void |
setTimesheetStatusDate(LocalDateTime value)
Sets the value of the timesheetStatusDate property.
|
void |
setUnapprovedHours(Double value)
Sets the value of the unapprovedHours property.
|
void |
setUnapprovedOvertimeHours(Double value)
Sets the value of the unapprovedOvertimeHours property.
|
void |
setWBSObjectId(Integer value)
Sets the value of the wbsObjectId property.
|
protected Integer activityObjectId
protected Boolean activityTimesheetLinkFlag
protected Double approvedHours
protected Double approvedOvertimeHours
protected LocalDateTime createDate
protected String createUser
protected LocalDateTime date
protected Boolean isBaseline
protected Boolean isTemplate
protected LocalDateTime lastUpdateDate
protected String lastUpdateUser
protected Integer objectId
protected String overheadCodeName
protected Integer overheadCodeObjectId
protected String projectId
protected String projectName
protected Integer projectObjectId
protected Integer resourceAssignmentObjectId
protected String resourceId
protected String resourceIntegratedType
protected String resourceName
protected Integer resourceObjectId
protected String status
protected Integer timesheetPeriodObjectId
protected LocalDateTime timesheetStatusDate
protected Double unapprovedHours
protected Double unapprovedOvertimeHours
protected Integer wbsObjectId
public Integer getActivityObjectId()
Integer
public void setActivityObjectId(Integer value)
value
- allowed object is
Integer
public Boolean isActivityTimesheetLinkFlag()
String
public void setActivityTimesheetLinkFlag(Boolean value)
value
- allowed object is
String
public Double getApprovedHours()
String
public void setApprovedHours(Double value)
value
- allowed object is
String
public Double getApprovedOvertimeHours()
String
public void setApprovedOvertimeHours(Double value)
value
- allowed object is
String
public LocalDateTime getCreateDate()
String
public void setCreateDate(LocalDateTime value)
value
- allowed object is
String
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 Boolean isIsBaseline()
String
public void setIsBaseline(Boolean value)
value
- allowed object is
String
public Boolean isIsTemplate()
String
public void setIsTemplate(Boolean value)
value
- allowed object is
String
public LocalDateTime getLastUpdateDate()
String
public void setLastUpdateDate(LocalDateTime value)
value
- allowed object is
String
public String getLastUpdateUser()
String
public void setLastUpdateUser(String value)
value
- allowed object is
String
public Integer getObjectId()
Integer
public void setObjectId(Integer value)
value
- allowed object is
Integer
public String getOverheadCodeName()
String
public void setOverheadCodeName(String value)
value
- allowed object is
String
public Integer getOverheadCodeObjectId()
Integer
public void setOverheadCodeObjectId(Integer value)
value
- allowed object is
Integer
public String getProjectId()
String
public void setProjectId(String value)
value
- allowed object is
String
public String getProjectName()
String
public void setProjectName(String value)
value
- allowed object is
String
public Integer getProjectObjectId()
Integer
public void setProjectObjectId(Integer value)
value
- allowed object is
Integer
public Integer getResourceAssignmentObjectId()
Integer
public void setResourceAssignmentObjectId(Integer value)
value
- allowed object is
Integer
public String getResourceId()
String
public void setResourceId(String value)
value
- allowed object is
String
public String getResourceIntegratedType()
String
public void setResourceIntegratedType(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 getStatus()
String
public void setStatus(String value)
value
- allowed object is
String
public Integer getTimesheetPeriodObjectId()
Integer
public void setTimesheetPeriodObjectId(Integer value)
value
- allowed object is
Integer
public LocalDateTime getTimesheetStatusDate()
String
public void setTimesheetStatusDate(LocalDateTime value)
value
- allowed object is
String
public Double getUnapprovedHours()
String
public void setUnapprovedHours(Double value)
value
- allowed object is
String
public Double getUnapprovedOvertimeHours()
String
public void setUnapprovedOvertimeHours(Double value)
value
- allowed object is
String
public Integer getWBSObjectId()
Integer
Copyright © 2000–2024 Packwood Software. All rights reserved.