public static class Document.WorkspaceProperties extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CurrencySymbol" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="CurrencyPosition" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="CurrencyDigits" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="HoursPerDay" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="HoursPerWeek" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="DaysPerMonth" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="CalcCPForSubprojects" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="MaximumSlack" type="{http://www.w3.org/2001/XMLSchema}double"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
calcCPForSubprojects |
protected Integer |
currencyDigits |
protected CurrencySymbolPosition |
currencyPosition |
protected String |
currencySymbol |
protected Integer |
daysPerMonth |
protected Integer |
hoursPerDay |
protected Integer |
hoursPerWeek |
protected Double |
maximumSlack |
Constructor and Description |
---|
WorkspaceProperties() |
Modifier and Type | Method and Description |
---|---|
Integer |
getCurrencyDigits()
Gets the value of the currencyDigits property.
|
CurrencySymbolPosition |
getCurrencyPosition()
Gets the value of the currencyPosition property.
|
String |
getCurrencySymbol()
Gets the value of the currencySymbol property.
|
Integer |
getDaysPerMonth()
Gets the value of the daysPerMonth property.
|
Integer |
getHoursPerDay()
Gets the value of the hoursPerDay property.
|
Integer |
getHoursPerWeek()
Gets the value of the hoursPerWeek property.
|
Double |
getMaximumSlack()
Gets the value of the maximumSlack property.
|
boolean |
isCalcCPForSubprojects()
Gets the value of the calcCPForSubprojects property.
|
void |
setCalcCPForSubprojects(boolean value)
Sets the value of the calcCPForSubprojects property.
|
void |
setCurrencyDigits(Integer value)
Sets the value of the currencyDigits property.
|
void |
setCurrencyPosition(CurrencySymbolPosition value)
Sets the value of the currencyPosition property.
|
void |
setCurrencySymbol(String value)
Sets the value of the currencySymbol property.
|
void |
setDaysPerMonth(Integer value)
Sets the value of the daysPerMonth property.
|
void |
setHoursPerDay(Integer value)
Sets the value of the hoursPerDay property.
|
void |
setHoursPerWeek(Integer value)
Sets the value of the hoursPerWeek property.
|
void |
setMaximumSlack(Double value)
Sets the value of the maximumSlack property.
|
protected String currencySymbol
protected CurrencySymbolPosition currencyPosition
protected Integer currencyDigits
protected Integer hoursPerDay
protected Integer hoursPerWeek
protected Integer daysPerMonth
protected boolean calcCPForSubprojects
protected Double maximumSlack
public String getCurrencySymbol()
String
public void setCurrencySymbol(String value)
value
- allowed object is
String
public CurrencySymbolPosition getCurrencyPosition()
String
public void setCurrencyPosition(CurrencySymbolPosition value)
value
- allowed object is
String
public Integer getCurrencyDigits()
String
public void setCurrencyDigits(Integer value)
value
- allowed object is
String
public Integer getHoursPerDay()
String
public void setHoursPerDay(Integer value)
value
- allowed object is
String
public Integer getHoursPerWeek()
String
public void setHoursPerWeek(Integer value)
value
- allowed object is
String
public Integer getDaysPerMonth()
String
public void setDaysPerMonth(Integer value)
value
- allowed object is
String
public boolean isCalcCPForSubprojects()
public void setCalcCPForSubprojects(boolean value)
public Double getMaximumSlack()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.