ProjectInfo

Inheritance: java.lang.Object

public final class ProjectInfo

Brief info about the published project available on Project Online.

Constructors

ConstructorDescription
ProjectInfo()Initializes a new instance of the ProjectInfo class.

Methods

MethodDescription
getCreatedDate()Gets the date and time when the project was created.
getDescription()Gets the description of the project.
getId()Gets the unique identifier of the project.
getLastPublishedDate()Gets the most recent date when the project was published.
getLastSavedDate()Gets the most recent date when the project was saved.
getName()Gets the name of the project.
isCheckedOut()Gets a value indicating whether the project is checked out.

ProjectInfo()

public ProjectInfo()

Initializes a new instance of the ProjectInfo class.

getCreatedDate()

public final Date getCreatedDate()

Gets the date and time when the project was created.

Returns: java.util.Date - the date and time when the project was created.

getDescription()

public final String getDescription()

Gets the description of the project.

Returns: java.lang.String - the description of the project.

getId()

public final UUID getId()

Gets the unique identifier of the project.

Returns: java.util.UUID - the unique identifier of the project.

getLastPublishedDate()

public final Date getLastPublishedDate()

Gets the most recent date when the project was published.

Returns: java.util.Date - the most recent date when the project was published.

getLastSavedDate()

public final Date getLastSavedDate()

Gets the most recent date when the project was saved.

Returns: java.util.Date - the most recent date when the project was saved.

getName()

public final String getName()

Gets the name of the project.

Returns: java.lang.String - the name of the project.

isCheckedOut()

public final boolean isCheckedOut()

Gets a value indicating whether the project is checked out.

Returns: boolean - a value indicating whether the project is checked out.