Class MapHist

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

public class MapHist extends ValueClass implements Serializable
Version history for maps.
See Also:
  • Field Details

    • histGuid

      protected String histGuid
      GUID of the SordHist object.
    • histSource

      protected int histSource
      Identifies the application with which changes were made to the keywording.
    • mapGuid

      protected String mapGuid
      GUID of the map object.
    • timeStampLocal

      protected String timeStampLocal
      Timestamp of the change in the timezone of the client. The format is JJJJ.MM.DD.hh.mm.ss
    • timeStampUTC

      protected String timeStampUTC
      Timestamp of the change in the timezone of the client, in UTC form. The format is JJJJ.MM.DD.hh.mm.ss
    • userName

      protected String userName
      The name of the user who carried out the changes.
    • userId

      protected int userId
      The user who carried out the changes.
    • workStation

      protected String workStation
      The name of the computer from which the change was carried out. This is the parameter clientComputer which is provided by the ix.login function.
    • histItems

      protected MapHistItem[] histItems
      An array of the keywording changes.
    • mapId

      protected String mapId
      ID of the map object.
  • Constructor Details

    • MapHist

      public MapHist()
    • MapHist

      public MapHist(MapHist rhs)
  • Method Details

    • getHistGuid

      public String getHistGuid()
    • setHistGuid

      public void setHistGuid(String histGuid)
    • getHistSource

      public int getHistSource()
    • setHistSource

      public void setHistSource(int histSource)
    • getMapGuid

      public String getMapGuid()
    • setMapGuid

      public void setMapGuid(String mapGuid)
    • getTimeStampLocal

      public String getTimeStampLocal()
    • setTimeStampLocal

      public void setTimeStampLocal(String timeStampLocal)
    • getTimeStampUTC

      public String getTimeStampUTC()
    • setTimeStampUTC

      public void setTimeStampUTC(String timeStampUTC)
    • getUserName

      public String getUserName()
    • setUserName

      public void setUserName(String userName)
    • getUserId

      public int getUserId()
    • setUserId

      public void setUserId(int userId)
    • getWorkStation

      public String getWorkStation()
    • setWorkStation

      public void setWorkStation(String workStation)
    • getHistItems

      public MapHistItem[] getHistItems()
    • setHistItems

      public void setHistItems(MapHistItem[] histItems)
    • getMapId

      public String getMapId()
    • setMapId

      public void setMapId(String v)
    • toString

      public String toString()
      Overrides:
      toString in class Object