Package com.uc4.communication.requests
Class GetChangeLog.Entry
- java.lang.Object
-
- com.uc4.communication.requests.GetChangeLog.Entry
-
- Enclosing class:
- GetChangeLog
public static final class GetChangeLog.Entry extends java.lang.Object
Represents a row in the result of the change list.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFirstName()
Returns the first name of the user who did the change.java.lang.String
getLastName()
Returns the last name of the user who did the change.java.lang.String
getMessage()
Returns the message text.UC4ObjectName
getObjectName()
Returns the name of the object.DateTime
getTimestamp()
Returns the timestamp of this event.java.lang.String
getTitle()
Returns the title of the object.java.lang.String
getType()
Returns the type of the change.java.lang.String
getUserName()
Returns the user name of the user who did the change (for example USER/DEPARTMENT).java.lang.String
toString()
-
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
Returns the message text.- Returns:
- Translated text
-
getObjectName
public UC4ObjectName getObjectName()
Returns the name of the object.- Returns:
- Object name
-
getTitle
public java.lang.String getTitle()
Returns the title of the object.- Returns:
- Title
-
getTimestamp
public DateTime getTimestamp()
Returns the timestamp of this event.- Returns:
- Timestamp
-
getFirstName
public java.lang.String getFirstName()
Returns the first name of the user who did the change.- Returns:
- First name
-
getLastName
public java.lang.String getLastName()
Returns the last name of the user who did the change.- Returns:
- Last name
-
getUserName
public java.lang.String getUserName()
Returns the user name of the user who did the change (for example USER/DEPARTMENT).- Returns:
- Last name
-
getType
public java.lang.String getType()
Returns the type of the change.- TRNSPRT ... Transports objects Transport
- START ... Starts tasks Start
- RUN_MOD ... Modifies at runtime
- RESTORE ... Restores objects Restore
- RESTART ... Restarts tasks Restart
- RENAME ... Renames objects Rename
- START ... Starts tasks
- OBJ_MOD ... Object modifications
- MOVE ... Moves objects
- IMPORT ... Imports objects
- DELETE ... Deletes
- CREATE ... Creates new objects
- CANCEL ... Aborts tasks
- Returns:
- Information type
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-