public interface ICycle extends IBaseFieldExMail
Modifier and Type | Method and Description |
---|---|
int |
daysLeft()
Returns the number of days until the scheduled end of the cycle.
|
Date |
endDate()
The cycle's end date.
|
void |
endDate(Date pVal)
The cycle's end date.
|
String |
name()
The cycle's name.
|
void |
name(String pVal)
The cycle's name.
|
com4j.Com4jObject |
parent()
The cycle's parent release.
|
com4j.Com4jObject |
releaseManagementInfo()
Returns the cycle information.
|
Date |
startDate()
The cycle's start date.
|
void |
startDate(Date pVal)
The cycle's start date.
|
String |
status()
The cycle's status.
|
void |
status(String pVal)
The cycle's status.
|
mail
attachments, hasAttachment, history
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String name()
The cycle's name.
Getter method for the COM property "Name"
void name(String pVal)
The cycle's name.
Setter method for the COM property "Name"
pVal
- Mandatory java.lang.String parameter.Date startDate()
The cycle's start date.
Getter method for the COM property "StartDate"
void startDate(Date pVal)
The cycle's start date.
Setter method for the COM property "StartDate"
pVal
- Mandatory java.util.Date parameter.Date endDate()
The cycle's end date.
Getter method for the COM property "EndDate"
void endDate(Date pVal)
The cycle's end date.
Setter method for the COM property "EndDate"
pVal
- Mandatory java.util.Date parameter.String status()
The cycle's status.
Getter method for the COM property "Status"
void status(String pVal)
The cycle's status.
Setter method for the COM property "Status"
pVal
- Mandatory java.lang.String parameter.com4j.Com4jObject parent()
The cycle's parent release.
Getter method for the COM property "Parent"
int daysLeft()
Returns the number of days until the scheduled end of the cycle.
com4j.Com4jObject releaseManagementInfo()
Returns the cycle information.
Getter method for the COM property "ReleaseManagementInfo"
Copyright © 2020. All rights reserved.