Package de.elo.ix.client
Class Alert
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.Alert
- All Implemented Interfaces:
Serializable
Deprecated.
This class is not used in any Indexserver function.
Alerts are messages shown in the alert tab of ELO client.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intDeprecated.protected StringDeprecated.User name of the recipient.protected intDeprecated.Extra data 1.protected intDeprecated.Extra data 2.protected StringDeprecated.Comment text.protected intDeprecated.Object ID.protected intDeprecated.User ID of the sender.protected StringDeprecated.User name of the sender.protected intDeprecated.Date and time when the alert was created.protected StringDeprecated.ISO date when the alert was created.protected intDeprecated.Alert type.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetDest()Deprecated.Deprecated.intDeprecated.intDeprecated.getMemo()Deprecated.intgetObjId()Deprecated.intDeprecated.Deprecated.intgetTime()Deprecated.Deprecated.intgetType()Deprecated.voidsetDest(int dest) Deprecated.voidsetDestName(String destName) Deprecated.voidsetExtra1(int extra1) Deprecated.voidsetExtra2(int extra2) Deprecated.voidDeprecated.voidsetObjId(int objId) Deprecated.voidsetSource(int source) Deprecated.voidsetSourceName(String sourceName) Deprecated.voidsetTime(int time) Deprecated.voidsetTimeIso(String timeIso) Deprecated.voidsetType(int type) Deprecated.toString()Deprecated.Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
dest
protected int destDeprecated. -
destName
Deprecated.User name of the recipient.- Since:
- 6.00.099
-
source
protected int sourceDeprecated.User ID of the sender. DB column: source -
sourceName
Deprecated.User name of the sender.- Since:
- 6.00.099
-
type
protected int typeDeprecated.Alert type. DB column: alerttype -
objId
protected int objIdDeprecated.Object ID. DB column: objid -
extra1
protected int extra1Deprecated.Extra data 1. DB column: extra1 -
extra2
protected int extra2Deprecated.Extra data 2. DB column: extra2 -
memo
Deprecated.Comment text. DB column: alertmemo -
time
protected int timeDeprecated.Date and time when the alert was created. DB column: alerttime -
timeIso
Deprecated.ISO date when the alert was created. Timezone is related to ClientInfo.timezone.- Since:
- 6.00.099
-
-
Constructor Details
-
Alert
public Alert()Deprecated. -
Alert
Deprecated.
-
-
Method Details
-
getDest
public int getDest()Deprecated. -
setDest
public void setDest(int dest) Deprecated. -
getExtra1
public int getExtra1()Deprecated. -
setExtra1
public void setExtra1(int extra1) Deprecated. -
getExtra2
public int getExtra2()Deprecated. -
setExtra2
public void setExtra2(int extra2) Deprecated. -
getMemo
Deprecated. -
setMemo
Deprecated. -
getObjId
public int getObjId()Deprecated. -
setObjId
public void setObjId(int objId) Deprecated. -
getSource
public int getSource()Deprecated. -
setSource
public void setSource(int source) Deprecated. -
getTime
public int getTime()Deprecated. -
setTime
public void setTime(int time) Deprecated. -
getType
public int getType()Deprecated. -
setType
public void setType(int type) Deprecated. -
getDestName
Deprecated. -
setDestName
Deprecated. -
getSourceName
Deprecated. -
setSourceName
Deprecated. -
getTimeIso
Deprecated. -
setTimeIso
Deprecated. -
toString
Deprecated.
-