@DTO public class UESAttachmentAttributes extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
private java.lang.String | 
code
Code of the attachment. 
 | 
private java.lang.String | 
creationStamp
Creation stamp of the attachment. 
 | 
private java.util.Date | 
creationTime
Creation time of the attachment. 
 | 
private java.lang.String | 
description
Description of the attachment. 
 | 
private UESURI | 
entityTypeUri
UESURI of the entity type of the attachment (see @{cz.ues.platform.sysc.entitytype.UESEntityType} for more info). 
 | 
private java.lang.String | 
fileName
Name of the file contained in the attachment. 
 | 
private UESURI | 
lockAccessRoleUri
Who (which access role) has locked the attachment. 
 | 
private java.lang.Boolean | 
locked
Specifies if the attachment is locked. 
 | 
private UESURI | 
lockRoleUri
What role has locked the attachment. 
 | 
private java.util.Date | 
lockTime
When the attachment has been locked. 
 | 
private java.lang.String | 
modificationStamp
Modification stamp of the attachment. 
 | 
private java.util.Date | 
modificationTime
Modification time of the attachment. 
 | 
private java.lang.String | 
name
Name of the attachment. 
 | 
private UESURI | 
uri
Normalized UESURI of the attachment. 
 | 
private java.lang.Integer | 
version
Version of the attachment. 
 | 
private java.lang.String | 
versionLabel
Version label of the attachment. 
 | 
| Constructor and Description | 
|---|
UESAttachmentAttributes(UESURI uri,  | 
UESAttachmentAttributes(UESURI uri,  |