public abstract class ProtocolAttachmentStatusBase extends KraPersistableBusinessObjectBase
| Modifier and Type | Field and Description |
|---|---|
static String |
DELETED |
static String |
DRAFT |
static String |
EXPIRED |
static String |
FINALIZED |
static String |
SUPERCEDED |
UPDATE_USER_LENGTH| Modifier | Constructor and Description |
|---|---|
protected |
ProtocolAttachmentStatusBase()
empty ctor to satisfy JavaBean convention.
|
|
ProtocolAttachmentStatusBase(String code,
String description)
Convenience ctor to set the relevant properties of this class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCode()
Gets the protocol attachment status code.
|
String |
getDescription()
Gets the protocol attachment status description.
|
int |
hashCode() |
void |
setCode(String code)
Sets the protocol attachment status code.
|
void |
setDescription(String description)
Sets the protocol attachment status description.
|
getAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, prePersist, preUpdate, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic static final String DRAFT
public static final String FINALIZED
public static final String DELETED
public static final String SUPERCEDED
public static final String EXPIRED
protected ProtocolAttachmentStatusBase()
public String getCode()
public void setCode(String code)
code - the protocol attachment status codepublic String getDescription()
public void setDescription(String description)
description - the protocol attachment status descriptionCopyright © 2013 The Kuali Foundation. All Rights Reserved.