Package com.aspose.tasks.cloud.model
Class ProjectInfo
java.lang.Object
com.aspose.tasks.cloud.model.ProjectInfo
Brief info about the published project available on Project Online.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedDate
(org.threeten.bp.OffsetDateTime createdDate) description
(String description) boolean
org.threeten.bp.OffsetDateTime
The date and time when the project was created.The description of the project.getId()
The unique identifier of the project.org.threeten.bp.OffsetDateTime
The most recent date when the project was published.org.threeten.bp.OffsetDateTime
The most recent date when the project was saved.getName()
The name of the project.int
hashCode()
isCheckedOut
(Boolean isCheckedOut) Value indicating whether the project is checked out.lastPublishedDate
(org.threeten.bp.OffsetDateTime lastPublishedDate) lastSavedDate
(org.threeten.bp.OffsetDateTime lastSavedDate) void
setCreatedDate
(org.threeten.bp.OffsetDateTime createdDate) void
setDescription
(String description) void
void
setIsCheckedOut
(Boolean isCheckedOut) void
setLastPublishedDate
(org.threeten.bp.OffsetDateTime lastPublishedDate) void
setLastSavedDate
(org.threeten.bp.OffsetDateTime lastSavedDate) void
toString()
-
Constructor Details
-
ProjectInfo
public ProjectInfo()
-
-
Method Details
-
id
-
getId
The unique identifier of the project.- Returns:
- id
-
setId
-
name
-
getName
The name of the project.- Returns:
- name
-
setName
-
createdDate
-
getCreatedDate
public org.threeten.bp.OffsetDateTime getCreatedDate()The date and time when the project was created.- Returns:
- createdDate
-
setCreatedDate
public void setCreatedDate(org.threeten.bp.OffsetDateTime createdDate) -
isCheckedOut
-
isIsCheckedOut
Value indicating whether the project is checked out.- Returns:
- isCheckedOut
-
setIsCheckedOut
-
lastPublishedDate
-
getLastPublishedDate
public org.threeten.bp.OffsetDateTime getLastPublishedDate()The most recent date when the project was published.- Returns:
- lastPublishedDate
-
setLastPublishedDate
public void setLastPublishedDate(org.threeten.bp.OffsetDateTime lastPublishedDate) -
lastSavedDate
-
getLastSavedDate
public org.threeten.bp.OffsetDateTime getLastSavedDate()The most recent date when the project was saved.- Returns:
- lastSavedDate
-
setLastSavedDate
public void setLastSavedDate(org.threeten.bp.OffsetDateTime lastSavedDate) -
description
-
getDescription
The description of the project.- Returns:
- description
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-