public class Project extends Node
Node.Depth, Node.InputDataType, Node.NodeType, Node.ReturnType
Constructor and Description |
---|
Project() |
Modifier and Type | Method and Description |
---|---|
void |
addDocument(Document doc)
Adds a Document to the Project.
|
AuditHistory |
getProjectAuditHistory()
Returns the AuditHistory Details.
|
java.lang.String |
getProjectBusinessSponsorFullName()
Returns the projectBusinessSponsorFullName.
|
java.lang.String |
getProjectCostCenter()
Returns the projectCostCenter.
|
java.lang.String |
getProjectDescription()
Returns the projectDescription.
|
java.util.ArrayList<Document> |
getProjectDocuments()
Returns the projectDocuments associated with the Project.
|
int |
getProjectId()
Returns the projectId.
|
java.lang.String |
getProjectITSponsorFullName()
Returns the projectITSponsorFullName.
|
java.lang.String |
getProjectName()
Returns the projectName.
|
java.lang.String |
getProjectOwnerFullName()
Returns the projectOwnerFullName.
|
java.util.ArrayList<AssignedResource> |
getProjectResources()
Returns the projectResources.
|
void |
setProjectAuditHistory(AuditHistory projectAuditHistory)
Method sets the projectAuditHistory details as specified.
|
void |
setProjectBusinessSponsorFullName(java.lang.String projectBusinessSponsorFullName)
Method sets the projectBusinessSponsorFullName as specified.
|
void |
setProjectCostCenter(java.lang.String projectCostCenter)
Method sets the projectCostCenter as specified.
|
void |
setProjectDescription(java.lang.String projectDescription)
Method sets the projectDescription as specified.
|
void |
setProjectDocuments(java.util.ArrayList<Document> projectDocuments)
Method sets the projectDocuments as specified.
|
void |
setProjectId(int projectId)
Method sets the projectId as specified.
|
void |
setProjectITSponsorFullName(java.lang.String projectITSponsorFullName)
Method sets the projectITSponsorFullName as specified.
|
void |
setProjectName(java.lang.String projectName)
Method sets the projectName as specified.
|
void |
setProjectOwnerFullName(java.lang.String projectOwnerFullName)
Method sets the projectOwnerFullName as specified.
|
void |
setProjectResources(java.util.ArrayList<AssignedResource> projectResources)
Method sets the projectResources as specified.
|
addChildNode, getChildNodes, getEndPointType, getNodeId, getNodeType, setChildNodes, setEndPointType, setNodeId, setNodeType
public int getProjectId()
public void setProjectId(int projectId)
projectId
- intpublic java.lang.String getProjectName()
public void setProjectName(java.lang.String projectName)
projectName
- Stringpublic java.lang.String getProjectDescription()
public void setProjectDescription(java.lang.String projectDescription)
projectDescription
- Stringpublic java.lang.String getProjectCostCenter()
public void setProjectCostCenter(java.lang.String projectCostCenter)
projectCostCenter
- Stringpublic java.lang.String getProjectITSponsorFullName()
public void setProjectITSponsorFullName(java.lang.String projectITSponsorFullName)
projectITSponsorFullName
- Stringpublic java.lang.String getProjectBusinessSponsorFullName()
public void setProjectBusinessSponsorFullName(java.lang.String projectBusinessSponsorFullName)
projectBusinessSponsorFullName
- Stringpublic java.lang.String getProjectOwnerFullName()
public void setProjectOwnerFullName(java.lang.String projectOwnerFullName)
projectOwnerFullName
- Stringpublic AuditHistory getProjectAuditHistory()
public void setProjectAuditHistory(AuditHistory projectAuditHistory)
projectAuditHistory
- AuditHistorypublic java.util.ArrayList<Document> getProjectDocuments()
public void setProjectDocuments(java.util.ArrayList<Document> projectDocuments)
projectDocuments
- ArrayListpublic void addDocument(Document doc)
doc
- Document Objectpublic java.util.ArrayList<AssignedResource> getProjectResources()
public void setProjectResources(java.util.ArrayList<AssignedResource> projectResources)
projectResources
- ArrayList