Package de.elo.ix.client
Class SordHistKey
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.SordHistKey
- All Implemented Interfaces:
Serializable
This class provides the version information for a keywording attribute that has been modified.
Copyright: Copyright (c) 2004
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
GUID of the assigned SordHist object.protected String
Value of dat of the attribute.protected int
External ID of the attribute, serves as an identifier for keyNames.protected int
Index of the attribute within an array of attributes.protected String
Name of the attribute.protected int
ID of the attribute.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getKeyId()
int
int
getKeyNo()
void
setHistGuid
(String histGuid) void
setKeyData
(String keyData) void
setKeyId
(int keyId) void
setKeyIndex
(int keyIndex) void
setKeyName
(String keyName) void
setKeyNo
(int keyNo) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
histGuid
GUID of the assigned SordHist object. -
keyData
Value of dat of the attribute. -
keyName
Name of the attribute. -
keyNo
protected int keyNoID of the attribute. -
keyIndex
protected int keyIndexIndex of the attribute within an array of attributes.- Since:
- 8.00.032.007
-
keyId
protected int keyIdExternal ID of the attribute, serves as an identifier for keyNames.- Since:
- 8.00.032.007
-
-
Constructor Details
-
SordHistKey
public SordHistKey() -
SordHistKey
-
-
Method Details
-
getHistGuid
-
setHistGuid
-
getKeyData
-
setKeyData
-
getKeyName
-
setKeyName
-
getKeyNo
public int getKeyNo() -
setKeyNo
public void setKeyNo(int keyNo) -
getKeyIndex
public int getKeyIndex() -
setKeyIndex
public void setKeyIndex(int keyIndex) -
getKeyId
public int getKeyId() -
setKeyId
public void setKeyId(int keyId) -
toString
-