|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.solutions.identity.persistence.dataobject.AbstractDataObject
org.wso2.solutions.identity.persistence.dataobject.ReportDataDO
public class ReportDataDO
Constructor Summary | |
---|---|
ReportDataDO()
|
Method Summary | |
---|---|
ActionDO |
getAction()
|
java.lang.String |
getDescription()
|
java.lang.String |
getUserId()
|
void |
setAction(ActionDO action)
|
void |
setDescription(java.lang.String description)
|
void |
setUserId(java.lang.String userId)
|
Methods inherited from class org.wso2.solutions.identity.persistence.dataobject.AbstractDataObject |
---|
getId, getLastUpdatedTime, setId, setLastUpdatedTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportDataDO()
Method Detail |
---|
public java.lang.String getUserId()
public void setUserId(java.lang.String userId)
public ActionDO getAction()
public void setAction(ActionDO action)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |