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="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 Date |
createDate |
protected String |
createUser |
protected Double |
earnedValueCost |
protected Double |
earnedValueLaborUnits |
protected Integer |
financialPeriodObjectId |
protected Boolean |
isBaseline |
protected Boolean |
isTemplate |
protected Date |
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.
|
Date |
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.
|
Date |
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(Date 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 |
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 |
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 Date createDate
protected String createUser
protected Double earnedValueCost
protected Double earnedValueLaborUnits
protected Integer financialPeriodObjectId
protected Boolean isBaseline
protected Boolean isTemplate
protected Date 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()
Doublepublic void setActualExpenseCost(Double value)
value - allowed object is
Doublepublic Double getActualLaborCost()
Doublepublic void setActualLaborCost(Double value)
value - allowed object is
Doublepublic Double getActualLaborUnits()
Doublepublic void setActualLaborUnits(Double value)
value - allowed object is
Doublepublic Double getActualMaterialCost()
Doublepublic void setActualMaterialCost(Double value)
value - allowed object is
Doublepublic Double getActualNonLaborCost()
Doublepublic void setActualNonLaborCost(Double value)
value - allowed object is
Doublepublic Double getActualNonLaborUnits()
Doublepublic void setActualNonLaborUnits(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 Double getEarnedValueCost()
Doublepublic void setEarnedValueCost(Double value)
value - allowed object is
Doublepublic Double getEarnedValueLaborUnits()
Doublepublic void setEarnedValueLaborUnits(Double value)
value - allowed object is
Doublepublic Integer getFinancialPeriodObjectId()
Integerpublic void setFinancialPeriodObjectId(Integer value)
value - allowed object is
Integerpublic 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 Double getPlannedValueCost()
Doublepublic void setPlannedValueCost(Double value)
value - allowed object is
Doublepublic Double getPlannedValueLaborUnits()
Doublepublic void setPlannedValueLaborUnits(Double value)
value - allowed object is
Doublepublic Integer getProjectObjectId()
Integerpublic void setProjectObjectId(Integer value)
value - allowed object is
Integerpublic Integer getWBSObjectId()
IntegerCopyright © 2013. All Rights Reserved.