public final class FolderListItem extends Object implements ITransportable
| Constructor and Description |
|---|
FolderListItem(ConnectionAttributes session,
Element row,
String folderID)
Constructs a
FolderListItem from the specified element. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getArchive1()
Returns the first archive key of this object.
|
String |
getArchive2()
Returns the seconds archive key of this object.
|
DateTime |
getDateModified()
Returns the date of the last modification.
|
String |
getFolderID()
Returns the Folder ID.
|
String |
getId()
Returns the ID of this object.
|
String |
getName()
Returns the name of this object.
|
String |
getObjectType()
Returns the language independent type of the Object.
|
String |
getOpenedBy()
Returns the name of the Automation Engine user who has opened the object.
|
String |
getPlatform()
Returns the platform of the object or an empty String if a platform is not defined for the object.
|
String |
getSubType()
Returns the subtype of the object if available.
|
String |
getTitle()
Returns the title of this Automation Engine Object.
|
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. |
String |
toString() |
public FolderListItem(ConnectionAttributes session, Element row, 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 String getSubType()
public String getPlatform()
public DateTime getDateModified()
public String getArchive1()
public String getObjectType()
getObjectType in interface ITransportablepublic String getArchive2()
public String getId()
getId in interface ITransportablepublic String getName()
getName in interface ITransportablepublic 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 String getOpenedBy()
public String getTitle()
public String getType()
public int getVersion()
public String getFolderID()
getFolderID in interface ITransportableCopyright © 2021. All rights reserved.