|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectza.org.coefficient.authentication.ProjectMember
public class ProjectMember
Title: Project Engine Description: Memeber containing a CoefficientUser and a Role, created by projects Copyright: Copyright (c) 2003 Company: icomtek CSIR
| Field Summary | |
|---|---|
private CoefficientUser |
coefficientUser
|
private java.lang.Long |
id
|
private Role |
projectRole
|
private long |
version
|
| Constructor Summary | |
|---|---|
ProjectMember()
|
|
ProjectMember(CoefficientUser user,
Role projectRole)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
|
CoefficientUser |
getCoefficientUser()
Gets the value of user |
java.lang.Long |
getId()
|
Role |
getProjectRole()
Gets the value of projectRole |
long |
getVersion()
Gets the value of version |
void |
setCoefficientUser(CoefficientUser user)
Sets the value of user |
void |
setId(java.lang.Long id)
|
void |
setProjectRole(Role argProjectRole)
Sets the value of projectRole |
void |
setVersion(long version)
Sets the value of version |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private CoefficientUser coefficientUser
private java.lang.Long id
private Role projectRole
private long version
| Constructor Detail |
|---|
public ProjectMember()
public ProjectMember(CoefficientUser user,
Role projectRole)
| Method Detail |
|---|
public void setId(java.lang.Long id)
public java.lang.Long getId()
public void setCoefficientUser(CoefficientUser user)
user - Value to assign to this.userpublic CoefficientUser getCoefficientUser()
public void setProjectRole(Role argProjectRole)
argProjectRole - Value to assign to this.projectRolepublic Role getProjectRole()
public void setVersion(long version)
version - Value to assign to this.versionpublic long getVersion()
public boolean equals(java.lang.Object other)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||