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 int
getApplicationType()
To get the application typeEnumDSSXMLApplicationType
of the change journal.WebChangeJournalLinkitemEntries
getLinkitemEntries()
To get change journal Linkitem entry listjava.lang.String
getMachine()
To get the machine name of the change journal.WebChangeJournalObjectEntries
getObjectEntries()
To get change journal object entry listjava.lang.String
getProject()
To get the project of the change journal entry.java.lang.String
getSession()
To get the session of the change journal.java.lang.String
getSessionID()
java.lang.String
getTimestamp()
To get the timestamp of the change journal.java.lang.String
getTransactionID()
To get the transactionID of this change journal.int
getTransactionType()
To get the transactionType of this change journal.java.lang.String
getUserID()
To get the user id of the change journal.java.lang.String
getUserName()
To get the user name of the change journal.void
handle(SAXSupport parser, java.lang.String localName, AttributesXt attrs)
void
setApplicationType(int applicationType)
void
setLinkitemEntries(WebChangeJournalLinkitemEntries linkitemEntries)
void
setMachine(java.lang.String machine)
void
setObjectEntries(WebChangeJournalObjectEntries objectEntries)
void
setProject(java.lang.String project)
void
setSession(java.lang.String session)
void
setSessionID(java.lang.String sessionID)
void
setTimestamp(java.lang.String timeStamp)
void
setTransactionID(java.lang.String _ID)
void
setTransactionType(int type)
void
setUserID(java.lang.String user)
void
setUserName(java.lang.String u)
-
-
-
Method Detail
-
getTransactionID
public java.lang.String getTransactionID()
Description copied from interface:WebChangeJournalEntry
To get the transactionID of this change journal.- Specified by:
getTransactionID
in interfaceWebChangeJournalEntry
- Returns:
- transactionID
-
setTransactionID
public void setTransactionID(java.lang.String _ID)
-
getProject
public java.lang.String getProject()
Description copied from interface:WebChangeJournalEntry
To get the project of the change journal entry.- Specified by:
getProject
in interfaceWebChangeJournalEntry
- Returns:
- project name
-
setProject
public void setProject(java.lang.String project)
-
getTimestamp
public java.lang.String getTimestamp()
Description copied from interface:WebChangeJournalEntry
To get the timestamp of the change journal.- Specified by:
getTimestamp
in 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:WebChangeJournalEntry
To get the transactionType of this change journal.- Specified by:
getTransactionType
in interfaceWebChangeJournalEntry
- Returns:
- transactionType
-
setTransactionType
public void setTransactionType(int type)
-
getApplicationType
public int getApplicationType()
Description copied from interface:WebChangeJournalEntry
To get the application typeEnumDSSXMLApplicationType
of the change journal.- Specified by:
getApplicationType
in 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:WebChangeJournalEntry
To get the user id of the change journal.- Specified by:
getUserID
in interfaceWebChangeJournalEntry
- Returns:
- user id.
-
setUserID
public void setUserID(java.lang.String user)
-
getUserName
public java.lang.String getUserName()
Description copied from interface:WebChangeJournalEntry
To get the user name of the change journal.- Specified by:
getUserName
in 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:WebChangeJournalEntry
To get the session of the change journal.- Specified by:
getSession
in interfaceWebChangeJournalEntry
- Returns:
- session
-
getMachine
public java.lang.String getMachine()
Description copied from interface:WebChangeJournalEntry
To get the machine name of the change journal.- Specified by:
getMachine
in interfaceWebChangeJournalEntry
- Returns:
- machine name.
-
setMachine
public void setMachine(java.lang.String machine)
-
getObjectEntries
public WebChangeJournalObjectEntries getObjectEntries()
Description copied from interface:WebChangeJournalEntry
To get change journal object entry list- Specified by:
getObjectEntries
in interfaceWebChangeJournalEntry
- Returns:
- object entries
-
setObjectEntries
public void setObjectEntries(WebChangeJournalObjectEntries objectEntries)
-
getLinkitemEntries
public WebChangeJournalLinkitemEntries getLinkitemEntries()
Description copied from interface:WebChangeJournalEntry
To get change journal Linkitem entry list- Specified by:
getLinkitemEntries
in 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
-
-