public static class Gantt.Tasks.Task 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="ID" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="S" type="{http://www.w3.org/2001/XMLSchema}date" /> <attribute name="B" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="BC" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="D" type="{}ganttDesignerDuration" /> <attribute name="H" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="U" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="VA" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="In" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="C" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="PC" type="{}ganttDesignerPercent" /> <attribute name="DL" type="{http://www.w3.org/2001/XMLSchema}date" /> <attribute name="P" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="L" type="{}ganttDesignerDuration" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
b |
protected Integer |
bc |
protected Double |
c |
protected String |
content |
protected Duration |
d |
protected LocalDate |
dl |
protected Integer |
h |
protected String |
id |
protected Integer |
in |
protected Duration |
l |
protected String |
p |
protected Double |
pc |
protected LocalDate |
s |
protected Integer |
u |
protected Integer |
va |
Constructor and Description |
---|
Task() |
Modifier and Type | Method and Description |
---|---|
Integer |
getB()
Gets the value of the b property.
|
Integer |
getBC()
Gets the value of the bc property.
|
Double |
getC()
Gets the value of the c property.
|
String |
getContent()
Gets the value of the content property.
|
Duration |
getD()
Gets the value of the d property.
|
LocalDate |
getDL()
Gets the value of the dl property.
|
Integer |
getH()
Gets the value of the h property.
|
String |
getID()
Gets the value of the id property.
|
Integer |
getIn()
Gets the value of the in property.
|
Duration |
getL()
Gets the value of the l property.
|
String |
getP()
Gets the value of the p property.
|
Double |
getPC()
Gets the value of the pc property.
|
LocalDate |
getS()
Gets the value of the s property.
|
Integer |
getU()
Gets the value of the u property.
|
Integer |
getVA()
Gets the value of the va property.
|
void |
setB(Integer value)
Sets the value of the b property.
|
void |
setBC(Integer value)
Sets the value of the bc property.
|
void |
setC(Double value)
Sets the value of the c property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setD(Duration value)
Sets the value of the d property.
|
void |
setDL(LocalDate value)
Sets the value of the dl property.
|
void |
setH(Integer value)
Sets the value of the h property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setIn(Integer value)
Sets the value of the in property.
|
void |
setL(Duration value)
Sets the value of the l property.
|
void |
setP(String value)
Sets the value of the p property.
|
void |
setPC(Double value)
Sets the value of the pc property.
|
void |
setS(LocalDate value)
Sets the value of the s property.
|
void |
setU(Integer value)
Sets the value of the u property.
|
void |
setVA(Integer value)
Sets the value of the va property.
|
protected String content
protected String id
protected LocalDate s
protected Integer b
protected Integer bc
protected Duration d
protected Integer h
protected Integer u
protected Integer va
protected Integer in
protected Double c
protected Double pc
protected LocalDate dl
protected String p
protected Duration l
public String getContent()
String
public void setContent(String value)
value
- allowed object is
String
public void setID(String value)
value
- allowed object is
String
public void setS(LocalDate value)
value
- allowed object is
String
public void setB(Integer value)
value
- allowed object is
Integer
public void setBC(Integer value)
value
- allowed object is
Integer
public void setD(Duration value)
value
- allowed object is
String
public void setH(Integer value)
value
- allowed object is
Integer
public void setU(Integer value)
value
- allowed object is
Integer
public void setVA(Integer value)
value
- allowed object is
Integer
public void setIn(Integer value)
value
- allowed object is
Integer
public void setC(Double value)
value
- allowed object is
Double
public void setPC(Double value)
value
- allowed object is
String
public LocalDate getDL()
String
public void setDL(LocalDate value)
value
- allowed object is
String
public void setP(String value)
value
- allowed object is
String
Copyright © 2000–2024 Packwood Software. All rights reserved.