public final class NotesTopic extends Object implements ProjectEntityWithUniqueID
| Modifier and Type | Class and Description |
|---|---|
static class |
NotesTopic.Builder
NotesTopic builder.
|
| Modifier and Type | Field and Description |
|---|---|
static NotesTopic |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAvailableForActivity()
Retrieve the available for activity flag.
|
boolean |
getAvailableForEPS()
Retrieve the available for EPS flag.
|
boolean |
getAvailableForProject()
Retrieve the available for project flag.
|
boolean |
getAvailableForWBS()
Retrieve the available for WBS flag.
|
String |
getName()
Retrieve the name.
|
Integer |
getSequenceNumber()
Retrieve the sequence number.
|
Integer |
getUniqueID()
Retrieve the Unique ID value of the entity.
|
public static final NotesTopic DEFAULT
public Integer getUniqueID()
ProjectEntityWithUniqueIDgetUniqueID in interface ProjectEntityWithUniqueIDpublic Integer getSequenceNumber()
public String getName()
public boolean getAvailableForEPS()
public boolean getAvailableForProject()
public boolean getAvailableForWBS()
public boolean getAvailableForActivity()
Copyright © 2000–2025 MPXJ. All rights reserved.