|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.bc.project.component.MockProjectComponent
public class MockProjectComponent
| Constructor Summary | |
|---|---|
MockProjectComponent(Long id,
String name)
|
|
MockProjectComponent(Long id,
String name,
Long projectId)
|
|
| Method Summary | |
|---|---|
long |
getAssigneeType()
Returns the assignee type. |
String |
getDescription()
Returns the component description. |
org.ofbiz.core.entity.GenericValue |
getGenericValue()
|
Long |
getId()
Returns the component ID. |
String |
getLead()
Returns the name of the lead for this project component. |
String |
getName()
Returns the name of this project component. |
Long |
getProjectId()
Returns the id of the project of this component. |
MockProjectComponent |
setId(Long id)
|
MockProjectComponent |
setLead(String lead)
|
MockProjectComponent |
setName(String name)
|
MockProjectComponent |
setProjectId(Long projectId)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MockProjectComponent(Long id,
String name)
public MockProjectComponent(Long id,
String name,
Long projectId)
| Method Detail |
|---|
public String getName()
ProjectComponent
getName in interface ProjectComponentpublic Long getId()
ProjectComponent
getId in interface ProjectComponentpublic String getDescription()
ProjectComponent
getDescription in interface ProjectComponentpublic String getLead()
ProjectComponent
getLead in interface ProjectComponentpublic Long getProjectId()
ProjectComponent
getProjectId in interface ProjectComponentpublic long getAssigneeType()
ProjectComponent
getAssigneeType in interface ProjectComponentAssigneeTypespublic MockProjectComponent setId(Long id)
public MockProjectComponent setName(String name)
public MockProjectComponent setProjectId(Long projectId)
public MockProjectComponent setLead(String lead)
public org.ofbiz.core.entity.GenericValue getGenericValue()
getGenericValue in interface ProjectComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||