|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IReviewChangelist
Describes a Perforce review changelist record.
Full semantics can be found in the associated full Perforce p4 command line documentation for the 'p4 review' command.
| Method Summary | |
|---|---|
int |
getChangelistId()
Gets the changelist id. |
String |
getEmail()
Gets the user's email address. |
String |
getName()
Gets the user's real name. |
String |
getUser()
Gets the user's user name. |
void |
setChangelistId(int changelistId)
Sets the changelist id. |
void |
setEmail(String email)
Sets the user's email address. |
void |
setName(String name)
Sets the user's real name |
void |
setUser(String user)
Sets the user's user name. |
| Method Detail |
|---|
int getChangelistId()
void setChangelistId(int changelistId)
changelistId - the new changelist idString getUser()
void setUser(String user)
user - the user's user nameString getEmail()
void setEmail(String email)
user - the user's email addressString getName()
void setName(String name)
name - the user's real name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||