public class LoggedExceptionDataSummary extends Object
Constructor and Description |
---|
LoggedExceptionDataSummary() |
Modifier and Type | Method and Description |
---|---|
BusinessExceptionType |
getBusinessExceptionType() |
String |
getBusinessObjectType() |
String |
getCompanyName() |
Calendar |
getLoggedDate() |
String |
getLogId() |
String |
getMessage() |
String |
getServiceType() |
String |
getUser() |
void |
setBusinessExceptionType(BusinessExceptionType value) |
void |
setBusinessObjectType(String value) |
void |
setCompanyName(String value) |
void |
setLoggedDate(Calendar value) |
void |
setLogId(String value) |
void |
setMessage(String value) |
void |
setServiceType(String value) |
void |
setUser(String value) |
public BusinessExceptionType getBusinessExceptionType()
public void setBusinessExceptionType(BusinessExceptionType value)
public String getBusinessObjectType()
public void setBusinessObjectType(String value)
public String getCompanyName()
public void setCompanyName(String value)
public String getLogId()
public void setLogId(String value)
public Calendar getLoggedDate()
public void setLoggedDate(Calendar value)
public String getMessage()
public void setMessage(String value)
public String getServiceType()
public void setServiceType(String value)
public String getUser()
public void setUser(String value)
Copyright © 2010–2016. All rights reserved.