public class CRMDOLockInfo extends CRMDO
| Constructor and Description |
|---|
CRMDOLockInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLockedByThread() |
java.util.Date |
getLockedDate() |
java.lang.Integer |
getLockVersion() |
void |
lock() |
void |
setLockedByThread(java.lang.String lockedByThread) |
void |
setLockedDate(java.util.Date lockedDate) |
void |
setLockVersion(java.lang.Integer lockVersion) |
void |
unlock() |
clone, compareObjects, compareTo, deepCopy, equals, getAlias, getAliases, getAltCode, getAttachments, getCode, getComparableByXPath, getCreatedByUnit, getCreatedByUser, getCreatedDate, getDefaultMandatoryFields, getDeletedFlagFieldName, getDescription, getFieldsize, getFieldsizes, getId, getIsAssignable, getIsDeletable, getIsDeleted, getIsEditable, getIsRestricted, getIsViewable, getMandatoryFields, getModifiedCollections, getName, getNewvalues, getNotes, getNotVisibleActions, getNotVisibleFields, getNotVisiblePrintouts, getNumber, getOldvalues, getOwnerCollection, getProperties, getProperty, getReadOnlyFields, getRecVersion, getSharedNotes, getSortby, getUpdatedByUnit, getUpdatedByUser, getUpdatedDate, initFieldsizes, initializeCRMDO, isAssignable, isDeletable, isDeleted, isEditable, isMandatory, isModified, isModified, isNew, isRestricted, isSortbyDefined, isSpecified, isViewable, networkRestrictionsSet, onDelete, onLoad, onLoad, onSave, onSave, onUpdate, securityRestrictionsSet, setAlias, setAltCode, setAttachments, setChange, setCode, setCreatedByUnit, setCreatedByUser, setCreatedDate, setDefaultMandatoryFields, setDescription, setFieldsize, setId, setIsAssignable, setIsDeletable, setIsDeleted, setIsEditable, setIsRestricted, setIsViewable, setMandatoryFields, setModified, setModifiedCollections, setName, setNetworkRestrictionsSet, setNew, setNew, setNewvalues, setNotes, setNotVisibleActions, setNotVisibleFields, setNotVisiblePrintouts, setNumber, setOldvalues, setOwnerCollection, setProperty, setReadOnlyFields, setRecVersion, setSecurityRestrictionsSet, setSharedNotes, setSortby, setUpdatedByUnit, setUpdatedByUser, setUpdatedDate, sortbyCompareTo, toStringpublic void lock()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic void unlock()
public java.lang.Integer getLockVersion()
public void setLockVersion(java.lang.Integer lockVersion)
public java.util.Date getLockedDate()
public void setLockedDate(java.util.Date lockedDate)
public java.lang.String getLockedByThread()
public void setLockedByThread(java.lang.String lockedByThread)