BuiltInProjectPropertyCollection
Inheritance: java.lang.Object, com.aspose.tasks.PropertyCollection, com.aspose.tasks.PropertyKeyedCollection
public final class BuiltInProjectPropertyCollection extends PropertyKeyedCollection<BuiltInProjectProperty>
Represents a collection of built-in project properties.
Methods
Method | Description |
---|---|
getAuthor() | Gets the author of a project. |
getCategory() | Gets the category of a project. |
getComments() | Gets the comments of a project. |
getCompany() | Gets the company of a project. |
getHyperlinkBase() | Gets the hyperlink base of a project. |
getKeywords() | Gets the keywords of a project. |
getManager() | Gets the manager of a project. |
getSubject() | Gets the subject of a project. |
getTitle() | Gets the title of a project. |
isReadOnly() | Gets a value indicating whether this collection is read-only; otherwise, false. |
setAuthor(String value) | Sets the author of a project. |
setCategory(String value) | Sets the category of a project. |
setComments(String value) | Sets the comments of a project. |
setCompany(String value) | Sets the company of a project. |
setHyperlinkBase(String value) | Sets the hyperlink base of a project. |
setKeywords(String value) | Sets the keywords of a project. |
setManager(String value) | Sets the manager of a project. |
setSubject(String value) | Sets the subject of a project. |
setTitle(String value) | Sets the title of a project. |
getAuthor()
public final String getAuthor()
Gets the author of a project.
Returns: java.lang.String - the author of a project.
getCategory()
public final String getCategory()
Gets the category of a project.
Returns: java.lang.String - the category of a project.
getComments()
public final String getComments()
Gets the comments of a project.
Returns: java.lang.String - the comments of a project.
getCompany()
public final String getCompany()
Gets the company of a project.
Returns: java.lang.String - the company of a project.
getHyperlinkBase()
public final String getHyperlinkBase()
Gets the hyperlink base of a project.
Returns: java.lang.String - the hyperlink base of a project.
getKeywords()
public final String getKeywords()
Gets the keywords of a project.
Returns: java.lang.String - the keywords of a project.
getManager()
public final String getManager()
Gets the manager of a project.
Returns: java.lang.String - the manager of a project.
getSubject()
public final String getSubject()
Gets the subject of a project.
Returns: java.lang.String - the subject of a project.
getTitle()
public final String getTitle()
Gets the title of a project.
Returns: java.lang.String - the title of a project.
isReadOnly()
public boolean isReadOnly()
Gets a value indicating whether this collection is read-only; otherwise, false.
Returns: boolean - a value indicating whether this collection is read-only; otherwise, false.
setAuthor(String value)
public final void setAuthor(String value)
Sets the author of a project.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | the author of a project. |
setCategory(String value)
public final void setCategory(String value)
Sets the category of a project.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | the category of a project. |
setComments(String value)
public final void setComments(String value)
Sets the comments of a project.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | the comments of a project. |
setCompany(String value)
public final void setCompany(String value)
Sets the company of a project.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | the company of a project. |
setHyperlinkBase(String value)
public final void setHyperlinkBase(String value)
Sets the hyperlink base of a project.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | the hyperlink base of a project. |
setKeywords(String value)
public final void setKeywords(String value)
Sets the keywords of a project.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | the keywords of a project. |
setManager(String value)
public final void setManager(String value)
Sets the manager of a project.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | the manager of a project. |
setSubject(String value)
public final void setSubject(String value)
Sets the subject of a project.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | the subject of a project. |
setTitle(String value)
public final void setTitle(String value)
Sets the title of a project.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | the title of a project. |