Package de.elo.ix.client
Class MapHist
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.MapHist
- All Implemented Interfaces:
Serializable
Version history for maps.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
GUID of the SordHist object.protected MapHistItem[]
An array of the keywording changes.protected int
Identifies the application with which changes were made to the keywording.protected String
GUID of the map object.protected String
ID of the map object.protected String
Timestamp of the change in the timezone of the client.protected String
Timestamp of the change in the timezone of the client, in UTC form.protected int
The user who carried out the changes.protected String
The name of the user who carried out the changes.protected String
The name of the computer from which the change was carried out.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getMapId()
int
void
setHistGuid
(String histGuid) void
setHistItems
(MapHistItem[] histItems) void
setHistSource
(int histSource) void
setMapGuid
(String mapGuid) void
void
setTimeStampLocal
(String timeStampLocal) void
setTimeStampUTC
(String timeStampUTC) void
setUserId
(int userId) void
setUserName
(String userName) void
setWorkStation
(String workStation) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
histGuid
GUID of the SordHist object. -
histSource
protected int histSourceIdentifies the application with which changes were made to the keywording. -
mapGuid
GUID of the map object. -
timeStampLocal
Timestamp of the change in the timezone of the client. The format is JJJJ.MM.DD.hh.mm.ss -
timeStampUTC
Timestamp of the change in the timezone of the client, in UTC form. The format is JJJJ.MM.DD.hh.mm.ss -
userName
The name of the user who carried out the changes. -
userId
protected int userIdThe user who carried out the changes. -
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
An array of the keywording changes. -
mapId
ID of the map object.
-
-
Constructor Details
-
MapHist
public MapHist() -
MapHist
-
-
Method Details
-
getHistGuid
-
setHistGuid
-
getHistSource
public int getHistSource() -
setHistSource
public void setHistSource(int histSource) -
getMapGuid
-
setMapGuid
-
getTimeStampLocal
-
setTimeStampLocal
-
getTimeStampUTC
-
setTimeStampUTC
-
getUserName
-
setUserName
-
getUserId
public int getUserId() -
setUserId
public void setUserId(int userId) -
getWorkStation
-
setWorkStation
-
getHistItems
-
setHistItems
-
getMapId
-
setMapId
-
toString
-