public class ProtocolAttachmentStatus extends ProtocolAttachmentStatusBase
| Modifier and Type | Field and Description |
|---|---|
static String |
DELETED |
static String |
DRAFT |
static String |
FINALIZED |
EXPIRED, SUPERCEDEDUPDATE_USER_LENGTH| Constructor and Description |
|---|
ProtocolAttachmentStatus()
empty ctor to satisfy JavaBean convention.
|
ProtocolAttachmentStatus(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 ProtocolAttachmentStatus()
public String getCode()
getCode in class ProtocolAttachmentStatusBasepublic void setCode(String code)
setCode in class ProtocolAttachmentStatusBasecode - the protocol attachment status codepublic String getDescription()
getDescription in class ProtocolAttachmentStatusBasepublic void setDescription(String description)
setDescription in class ProtocolAttachmentStatusBasedescription - the protocol attachment status descriptionpublic int hashCode()
hashCode in class ProtocolAttachmentStatusBasepublic boolean equals(Object obj)
equals in class ProtocolAttachmentStatusBaseCopyright © 2013 The Kuali Foundation. All Rights Reserved.