java.lang.Object | ||
↳ | com.cbs.ctr3ws.dtos.attachment.WSAttachmentInfoCore | |
↳ | com.cbs.ctr3ws.dtos.attachment.WSAttachmentInfo |
description: a class containing an attachment record information. see: the class is "output only".
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public String | fileName | description: the attachment file name. | |||||||||
public String | uploadedBy | description: the user that updated the attachment. | |||||||||
public Date | uploadedDate | description: the date the attachment was uploaded to the CTR system. |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WSAttachmentInfo() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | compareTo(WSAttachmentInfo o) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
description: the attachment file name.
description: the user that updated the attachment.
description: the date the attachment was uploaded to the CTR system.