public abstract class ProtocolAttachmentTypeBase extends KraPersistableBusinessObjectBase
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
description |
UPDATE_USER_LENGTH| Modifier | Constructor and Description |
|---|---|
protected |
ProtocolAttachmentTypeBase() |
protected |
ProtocolAttachmentTypeBase(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 type code.
|
String |
getDescription()
Gets the protocol attachment type description.
|
int |
hashCode() |
void |
setCode(String code)
Sets the protocol attachment type code.
|
void |
setDescription(String description)
Sets the protocol attachment type 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 String getCode()
public void setCode(String code)
code - the protocol attachment type codepublic String getDescription()
public void setDescription(String description)
description - the protocol attachment type descriptionCopyright © 2013 The Kuali Foundation. All Rights Reserved.