| java.lang.Object com.knowgate.projtrack.DutyAttachment
DutyAttachment | public class DutyAttachment (Code) | | Duty Attachment
This class represents objects stored as blobs at k_duties_attach table
author: Sergio Montoro Ten version: 3.0 |
Field Summary | |
final public static short | ClassId |
ClassId | final public static short ClassId(Code) | | |
DutyAttachment | public DutyAttachment()(Code) | | Default constructor
|
DutyAttachment | public DutyAttachment(String sIdDuty, String sNameFile, int iSizeFile)(Code) | | Constructor
Parameters: sIdDuty - String GUID of Duty Parameters: sNameFile - String File Name Parameters: iSizeFile - int File size in bytes |
size | public int size()(Code) | | int File size in bytes |
|
|