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) booleanorg.threeten.bp.OffsetDateTimeThe date and time when the project was created.The description of the project.getId()The unique identifier of the project.org.threeten.bp.OffsetDateTimeThe most recent date when the project was published.org.threeten.bp.OffsetDateTimeThe most recent date when the project was saved.getName()The name of the project.inthashCode()isCheckedOut(Boolean isCheckedOut) Value indicating whether the project is checked out.lastPublishedDate(org.threeten.bp.OffsetDateTime lastPublishedDate) lastSavedDate(org.threeten.bp.OffsetDateTime lastSavedDate) voidsetCreatedDate(org.threeten.bp.OffsetDateTime createdDate) voidsetDescription(String description) voidvoidsetIsCheckedOut(Boolean isCheckedOut) voidsetLastPublishedDate(org.threeten.bp.OffsetDateTime lastPublishedDate) voidsetLastSavedDate(org.threeten.bp.OffsetDateTime lastSavedDate) voidtoString()
-
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
-