public class PortalAccountingMessage<RECORD extends BaseRecord> extends GCUBEMessage
GCUBEMessage.ResultType
Modifier and Type | Field and Description |
---|---|
static String |
PortalAccounting
the topic base
|
DATE_FORMAT_NOW, result, scope, sourceGHN, time, topic
Constructor and Description |
---|
PortalAccountingMessage()
create a new portalAccoutingMessage
|
Modifier and Type | Method and Description |
---|---|
void |
addRecord(RECORD record)
Add a record to the message
|
void |
createTopicName(String scope)
creates the topic name for this message
|
String |
getId()
the id
|
ArrayList<RECORD> |
getRecords()
get the records
|
String |
getUser()
get the user
|
String |
getVre()
get the vre
|
void |
setId(String id)
set the id for the message
|
void |
setRecords(ArrayList<RECORD> records)
set the records
|
void |
setUser(String user)
ser the user
|
void |
setVre(String vre)
set the vre
|
getResult, getScope, getSourceGHN, getTime, getTopic, setResult, setScope, setSourceGHN, setTime, setTimeNow, setTopic
public static final String PortalAccounting
public PortalAccountingMessage()
public void addRecord(RECORD record)
record
- the recordpublic String getUser()
public void setUser(String user)
user
- the userpublic String getVre()
public void setVre(String vre)
vre
- the vrepublic String getId()
public void setId(String id)
id
- the idpublic void createTopicName(String scope)
scope
- the message scopeCopyright © 2015. All Rights Reserved.