
@Entity(name="ApplicationActionEvent") public class ApplicationActionEvent extends Object implements Serializable, com.hack23.cia.model.common.api.ModelObject, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for ApplicationActionEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApplicationActionEvent">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="modelObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="modelObjectVersion" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="applicationOperation" type="{http://system.application.internal.model.cia.hack23.com/impl}ApplicationOperationType" minOccurs="0"/>
<element name="eventGroup" type="{http://system.application.internal.model.cia.hack23.com/impl}ApplicationEventGroup" minOccurs="0"/>
<element name="page" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="pageMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="elementId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="actionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="applicationMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
actionName |
protected String |
applicationMessage |
protected ApplicationOperationType |
applicationOperation |
protected Date |
createdDate |
protected String |
elementId |
protected String |
errorMessage |
protected ApplicationEventGroup |
eventGroup |
protected Long |
hjid |
protected Integer |
modelObjectId |
protected Integer |
modelObjectVersion |
protected String |
page |
protected String |
pageMode |
protected String |
sessionId |
protected String |
userId |
| Constructor and Description |
|---|
ApplicationActionEvent() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getActionName()
Gets the value of the actionName property.
|
String |
getApplicationMessage()
Gets the value of the applicationMessage property.
|
ApplicationOperationType |
getApplicationOperation()
Gets the value of the applicationOperation property.
|
Date |
getCreatedDate()
Gets the value of the createdDate property.
|
String |
getElementId()
Gets the value of the elementId property.
|
String |
getErrorMessage()
Gets the value of the errorMessage property.
|
ApplicationEventGroup |
getEventGroup()
Gets the value of the eventGroup property.
|
Long |
getHjid()
Gets the value of the hjid property.
|
Integer |
getModelObjectId()
Gets the value of the modelObjectId property.
|
Integer |
getModelObjectVersion()
Gets the value of the modelObjectVersion property.
|
String |
getPage()
Gets the value of the page property.
|
String |
getPageMode()
Gets the value of the pageMode property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
String |
getUserId()
Gets the value of the userId property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setActionName(String value)
Sets the value of the actionName property.
|
void |
setApplicationMessage(String value)
Sets the value of the applicationMessage property.
|
void |
setApplicationOperation(ApplicationOperationType value)
Sets the value of the applicationOperation property.
|
void |
setCreatedDate(Date value)
Sets the value of the createdDate property.
|
void |
setElementId(String value)
Sets the value of the elementId property.
|
void |
setErrorMessage(String value)
Sets the value of the errorMessage property.
|
void |
setEventGroup(ApplicationEventGroup value)
Sets the value of the eventGroup property.
|
void |
setHjid(Long value)
Sets the value of the hjid property.
|
void |
setModelObjectId(Integer value)
Sets the value of the modelObjectId property.
|
void |
setModelObjectVersion(Integer value)
Sets the value of the modelObjectVersion property.
|
void |
setPage(String value)
Sets the value of the page property.
|
void |
setPageMode(String value)
Sets the value of the pageMode property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
void |
setUserId(String value)
Sets the value of the userId property.
|
String |
toString() |
ApplicationActionEvent |
withActionName(String value) |
ApplicationActionEvent |
withApplicationMessage(String value) |
ApplicationActionEvent |
withApplicationOperation(ApplicationOperationType value) |
ApplicationActionEvent |
withCreatedDate(Date value) |
ApplicationActionEvent |
withElementId(String value) |
ApplicationActionEvent |
withErrorMessage(String value) |
ApplicationActionEvent |
withEventGroup(ApplicationEventGroup value) |
ApplicationActionEvent |
withModelObjectId(Integer value) |
ApplicationActionEvent |
withModelObjectVersion(Integer value) |
ApplicationActionEvent |
withPage(String value) |
ApplicationActionEvent |
withPageMode(String value) |
ApplicationActionEvent |
withSessionId(String value) |
ApplicationActionEvent |
withUserId(String value) |
protected Integer modelObjectId
protected Integer modelObjectVersion
protected ApplicationOperationType applicationOperation
protected ApplicationEventGroup eventGroup
protected String page
protected String pageMode
protected String elementId
protected String actionName
protected String sessionId
protected String userId
protected String errorMessage
protected String applicationMessage
protected Date createdDate
protected Long hjid
public Integer getModelObjectId()
Integerpublic void setModelObjectId(Integer value)
value - allowed object is
Integerpublic Integer getModelObjectVersion()
Integerpublic void setModelObjectVersion(Integer value)
value - allowed object is
Integerpublic ApplicationOperationType getApplicationOperation()
ApplicationOperationTypepublic void setApplicationOperation(ApplicationOperationType value)
value - allowed object is
ApplicationOperationTypepublic ApplicationEventGroup getEventGroup()
ApplicationEventGrouppublic void setEventGroup(ApplicationEventGroup value)
value - allowed object is
ApplicationEventGrouppublic String getPage()
Stringpublic void setPage(String value)
value - allowed object is
Stringpublic String getPageMode()
Stringpublic void setPageMode(String value)
value - allowed object is
Stringpublic String getElementId()
Stringpublic void setElementId(String value)
value - allowed object is
Stringpublic String getActionName()
Stringpublic void setActionName(String value)
value - allowed object is
Stringpublic String getSessionId()
Stringpublic void setSessionId(String value)
value - allowed object is
Stringpublic String getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
Stringpublic String getErrorMessage()
Stringpublic void setErrorMessage(String value)
value - allowed object is
Stringpublic String getApplicationMessage()
Stringpublic void setApplicationMessage(String value)
value - allowed object is
Stringpublic Date getCreatedDate()
Stringpublic void setCreatedDate(Date value)
value - allowed object is
Stringpublic ApplicationActionEvent withModelObjectId(Integer value)
public ApplicationActionEvent withModelObjectVersion(Integer value)
public ApplicationActionEvent withApplicationOperation(ApplicationOperationType value)
public ApplicationActionEvent withEventGroup(ApplicationEventGroup value)
public ApplicationActionEvent withPage(String value)
public ApplicationActionEvent withPageMode(String value)
public ApplicationActionEvent withElementId(String value)
public ApplicationActionEvent withActionName(String value)
public ApplicationActionEvent withSessionId(String value)
public ApplicationActionEvent withUserId(String value)
public ApplicationActionEvent withErrorMessage(String value)
public ApplicationActionEvent withApplicationMessage(String value)
public ApplicationActionEvent withCreatedDate(Date value)
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic void setHjid(Long value)
value - allowed object is
Longpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2010–2017 www.hack23.com. All rights reserved.