Class UserTrackingBean
- java.lang.Object
-
- com.javahollic.jira.emh.api.export.beans.UserTrackingBean
-
public class UserTrackingBean extends Object
Methods marked transient to prevent fields being exposed in profile exports
-
-
Constructor Summary
Constructors Constructor Description UserTrackingBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCreatedBy()
int
getEntityId()
String
getUpdatedBy()
void
setCreatedBy(String createdBy)
void
setEntityId(int id)
void
setUpdatedBy(String updatedBy)
-