public class ListItem
extends java.lang.Object
| Constructor and Description |
|---|
ListItem()
Instantiates a new list item.
|
ListItem(java.lang.String title)
Instantiates a new list item.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAuthorId()
Gets the author id.
|
java.lang.String |
getContentTypeId()
Gets the content type id.
|
java.util.Date |
getCreatedTime()
Gets the created time.
|
java.util.List<CustomProperty> |
getCustomProperties() |
java.lang.String |
getDescription()
Gets the description.
|
int |
getEditorId()
Gets the editor id.
|
FileSystemObjectType |
getFileSystemObjectType()
Gets the file system object type.
|
java.lang.String |
getGuid()
Gets the guid.
|
int |
getId()
Gets the id.
|
java.util.Date |
getModifiedTime()
Gets the modified time.
|
java.lang.String |
getTitle()
Gets the title.
|
java.lang.String |
getUIVersion()
Gets the UI version.
|
boolean |
hasAttachments()
Checks for attachments.
|
void |
setTitle(java.lang.String title)
Sets the title.
|
public ListItem()
public ListItem(java.lang.String title)
title - the titlepublic int getAuthorId()
public java.lang.String getContentTypeId()
public java.util.Date getCreatedTime()
public java.util.List<CustomProperty> getCustomProperties()
public java.lang.String getDescription()
public int getEditorId()
public FileSystemObjectType getFileSystemObjectType()
public java.lang.String getGuid()
public int getId()
public java.util.Date getModifiedTime()
public java.lang.String getTitle()
public java.lang.String getUIVersion()
public boolean hasAttachments()
public void setTitle(java.lang.String title)
title - the new title