Class DirectiveSetLinkBean
- java.lang.Object
-
- com.javahollic.jira.emh.api.export.beans.DirectiveSetLinkBean
-
public class DirectiveSetLinkBean extends Object
-
-
Constructor Summary
Constructors Constructor Description DirectiveSetLinkBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getID
public int getID()
-
setID
public void setID(int id)
-
getToken
public String getToken()
-
setToken
public void setToken(String token)
-
getContextUserKey
public String getContextUserKey()
-
setContextUserKey
public void setContextUserKey(String userKey)
-
getIssueId
public Long getIssueId()
-
setIssueId
public void setIssueId(Long issueId)
-
getProfileId
public int getProfileId()
-
setProfileId
public void setProfileId(int profId)
-
getComment
public String getComment()
-
setComment
public void setComment(String comment)
-
getLinkGroupId
public String getLinkGroupId()
-
setLinkGroupId
public void setLinkGroupId(String linkGroupId)
-
-