java.lang.Object
ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.Id
ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.LogEntry

public class LogEntry extends Id

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 Details

    • action

      protected int action
    • contractId

      protected int contractId
    • date

      protected Date date
    • description

      protected String description
    • objectId

      protected int objectId
    • userId

      protected int userId
    • userName

      protected String 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

      public Date getDate()
      Gets the value of the date property.
      Returns:
      possible object is Date
    • setDate

      public void setDate(Date value)
      Sets the value of the date property.
      Parameters:
      value - allowed object is Date
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • 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

      public String getUserName()
      Gets the value of the userName property.
      Returns:
      possible object is String
    • setUserName

      public void setUserName(String value)
      Sets the value of the userName property.
      Parameters:
      value - allowed object is String