public class GUIArchive extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
CUSTOMID_IMPORT_AND_NEW_DOCUMENT |
static int |
CUSTOMID_IMPORT_AND_NEW_RELEASE |
static int |
CUSTOMID_IMPORT_AND_NEW_SUBVERSION |
static int |
CUSTOMID_NOT_IMPORT |
long |
id |
static int |
MODE_EXPORT |
static int |
MODE_IMPORT |
static int |
STATUS_CLOSED |
static int |
STATUS_ERROR |
static int |
STATUS_FINALIZED |
static int |
STATUS_OPENED |
static int |
STATUS_READY_TO_IMPORT |
static int |
STATUS_READYTOSIGN |
static int |
TYPE_DEFAULT |
static int |
TYPE_STORAGE |
Constructor and Description |
---|
GUIArchive() |
Modifier and Type | Method and Description |
---|---|
Long |
getAosManagerId() |
String |
getAosManagerName() |
Long |
getCloserId()
The archive closer id
|
String |
getCloserName()
The archive closer name
|
Date |
getClosure()
The archive's closure date
|
Date |
getCreation()
The archive's creation date
|
long |
getCreatorId()
The archive creator id
|
String |
getCreatorName()
The archive creator name
|
String |
getDescription()
The archive description
|
long |
getId() |
int |
getImportCustomId() |
int |
getImportTemplate() |
int |
getMode() |
String |
getName()
The archive name.
|
long |
getSize()
Archive dimension in bytes, that is the sum of sizes of all document plus
the size of all metadata files.
|
int |
getStatus()
The archive status
|
int |
getType()
The archive type
|
void |
setAosManagerId(Long aosManagerId) |
void |
setAosManagerName(String aosManagerName) |
void |
setCloserId(Long closerId) |
void |
setCloserName(String closerName) |
void |
setClosure(Date closure) |
void |
setCreation(Date creation) |
void |
setCreatorId(long creatorId) |
void |
setCreatorName(String creatorName) |
void |
setDescription(String description) |
void |
setId(long id) |
void |
setImportCustomId(int importCustomId) |
void |
setImportTemplate(int importTemplate) |
void |
setMode(int mode) |
void |
setName(String name) |
void |
setSize(long size) |
void |
setStatus(int status) |
void |
setType(int type) |
public long id
public static int STATUS_OPENED
public static int STATUS_READY_TO_IMPORT
public static int STATUS_CLOSED
public static int STATUS_FINALIZED
public static int STATUS_READYTOSIGN
public static int STATUS_ERROR
public static int TYPE_DEFAULT
public static int TYPE_STORAGE
public static int MODE_IMPORT
public static int MODE_EXPORT
public static int CUSTOMID_NOT_IMPORT
public static int CUSTOMID_IMPORT_AND_NEW_RELEASE
public static int CUSTOMID_IMPORT_AND_NEW_SUBVERSION
public static int CUSTOMID_IMPORT_AND_NEW_DOCUMENT
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Date getCreation()
public void setCreation(Date creation)
public int getStatus()
Archive#ASSIGNED_TASK
,
Archive#STATUS_CLOSED
,
Archive#TASKS_ADMIN
,
Archive#TASKS_SUPERVISOR
,
Archive#STATUS_ERROR
public void setStatus(int status)
public long getSize()
public void setSize(long size)
public int getType()
Archive#TYPE_DEFAULT
,
Archive#TYPE_STORAGE
public void setType(int type)
public long getCreatorId()
public void setCreatorId(long creatorId)
public String getCreatorName()
public void setCreatorName(String creatorName)
public Long getCloserId()
public void setCloserId(Long closerId)
public String getCloserName()
public void setCloserName(String closerName)
public Date getClosure()
public void setClosure(Date closure)
public int getMode()
public void setMode(int mode)
public int getImportTemplate()
public void setImportTemplate(int importTemplate)
public int getImportCustomId()
public void setImportCustomId(int importCustomId)
public long getId()
public void setId(long id)
public Long getAosManagerId()
public void setAosManagerId(Long aosManagerId)
public String getAosManagerName()
public void setAosManagerName(String aosManagerName)
Copyright © 2008-2014 Logical Objects. All Rights Reserved.