public class

WSAttachmentInfo

extends WSAttachmentInfoCore
implements Serializable
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.attachment.WSAttachmentInfoCore
     ↳ com.cbs.ctr3ws.dtos.attachment.WSAttachmentInfo

Class Overview

description: a class containing an attachment record information. see: the class is "output only".

Summary

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
From class com.cbs.ctr3ws.dtos.attachment.WSAttachmentInfoCore
Public Constructors
WSAttachmentInfo()
Public Methods
int compareTo(WSAttachmentInfo o)
[Expand]
Inherited Methods
From class com.cbs.ctr3ws.dtos.attachment.WSAttachmentInfoCore
From class java.lang.Object

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.

Public Constructors

public WSAttachmentInfo ()

Public Methods

public int compareTo (WSAttachmentInfo o)