public final class LibraryItem
extends java.lang.Object
Constructor and Description |
---|
LibraryItem()
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getAccessed()
Returns the date and time that the item was last accessed.
|
java.util.Date |
getCreated()
Returns the date and time that the item was created.
|
UserPrincipal |
getCreatedBy()
Returns the user that created the item, or null if not known.
|
java.lang.String |
getDescription()
Returns the description of the item, or null if no description has been set.
|
Guid |
getId()
Returns the ID of the item.
|
java.lang.String |
getItemType()
Returns the item type.
|
java.util.Date |
getModified()
Returns the date and time that the item was last modified.
|
UserPrincipal |
getModifiedBy()
Returns the user that last modified the item, or null if not known.
|
Guid |
getParentId()
Returns the ID of the parent item.
|
java.util.Collection<LibraryProperty> |
getProperties()
Returns any custom properties set on the item.
|
long |
getSize()
Returns the size of the item (in bytes).
|
java.lang.String |
getTitle()
Returns the title of the item.
|
public Guid getId()
public java.lang.String getTitle()
public java.lang.String getDescription()
public Guid getParentId()
public java.lang.String getItemType()
public java.util.Date getCreated()
public UserPrincipal getCreatedBy()
public java.util.Date getModified()
public UserPrincipal getModifiedBy()
public java.util.Date getAccessed()
public long getSize()
public java.util.Collection<LibraryProperty> getProperties()
Copyright © 2013-2020 TIBCO Software Inc. All Rights Reserved.