Package com.microstrategy.web.objects
Class WebChangeJournalEntryImpl
- java.lang.Object
 - 
- com.microstrategy.web.objects.WebChangeJournalEntryImpl
 
 
- 
- All Implemented Interfaces:
 WebChangeJournalEntry
public class WebChangeJournalEntryImpl extends java.lang.Object implements WebChangeJournalEntry
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetApplicationType()To get the application typeEnumDSSXMLApplicationTypeof the change journal.WebChangeJournalLinkitemEntriesgetLinkitemEntries()To get change journal Linkitem entry listjava.lang.StringgetMachine()To get the machine name of the change journal.WebChangeJournalObjectEntriesgetObjectEntries()To get change journal object entry listjava.lang.StringgetProject()To get the project of the change journal entry.java.lang.StringgetSession()To get the session of the change journal.java.lang.StringgetSessionID()java.lang.StringgetTimestamp()To get the timestamp of the change journal.java.lang.StringgetTransactionID()To get the transactionID of this change journal.intgetTransactionType()To get the transactionType of this change journal.java.lang.StringgetUserID()To get the user id of the change journal.java.lang.StringgetUserName()To get the user name of the change journal.voidhandle(SAXSupport parser, java.lang.String localName, AttributesXt attrs)voidsetApplicationType(int applicationType)voidsetLinkitemEntries(WebChangeJournalLinkitemEntries linkitemEntries)voidsetMachine(java.lang.String machine)voidsetObjectEntries(WebChangeJournalObjectEntries objectEntries)voidsetProject(java.lang.String project)voidsetSession(java.lang.String session)voidsetSessionID(java.lang.String sessionID)voidsetTimestamp(java.lang.String timeStamp)voidsetTransactionID(java.lang.String _ID)voidsetTransactionType(int type)voidsetUserID(java.lang.String user)voidsetUserName(java.lang.String u) 
 - 
 
- 
- 
Method Detail
- 
getTransactionID
public java.lang.String getTransactionID()
Description copied from interface:WebChangeJournalEntryTo get the transactionID of this change journal.- Specified by:
 getTransactionIDin interfaceWebChangeJournalEntry- Returns:
 - transactionID
 
 
- 
setTransactionID
public void setTransactionID(java.lang.String _ID)
 
- 
getProject
public java.lang.String getProject()
Description copied from interface:WebChangeJournalEntryTo get the project of the change journal entry.- Specified by:
 getProjectin interfaceWebChangeJournalEntry- Returns:
 - project name
 
 
- 
setProject
public void setProject(java.lang.String project)
 
- 
getTimestamp
public java.lang.String getTimestamp()
Description copied from interface:WebChangeJournalEntryTo get the timestamp of the change journal.- Specified by:
 getTimestampin interfaceWebChangeJournalEntry- Returns:
 - timestamp that the change journal is created.
 
 
- 
setTimestamp
public void setTimestamp(java.lang.String timeStamp)
 
- 
getTransactionType
public int getTransactionType()
Description copied from interface:WebChangeJournalEntryTo get the transactionType of this change journal.- Specified by:
 getTransactionTypein interfaceWebChangeJournalEntry- Returns:
 - transactionType
 
 
- 
setTransactionType
public void setTransactionType(int type)
 
- 
getApplicationType
public int getApplicationType()
Description copied from interface:WebChangeJournalEntryTo get the application typeEnumDSSXMLApplicationTypeof the change journal.- Specified by:
 getApplicationTypein interfaceWebChangeJournalEntry- Returns:
 - application type of the change journal.
 
 
- 
setApplicationType
public void setApplicationType(int applicationType)
 
- 
getSessionID
public java.lang.String getSessionID()
 
- 
setSessionID
public void setSessionID(java.lang.String sessionID)
 
- 
getUserID
public java.lang.String getUserID()
Description copied from interface:WebChangeJournalEntryTo get the user id of the change journal.- Specified by:
 getUserIDin interfaceWebChangeJournalEntry- Returns:
 - user id.
 
 
- 
setUserID
public void setUserID(java.lang.String user)
 
- 
getUserName
public java.lang.String getUserName()
Description copied from interface:WebChangeJournalEntryTo get the user name of the change journal.- Specified by:
 getUserNamein interfaceWebChangeJournalEntry- Returns:
 - user name.
 
 
- 
setUserName
public void setUserName(java.lang.String u)
 
- 
setSession
public void setSession(java.lang.String session)
 
- 
getSession
public java.lang.String getSession()
Description copied from interface:WebChangeJournalEntryTo get the session of the change journal.- Specified by:
 getSessionin interfaceWebChangeJournalEntry- Returns:
 - session
 
 
- 
getMachine
public java.lang.String getMachine()
Description copied from interface:WebChangeJournalEntryTo get the machine name of the change journal.- Specified by:
 getMachinein interfaceWebChangeJournalEntry- Returns:
 - machine name.
 
 
- 
setMachine
public void setMachine(java.lang.String machine)
 
- 
getObjectEntries
public WebChangeJournalObjectEntries getObjectEntries()
Description copied from interface:WebChangeJournalEntryTo get change journal object entry list- Specified by:
 getObjectEntriesin interfaceWebChangeJournalEntry- Returns:
 - object entries
 
 
- 
setObjectEntries
public void setObjectEntries(WebChangeJournalObjectEntries objectEntries)
 
- 
getLinkitemEntries
public WebChangeJournalLinkitemEntries getLinkitemEntries()
Description copied from interface:WebChangeJournalEntryTo get change journal Linkitem entry list- Specified by:
 getLinkitemEntriesin interfaceWebChangeJournalEntry- Returns:
 - linkitem entries
 
 
- 
setLinkitemEntries
public void setLinkitemEntries(WebChangeJournalLinkitemEntries linkitemEntries)
 
- 
handle
public void handle(SAXSupport parser, java.lang.String localName, AttributesXt attrs) throws SAXSupportException
- Throws:
 SAXSupportException
 
 - 
 
 -