public static class Gantt.Copy 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">
<attribute name="allRows" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="fromTask" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="toTask" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="numberOfLeftColumnsCompDisp" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="numberOfLeftColumns" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="showTaskNumbers" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="dateOnRightCompDisp" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="fromDate" type="{http://www.w3.org/2001/XMLSchema}date" />
<attribute name="toDate" type="{http://www.w3.org/2001/XMLSchema}date" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
allRows |
protected Integer |
dateOnRightCompDisp |
protected LocalDate |
fromDate |
protected Integer |
fromTask |
protected Integer |
numberOfLeftColumns |
protected Integer |
numberOfLeftColumnsCompDisp |
protected Integer |
showTaskNumbers |
protected LocalDate |
toDate |
protected Integer |
toTask |
| Constructor and Description |
|---|
Copy() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAllRows()
Gets the value of the allRows property.
|
Integer |
getDateOnRightCompDisp()
Gets the value of the dateOnRightCompDisp property.
|
LocalDate |
getFromDate()
Gets the value of the fromDate property.
|
Integer |
getFromTask()
Gets the value of the fromTask property.
|
Integer |
getNumberOfLeftColumns()
Gets the value of the numberOfLeftColumns property.
|
Integer |
getNumberOfLeftColumnsCompDisp()
Gets the value of the numberOfLeftColumnsCompDisp property.
|
Integer |
getShowTaskNumbers()
Gets the value of the showTaskNumbers property.
|
LocalDate |
getToDate()
Gets the value of the toDate property.
|
Integer |
getToTask()
Gets the value of the toTask property.
|
void |
setAllRows(Integer value)
Sets the value of the allRows property.
|
void |
setDateOnRightCompDisp(Integer value)
Sets the value of the dateOnRightCompDisp property.
|
void |
setFromDate(LocalDate value)
Sets the value of the fromDate property.
|
void |
setFromTask(Integer value)
Sets the value of the fromTask property.
|
void |
setNumberOfLeftColumns(Integer value)
Sets the value of the numberOfLeftColumns property.
|
void |
setNumberOfLeftColumnsCompDisp(Integer value)
Sets the value of the numberOfLeftColumnsCompDisp property.
|
void |
setShowTaskNumbers(Integer value)
Sets the value of the showTaskNumbers property.
|
void |
setToDate(LocalDate value)
Sets the value of the toDate property.
|
void |
setToTask(Integer value)
Sets the value of the toTask property.
|
protected Integer allRows
protected Integer fromTask
protected Integer toTask
protected Integer numberOfLeftColumnsCompDisp
protected Integer numberOfLeftColumns
protected Integer showTaskNumbers
protected Integer dateOnRightCompDisp
protected LocalDate fromDate
protected LocalDate toDate
public Integer getAllRows()
Integerpublic void setAllRows(Integer value)
value - allowed object is
Integerpublic Integer getFromTask()
Integerpublic void setFromTask(Integer value)
value - allowed object is
Integerpublic Integer getToTask()
Integerpublic void setToTask(Integer value)
value - allowed object is
Integerpublic Integer getNumberOfLeftColumnsCompDisp()
Integerpublic void setNumberOfLeftColumnsCompDisp(Integer value)
value - allowed object is
Integerpublic Integer getNumberOfLeftColumns()
Integerpublic void setNumberOfLeftColumns(Integer value)
value - allowed object is
Integerpublic Integer getShowTaskNumbers()
Integerpublic void setShowTaskNumbers(Integer value)
value - allowed object is
Integerpublic Integer getDateOnRightCompDisp()
Integerpublic void setDateOnRightCompDisp(Integer value)
value - allowed object is
Integerpublic LocalDate getFromDate()
Stringpublic void setFromDate(LocalDate value)
value - allowed object is
Stringpublic LocalDate getToDate()
StringCopyright © 2000–2025 MPXJ. All rights reserved.