Class LogEntry
java.lang.Object
ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.Id
ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.LogEntry
Java class for logEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="logEntry"> <complexContent> <extension base="{http://common.bitel.ru}id"> <sequence> <element name="action" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="contractId" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="objectId" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="userId" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="userName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Gets the value of the action property.int
Gets the value of the contractId property.getDate()
Gets the value of the date property.Gets the value of the description property.int
Gets the value of the objectId property.int
Gets the value of the userId property.Gets the value of the userName property.void
setAction
(int value) Sets the value of the action property.void
setContractId
(int value) Sets the value of the contractId property.void
Sets the value of the date property.void
setDescription
(String value) Sets the value of the description property.void
setObjectId
(int value) Sets the value of the objectId property.void
setUserId
(int value) Sets the value of the userId property.void
setUserName
(String value) Sets the value of the userName property.
-
Field Details
-
action
protected int action -
contractId
protected int contractId -
date
-
description
-
objectId
protected int objectId -
userId
protected int userId -
userName
-
-
Constructor Details
-
LogEntry
public LogEntry()
-
-
Method Details
-
getAction
public int getAction()Gets the value of the action property. -
setAction
public void setAction(int value) Sets the value of the action property. -
getContractId
public int getContractId()Gets the value of the contractId property. -
setContractId
public void setContractId(int value) Sets the value of the contractId property. -
getDate
Gets the value of the date property.- Returns:
- possible object is
Date
-
setDate
Sets the value of the date property.- Parameters:
value
- allowed object isDate
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getObjectId
public int getObjectId()Gets the value of the objectId property. -
setObjectId
public void setObjectId(int value) Sets the value of the objectId property. -
getUserId
public int getUserId()Gets the value of the userId property. -
setUserId
public void setUserId(int value) Sets the value of the userId property. -
getUserName
Gets the value of the userName property.- Returns:
- possible object is
String
-
setUserName
Sets the value of the userName property.- Parameters:
value
- allowed object isString
-