Class ReportInfo

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.ReportInfo
All Implemented Interfaces:
Serializable

public class ReportInfo extends ValueClass implements Serializable
This class describes a report/protocol entry for an action carried out in the archive.

Copyright: Copyright (c) 2004

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • actTime

      protected int actTime
      Reserved - internal function.
    • actionNo

      protected int actionNo
      Action number in numeric form.
    • extra1

      protected int extra1
      Reserved - internal, dependant on actionNo.
    • extra2

      protected int extra2
      Reserved - internal, dependant on actionNo
    • id

      protected String id
      Identifier
    • objId

      protected int objId
      Id of the object for which the action is entered in the protocoll.
    • sessionNo

      protected int sessionNo
      Id of the session which carried out the action.
    • text

      protected String text
      Reserved - internal, dependant on actionNo
    • userId

      protected int userId
      Id of the user who carried out the action.
    • actTimeISO

      protected String actTimeISO
      Time of the action in ISO format.
    • action

      protected String action
      ActionNo as name.
    • comment

      protected String comment
      Descriptive text or details.
    • userName

      protected String userName
      Name of the user who carried out the action.
    • extra3

      protected String extra3
      Reserved.
      Since:
      9.00.016.001
    • extraInfo

      protected Object extraInfo
      Extra information. This member is always null for report entries written by Windows-Client or by ELOix versions older than 9.00.016. The type of data depends on actionNo as shown in the following table:
      actionNo values
      ReportInfoC.ACT_LOGIN_IX ReportInfoUserProps object, member userInfo is set to the user logged on.
      ReportInfoC.ACT_IX_CREATE_USER ReportInfoUserModified object, member newProps is set to the new user.
      ReportInfoC.ACT_IX_DELETE_USER ReportInfoUserModified object, member newProps is set to deleted user.
      ReportInfoC.ACT_IX_CHECKIN_USER ReportInfoUserModified object, member newProps is set to the modified values. Member oldProps is set to the values before modification.
      Since:
      9.00.016.001
  • Constructor Details

    • ReportInfo

      public ReportInfo()
    • ReportInfo

      public ReportInfo(ReportInfo rhs)
  • Method Details

    • getActTime

      public int getActTime()
    • setActTime

      public void setActTime(int actTime)
    • getActionNo

      public int getActionNo()
    • setActionNo

      public void setActionNo(int actionNo)
    • getExtra1

      public int getExtra1()
    • setExtra1

      public void setExtra1(int extra1)
    • getExtra2

      public int getExtra2()
    • setExtra2

      public void setExtra2(int extra2)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getObjId

      public int getObjId()
    • setObjId

      public void setObjId(int objId)
    • getSessionNo

      public int getSessionNo()
    • setSessionNo

      public void setSessionNo(int sessionNo)
    • getText

      public String getText()
    • setText

      public void setText(String text)
    • getUserId

      public int getUserId()
    • setUserId

      public void setUserId(int userId)
    • getActTimeISO

      public String getActTimeISO()
    • setActTimeISO

      public void setActTimeISO(String actTimeISO)
    • getAction

      public String getAction()
    • setAction

      public void setAction(String action)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getUserName

      public String getUserName()
    • setUserName

      public void setUserName(String userName)
    • getExtraInfo

      public Object getExtraInfo()
    • setExtraInfo

      public void setExtraInfo(Object extraInfo)
    • getExtra3

      public String getExtra3()
    • setExtra3

      public void setExtra3(String extra3)
    • toString

      public String toString()
      Overrides:
      toString in class Object