public class ActivityPeriodActualType extends Object
Java class for ActivityPeriodActualType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityPeriodActualType">
<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="ActualExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ActualLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ActualLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ActualMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ActualNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ActualNonLaborUnits" 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" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="EarnedValueCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="EarnedValueLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="FinancialPeriodObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="FinancialPeriodTemplateId" type="{http://www.w3.org/2001/XMLSchema}int" 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" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="PlannedValueCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="PlannedValueLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" 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 Double |
actualExpenseCost |
protected Double |
actualLaborCost |
protected Double |
actualLaborUnits |
protected Double |
actualMaterialCost |
protected Double |
actualNonLaborCost |
protected Double |
actualNonLaborUnits |
protected LocalDateTime |
createDate |
protected String |
createUser |
protected Double |
earnedValueCost |
protected Double |
earnedValueLaborUnits |
protected Integer |
financialPeriodObjectId |
protected Integer |
financialPeriodTemplateId |
protected Boolean |
isBaseline |
protected Boolean |
isTemplate |
protected LocalDateTime |
lastUpdateDate |
protected String |
lastUpdateUser |
protected Double |
plannedValueCost |
protected Double |
plannedValueLaborUnits |
protected Integer |
projectObjectId |
protected Integer |
wbsObjectId |
| Constructor and Description |
|---|
ActivityPeriodActualType() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getActivityObjectId()
Gets the value of the activityObjectId property.
|
Double |
getActualExpenseCost()
Gets the value of the actualExpenseCost property.
|
Double |
getActualLaborCost()
Gets the value of the actualLaborCost property.
|
Double |
getActualLaborUnits()
Gets the value of the actualLaborUnits property.
|
Double |
getActualMaterialCost()
Gets the value of the actualMaterialCost property.
|
Double |
getActualNonLaborCost()
Gets the value of the actualNonLaborCost property.
|
Double |
getActualNonLaborUnits()
Gets the value of the actualNonLaborUnits property.
|
LocalDateTime |
getCreateDate()
Gets the value of the createDate property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
Double |
getEarnedValueCost()
Gets the value of the earnedValueCost property.
|
Double |
getEarnedValueLaborUnits()
Gets the value of the earnedValueLaborUnits property.
|
Integer |
getFinancialPeriodObjectId()
Gets the value of the financialPeriodObjectId property.
|
Integer |
getFinancialPeriodTemplateId()
Gets the value of the financialPeriodTemplateId property.
|
LocalDateTime |
getLastUpdateDate()
Gets the value of the lastUpdateDate property.
|
String |
getLastUpdateUser()
Gets the value of the lastUpdateUser property.
|
Double |
getPlannedValueCost()
Gets the value of the plannedValueCost property.
|
Double |
getPlannedValueLaborUnits()
Gets the value of the plannedValueLaborUnits property.
|
Integer |
getProjectObjectId()
Gets the value of the projectObjectId property.
|
Integer |
getWBSObjectId()
Gets the value of the wbsObjectId 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 |
setActualExpenseCost(Double value)
Sets the value of the actualExpenseCost property.
|
void |
setActualLaborCost(Double value)
Sets the value of the actualLaborCost property.
|
void |
setActualLaborUnits(Double value)
Sets the value of the actualLaborUnits property.
|
void |
setActualMaterialCost(Double value)
Sets the value of the actualMaterialCost property.
|
void |
setActualNonLaborCost(Double value)
Sets the value of the actualNonLaborCost property.
|
void |
setActualNonLaborUnits(Double value)
Sets the value of the actualNonLaborUnits property.
|
void |
setCreateDate(LocalDateTime value)
Sets the value of the createDate property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setEarnedValueCost(Double value)
Sets the value of the earnedValueCost property.
|
void |
setEarnedValueLaborUnits(Double value)
Sets the value of the earnedValueLaborUnits property.
|
void |
setFinancialPeriodObjectId(Integer value)
Sets the value of the financialPeriodObjectId property.
|
void |
setFinancialPeriodTemplateId(Integer value)
Sets the value of the financialPeriodTemplateId 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 |
setPlannedValueCost(Double value)
Sets the value of the plannedValueCost property.
|
void |
setPlannedValueLaborUnits(Double value)
Sets the value of the plannedValueLaborUnits property.
|
void |
setProjectObjectId(Integer value)
Sets the value of the projectObjectId property.
|
void |
setWBSObjectId(Integer value)
Sets the value of the wbsObjectId property.
|
protected Integer activityObjectId
protected Double actualExpenseCost
protected Double actualLaborCost
protected Double actualLaborUnits
protected Double actualMaterialCost
protected Double actualNonLaborCost
protected Double actualNonLaborUnits
protected LocalDateTime createDate
protected String createUser
protected Double earnedValueCost
protected Double earnedValueLaborUnits
protected Integer financialPeriodObjectId
protected Integer financialPeriodTemplateId
protected Boolean isBaseline
protected Boolean isTemplate
protected LocalDateTime lastUpdateDate
protected String lastUpdateUser
protected Double plannedValueCost
protected Double plannedValueLaborUnits
protected Integer projectObjectId
protected Integer wbsObjectId
public Integer getActivityObjectId()
Integerpublic void setActivityObjectId(Integer value)
value - allowed object is
Integerpublic Double getActualExpenseCost()
Stringpublic void setActualExpenseCost(Double value)
value - allowed object is
Stringpublic Double getActualLaborCost()
Stringpublic void setActualLaborCost(Double value)
value - allowed object is
Stringpublic Double getActualLaborUnits()
Stringpublic void setActualLaborUnits(Double value)
value - allowed object is
Stringpublic Double getActualMaterialCost()
Stringpublic void setActualMaterialCost(Double value)
value - allowed object is
Stringpublic Double getActualNonLaborCost()
Stringpublic void setActualNonLaborCost(Double value)
value - allowed object is
Stringpublic Double getActualNonLaborUnits()
Stringpublic void setActualNonLaborUnits(Double value)
value - allowed object is
Stringpublic LocalDateTime getCreateDate()
Stringpublic void setCreateDate(LocalDateTime value)
value - allowed object is
Stringpublic String getCreateUser()
Stringpublic void setCreateUser(String value)
value - allowed object is
Stringpublic Double getEarnedValueCost()
Stringpublic void setEarnedValueCost(Double value)
value - allowed object is
Stringpublic Double getEarnedValueLaborUnits()
Stringpublic void setEarnedValueLaborUnits(Double value)
value - allowed object is
Stringpublic Integer getFinancialPeriodObjectId()
Integerpublic void setFinancialPeriodObjectId(Integer value)
value - allowed object is
Integerpublic Integer getFinancialPeriodTemplateId()
Integerpublic void setFinancialPeriodTemplateId(Integer value)
value - allowed object is
Integerpublic Boolean isIsBaseline()
Stringpublic void setIsBaseline(Boolean value)
value - allowed object is
Stringpublic Boolean isIsTemplate()
Stringpublic void setIsTemplate(Boolean value)
value - allowed object is
Stringpublic LocalDateTime getLastUpdateDate()
Stringpublic void setLastUpdateDate(LocalDateTime value)
value - allowed object is
Stringpublic String getLastUpdateUser()
Stringpublic void setLastUpdateUser(String value)
value - allowed object is
Stringpublic Double getPlannedValueCost()
Stringpublic void setPlannedValueCost(Double value)
value - allowed object is
Stringpublic Double getPlannedValueLaborUnits()
Stringpublic void setPlannedValueLaborUnits(Double value)
value - allowed object is
Stringpublic Integer getProjectObjectId()
Integerpublic void setProjectObjectId(Integer value)
value - allowed object is
Integerpublic Integer getWBSObjectId()
IntegerCopyright © 2000–2025 MPXJ. All rights reserved.