Package de.elo.ix.client
Class KeywordList
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.KeywordList
- All Implemented Interfaces:
Serializable
This class provides general informations for a keyword list.
- Since:
- 7.00.000.033
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Keyword[]
The keyword list entries.protected boolean
RESERVEDprotected String
The display name of the keyword.protected String
GUIDprotected String
IDprotected int
ID of the user who holds a lock on the keyword list.protected String
Translation-keyword fordisplayName
.protected String
Package name of KeywordListprotected String
Last modified, ISO - UTC Read-only.protected String
Timestamp of this object's last export by the replication.protected int
ID of the user that has written the keyword list at last.protected String
Name of the user that has written the keyword list at last.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionKeyword[]
getGuid()
getId()
int
int
boolean
void
setChildren
(Keyword[] children) void
setDeleted
(boolean deleted) void
setDisplayName
(String displayName) void
void
void
setLockId
(int lockId) void
setNameTranslationKey
(String nameTranslationKey) void
setPackageName
(String packageName) void
void
setTStampSync
(String TStampSync) void
setUserId
(int userId) void
setUserName
(String userName) Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
id
ID -
guid
GUID -
tStamp
Last modified, ISO - UTC Read-only. -
deleted
protected boolean deletedRESERVED -
userId
protected int userIdID of the user that has written the keyword list at last. Read-only. -
userName
Name of the user that has written the keyword list at last. Read-only. -
children
The keyword list entries. -
lockId
protected int lockIdID of the user who holds a lock on the keyword list.- Since:
- 8.00.010.004
-
TStampSync
Timestamp of this object's last export by the replication.- Since:
- 9.99.009.001
-
packageName
Package name of KeywordList- Since:
- 20.00.000.009
-
displayName
The display name of the keyword. This value is displayed in the label before the edit field. It can be translated into reps. from the users language: setSessionOptionsC.TRANSLATE_TERM
.- Since:
- 21.03.000.011
- See Also:
-
nameTranslationKey
Translation-keyword fordisplayName
.- Since:
- 21.03.000.002
-
-
Constructor Details
-
KeywordList
public KeywordList() -
KeywordList
-
-
Method Details
-
getId
-
setId
-
getGuid
-
setGuid
-
getTStamp
-
setTStamp
-
isDeleted
public boolean isDeleted() -
setDeleted
public void setDeleted(boolean deleted) -
getUserId
public int getUserId() -
setUserId
public void setUserId(int userId) -
getUserName
-
setUserName
-
getChildren
-
setChildren
-
getLockId
public int getLockId() -
setLockId
public void setLockId(int lockId) -
getTStampSync
-
setTStampSync
-
getPackageName
-
setPackageName
-
getDisplayName
-
setDisplayName
-
getNameTranslationKey
-
setNameTranslationKey
-