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="20"/>
</restriction>
</simpleType>
</element>
<element name="ProjectName" 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="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="Fusion"/>
</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 Date |
createDate |
protected String |
createUser |
protected Date |
date |
protected Boolean |
isBaseline |
protected Boolean |
isTemplate |
protected Date |
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 Date |
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.
|
Date |
getCreateDate()
Gets the value of the createDate property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
Date |
getDate()
Gets the value of the date property.
|
Date |
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.
|
Date |
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(Date value)
Sets the value of the createDate property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setDate(Date 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(Date 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(Date 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 Date createDate
protected String createUser
protected Date date
protected Boolean isBaseline
protected Boolean isTemplate
protected Date 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 Date timesheetStatusDate
protected Double unapprovedHours
protected Double unapprovedOvertimeHours
protected Integer wbsObjectId
public Integer getActivityObjectId()
Integerpublic void setActivityObjectId(Integer value)
value - allowed object is
Integerpublic Boolean isActivityTimesheetLinkFlag()
Booleanpublic void setActivityTimesheetLinkFlag(Boolean value)
value - allowed object is
Booleanpublic Double getApprovedHours()
Doublepublic void setApprovedHours(Double value)
value - allowed object is
Doublepublic Double getApprovedOvertimeHours()
Doublepublic void setApprovedOvertimeHours(Double value)
value - allowed object is
Doublepublic Date getCreateDate()
Stringpublic void setCreateDate(Date value)
value - allowed object is
Stringpublic String getCreateUser()
Stringpublic void setCreateUser(String value)
value - allowed object is
Stringpublic Date getDate()
Stringpublic void setDate(Date value)
value - allowed object is
Stringpublic Boolean isIsBaseline()
Booleanpublic void setIsBaseline(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsTemplate()
Booleanpublic void setIsTemplate(Boolean value)
value - allowed object is
Booleanpublic Date getLastUpdateDate()
Stringpublic void setLastUpdateDate(Date value)
value - allowed object is
Stringpublic String getLastUpdateUser()
Stringpublic void setLastUpdateUser(String value)
value - allowed object is
Stringpublic Integer getObjectId()
Integerpublic void setObjectId(Integer value)
value - allowed object is
Integerpublic String getOverheadCodeName()
Stringpublic void setOverheadCodeName(String value)
value - allowed object is
Stringpublic Integer getOverheadCodeObjectId()
Integerpublic void setOverheadCodeObjectId(Integer value)
value - allowed object is
Integerpublic String getProjectId()
Stringpublic void setProjectId(String value)
value - allowed object is
Stringpublic String getProjectName()
Stringpublic void setProjectName(String value)
value - allowed object is
Stringpublic Integer getProjectObjectId()
Integerpublic void setProjectObjectId(Integer value)
value - allowed object is
Integerpublic Integer getResourceAssignmentObjectId()
Integerpublic void setResourceAssignmentObjectId(Integer value)
value - allowed object is
Integerpublic String getResourceId()
Stringpublic void setResourceId(String value)
value - allowed object is
Stringpublic String getResourceIntegratedType()
Stringpublic void setResourceIntegratedType(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 getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic Integer getTimesheetPeriodObjectId()
Integerpublic void setTimesheetPeriodObjectId(Integer value)
value - allowed object is
Integerpublic Date getTimesheetStatusDate()
Stringpublic void setTimesheetStatusDate(Date value)
value - allowed object is
Stringpublic Double getUnapprovedHours()
Doublepublic void setUnapprovedHours(Double value)
value - allowed object is
Doublepublic Double getUnapprovedOvertimeHours()
Doublepublic void setUnapprovedOvertimeHours(Double value)
value - allowed object is
Doublepublic Integer getWBSObjectId()
IntegerCopyright © 2013. All Rights Reserved.