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()
Integer
public void setActivityObjectId(Integer value)
value
- allowed object is
Integer
public Double getActualExpenseCost()
String
public void setActualExpenseCost(Double value)
value
- allowed object is
String
public Double getActualLaborCost()
String
public void setActualLaborCost(Double value)
value
- allowed object is
String
public Double getActualLaborUnits()
String
public void setActualLaborUnits(Double value)
value
- allowed object is
String
public Double getActualMaterialCost()
String
public void setActualMaterialCost(Double value)
value
- allowed object is
String
public Double getActualNonLaborCost()
String
public void setActualNonLaborCost(Double value)
value
- allowed object is
String
public Double getActualNonLaborUnits()
String
public void setActualNonLaborUnits(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 Double getEarnedValueCost()
String
public void setEarnedValueCost(Double value)
value
- allowed object is
String
public Double getEarnedValueLaborUnits()
String
public void setEarnedValueLaborUnits(Double value)
value
- allowed object is
String
public Integer getFinancialPeriodObjectId()
Integer
public void setFinancialPeriodObjectId(Integer value)
value
- allowed object is
Integer
public Integer getFinancialPeriodTemplateId()
Integer
public void setFinancialPeriodTemplateId(Integer value)
value
- allowed object is
Integer
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 Double getPlannedValueCost()
String
public void setPlannedValueCost(Double value)
value
- allowed object is
String
public Double getPlannedValueLaborUnits()
String
public void setPlannedValueLaborUnits(Double value)
value
- allowed object is
String
public Integer getProjectObjectId()
Integer
public void setProjectObjectId(Integer value)
value
- allowed object is
Integer
public Integer getWBSObjectId()
Integer
Copyright © 2000–2024 Packwood Software. All rights reserved.