public class DirectiveSetLinkBean extends Object
Constructor and Description |
---|
DirectiveSetLinkBean() |
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
String |
getContextUserKey() |
int |
getID() |
Long |
getIssueId() |
String |
getLinkGroupId() |
int |
getProfileId() |
String |
getToken() |
void |
setComment(String comment) |
void |
setContextUserKey(String userKey) |
void |
setID(int id) |
void |
setIssueId(Long issueId) |
void |
setLinkGroupId(String linkGroupId) |
void |
setProfileId(int profId) |
void |
setToken(String token) |
public int getID()
public void setID(int id)
public String getToken()
public void setToken(String token)
public String getContextUserKey()
public void setContextUserKey(String userKey)
public Long getIssueId()
public void setIssueId(Long issueId)
public int getProfileId()
public void setProfileId(int profId)
public String getComment()
public void setComment(String comment)
public String getLinkGroupId()
public void setLinkGroupId(String linkGroupId)
Copyright © 2008–2022 The Plugin People. All rights reserved.