public final class FolderListItem extends java.lang.Object implements ITransportable
Constructor and Description |
---|
FolderListItem(ConnectionAttributes session,
org.w3c.dom.Element row,
java.lang.String folderID)
Constructs a
FolderListItem from the specified element. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getArchive1()
Returns the first archive key of this object.
|
java.lang.String |
getArchive2()
Returns the seconds archive key of this object.
|
DateTime |
getDateModified()
Returns the date of the last modification.
|
java.lang.String |
getFolderID()
Returns the Folder ID.
|
java.lang.String |
getId()
Returns the ID of this object.
|
java.lang.String |
getName()
Returns the name of this object.
|
java.lang.String |
getObjectType()
Returns the language independent type of the Object.
|
java.lang.String |
getOpenedBy()
Returns the name of the Automation Engine user who has opened the object.
|
java.lang.String |
getPlatform()
Returns the platform of the object or an empty String if a platform is not defined for the object.
|
java.lang.String |
getSubType()
Returns the subtype of the object if available.
|
java.lang.String |
getTitle()
Returns the title of this Automation Engine Object.
|
java.lang.String |
getType()
Returns the type of this Automation Engine Object.
|
int |
getVersion()
Returns the Version of this Automation Engine object.
|
int |
hashCode() |
boolean |
isLink()
Returns whether the object is a link.
|
boolean |
isOpen()
Returns
true if the object is open and therefore locked for changes. |
java.lang.String |
toString() |
public FolderListItem(ConnectionAttributes session, org.w3c.dom.Element row, java.lang.String folderID)
FolderListItem
from the specified element.
Internal use only.session
- Session time zonerow
- Element representing a row in the folder listfolderID
- ID of the folderpublic boolean isLink()
public java.lang.String getSubType()
public java.lang.String getPlatform()
public DateTime getDateModified()
public java.lang.String getArchive1()
public java.lang.String getObjectType()
getObjectType
in interface ITransportable
public java.lang.String getArchive2()
public java.lang.String getId()
getId
in interface ITransportable
public java.lang.String getName()
getName
in interface ITransportable
public boolean isOpen()
true
if the object is open and therefore locked for changes.
The method getOpenedBy
returns the name of the Automation Engine user.public java.lang.String getOpenedBy()
public java.lang.String getTitle()
public java.lang.String getType()
public int getVersion()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getFolderID()
getFolderID
in interface ITransportable