public class TimephasedData extends Object
Represents a time phased data.
Constructor and Description |
---|
TimephasedData()
Initializes a new instance of the
com.aspose.tasks.TimephasedData class. |
Modifier and Type | Method and Description |
---|---|
Date |
getFinish()
Returns the finish date of a timephased data period.
|
Date |
getStart()
Returns the start date of a timephased data period.
|
int |
getTimephasedDataType()
Returns the type of a time phased data.
|
int |
getType()
Deprecated.
|
int |
getUid()
The unique identifier of a time phased data
Read/write
int . |
int |
getUnit()
The time unit of a time phased data period.
|
String |
getValue()
The value per unit of time for a time phased data period.
|
void |
setFinish(Date value)
sets the finish date of a timephased data period.
|
void |
setStart(Date value)
Sets the start date of a timephased data period.
|
void |
setTimephasedDataType(int value)
Sets the type of a timephased data.
|
void |
setType(int value)
Deprecated.
|
void |
setUid(int value)
Sets the unique identifier of a timephased data.
|
void |
setUnit(int value)
The time unit of a timephased data period.
|
void |
setValue(String value)
Sets the value per unit of time for a timephased data period.
|
public TimephasedData()
Initializes a new instance of the com.aspose.tasks.TimephasedData
class.
@Deprecated public int getType()
The type of a time phased data.
Read/write int
.
@Deprecated public void setType(int value)
value
- The type of a timephased data.public int getUid()
The unique identifier of a time phased data
Read/write int
.
public void setUid(int value)
value
- The unique identifier.public Date getStart()
Date
).public void setStart(Date value)
value
- the start date of a timephased data period (Date
).public Date getFinish()
Date
).public void setFinish(Date value)
value
- the finish date of a timephased data period (Date
).public int getUnit()
The time unit of a time phased data period.
Read/write TimeUnitType
.
TimeUnitType
).public void setUnit(int value)
The time unit of a timephased data period.
value
- the time unit of a timephased data period (TimeUnitType
).public String getValue()
The value per unit of time for a time phased data period.
Read/write string
.
public void setValue(String value)
value
- The value per unit of time.public int getTimephasedDataType()
Returns the type of a time phased data.
Read/write Aspose.Tasks.TimephasedDataType
.
TimephasedDataType
).public void setTimephasedDataType(int value)
value
- The type of a time phased data (TimephasedDataType
).Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.