public class VersionControlListItem
extends java.lang.Object
Constructor and Description |
---|
VersionControlListItem(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element row,
ConnectionAttributes session)
Internal use, creates a new instance of this class from the specified XML element.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
UC4UserName |
getModifiedBy()
Returns the name of the UC4 user which has modified the object.
|
DateTime |
getModifiedDate() |
java.lang.String |
getObjectType() |
UC4ObjectName |
getSavedName()
Returns the generated name of the revision.
|
java.lang.String |
getTitle() |
int |
getVersionNumber() |
java.lang.String |
toString() |
public VersionControlListItem(com.uc4.util.XMLDocument doc, org.w3c.dom.Element row, ConnectionAttributes session)
doc
- XML Documentrow
- Elementsession
- Session infopublic UC4ObjectName getSavedName()
public UC4UserName getModifiedBy()
public DateTime getModifiedDate()
public java.lang.String getId()
public java.lang.String getObjectType()
public java.lang.String getTitle()
public int getVersionNumber()
public java.lang.String toString()
toString
in class java.lang.Object