|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.service.history.records.HistoryRecord
public class HistoryRecord
| Constructor Summary | |
|---|---|
HistoryRecord(HistoryRecordStructure entryStructure,
String[] propertyValues)
Constructs an entry containing multiple name-value pairs, where the names are taken from the defined structure. |
|
HistoryRecord(HistoryRecordStructure entryStructure,
String[] propertyValues,
long timestamp)
Constructs an entry containing multiple name-value pairs, where the names are taken from the defined structure. |
|
HistoryRecord(String[] propertyNames,
String[] propertyValues)
Constructs an entry containing multiple name-value pairs, where the name is not unique. |
|
HistoryRecord(String[] propertyNames,
String[] propertyValues,
long timestamp)
Constructs an entry containing multiple name-value pairs, where the name is not unique. |
|
| Method Summary | |
|---|---|
String[] |
getPropertyNames()
|
String[] |
getPropertyValues()
|
long |
getTimestamp()
|
String |
toString()
Returns the String representation of this HistoryRecord. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HistoryRecord(HistoryRecordStructure entryStructure,
String[] propertyValues)
entryStructure - propertyValues -
public HistoryRecord(String[] propertyNames,
String[] propertyValues)
propertyNames - propertyValues -
public HistoryRecord(HistoryRecordStructure entryStructure,
String[] propertyValues,
long timestamp)
entryStructure - propertyValues - timestamp -
public HistoryRecord(String[] propertyNames,
String[] propertyValues,
long timestamp)
propertyNames - propertyValues - timestamp - | Method Detail |
|---|
public String[] getPropertyNames()
public String[] getPropertyValues()
public long getTimestamp()
public String toString()
toString in class Object
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||