@DTO @XMLBindable public class UESFolderEntryAttributes extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private UESURI |
artifactUri
UESURI of the referenced artifact from the shortcut.
|
private java.lang.String |
code
Code of the entry (artifact or shortcut).
|
private java.lang.Boolean |
container
Deprecated.
This attribute has been replaced by attribute
type since UES6-08. Attribute container is true if
type is CONTAINER. Otherwise it is false. |
private java.lang.String |
description
Description of the entry (artifact or shortcut).
|
private UESURI |
entityTypeUri
UESURI of the entity type of the artifact (see @{cz.ues.platform.sysc.entitytype.UESEntityType} for more info).
|
private java.lang.String |
name
Name of the entry (artifact or shortcut).
|
private java.lang.Boolean |
shortcut
Deprecated.
This attribute has been replaced by attribute
type since UES6-08. Attribute shortcut is true if
type is SHORTCUT. Otherwise it is false. |
private UESFolderEntryType |
type
Deprecated.
This attribute has been replaced by attribute
entityType since UES7-12. |
private UESURI |
uri
Normalized UESURI of the entry (artifact or shortcut).
|
Constructor and Description |
---|
UESFolderEntryAttributes(UESURI uri,
Deprecated.
|
UESFolderEntryAttributes(UESURI uri,
Deprecated.
|
UESFolderEntryAttributes(UESURI uri,
Deprecated.
|
UESFolderEntryAttributes(UESURI uri, |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
type
since UES6-08. Attribute shortcut
is true if
type
is SHORTCUT. Otherwise it is false.type
since UES6-08. Attribute container
is true if
type
is CONTAINER. Otherwise it is false.entityType
since UES7-12.