public final class BuiltInProjectPropertyCollection extends PropertyKeyedCollection<BuiltInProjectProperty>
Represents a collection of built-in project properties.
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Gets the author of a project.
|
String |
getCategory()
Gets the category of a project.
|
String |
getComments()
Gets the comments of a project.
|
String |
getCompany()
Gets the company of a project.
|
String |
getHyperlinkBase()
Gets the hyperlink base of a project.
|
String |
getKeywords()
Gets the keywords of a project.
|
String |
getManager()
Gets the manager of a project.
|
String |
getSubject()
Gets the subject of a project.
|
String |
getTitle()
Gets the title of a project.
|
boolean |
isReadOnly()
Gets a value indicating whether this collection is read-only; otherwise, false.
|
void |
setAuthor(String value)
Sets the author of a project.
|
void |
setCategory(String value)
Sets the category of a project.
|
void |
setComments(String value)
Sets the comments of a project.
|
void |
setCompany(String value)
Sets the company of a project.
|
void |
setHyperlinkBase(String value)
Sets the hyperlink base of a project.
|
void |
setKeywords(String value)
Sets the keywords of a project.
|
void |
setManager(String value)
Sets the manager of a project.
|
void |
setSubject(String value)
Sets the subject of a project.
|
void |
setTitle(String value)
Sets the title of a project.
|
add, addAll, clear, contains, contains, containsAll, get_Item, getNames, isEmpty, remove, removeAll, retainAll, size, toArray, toArray
iterator
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, iterator, parallelStream, removeIf, spliterator, stream
public final String getAuthor()
Gets the author of a project.
public final void setAuthor(String value)
Sets the author of a project.
value
- the author of a project.public final String getCategory()
Gets the category of a project.
public final void setCategory(String value)
Sets the category of a project.
value
- the category of a project.public final String getComments()
Gets the comments of a project.
public final void setComments(String value)
Sets the comments of a project.
value
- the comments of a project.public final String getCompany()
Gets the company of a project.
public final void setCompany(String value)
Sets the company of a project.
value
- the company of a project.public final String getHyperlinkBase()
Gets the hyperlink base of a project.
public final void setHyperlinkBase(String value)
Sets the hyperlink base of a project.
value
- the hyperlink base of a project.public final String getKeywords()
Gets the keywords of a project.
public final void setKeywords(String value)
Sets the keywords of a project.
value
- the keywords of a project.public final String getManager()
Gets the manager of a project.
public final void setManager(String value)
Sets the manager of a project.
value
- the manager of a project.public final String getSubject()
Gets the subject of a project.
public final void setSubject(String value)
Sets the subject of a project.
value
- the subject of a project.public final String getTitle()
Gets the title of a project.
public final void setTitle(String value)
Sets the title of a project.
value
- the title of a project.public boolean isReadOnly()
Gets a value indicating whether this collection is read-only; otherwise, false.
isReadOnly
in class PropertyKeyedCollection<BuiltInProjectProperty>