public abstract class ProtocolAttachmentGroupBase extends KraPersistableBusinessObjectBase
UPDATE_USER_LENGTH| Modifier | Constructor and Description |
|---|---|
protected |
ProtocolAttachmentGroupBase()
empty ctor to satisfy JavaBean convention.
|
|
ProtocolAttachmentGroupBase(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 group code.
|
String |
getDescription()
Gets the protocol attachment group description.
|
int |
hashCode() |
void |
setCode(String code)
Sets the protocol attachment group code.
|
void |
setDescription(String description)
Sets the protocol attachment group 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, setVersionNumberprotected ProtocolAttachmentGroupBase()
public String getCode()
public void setCode(String code)
code - the protocol attachment group codepublic String getDescription()
public void setDescription(String description)
description - the protocol attachment group descriptionCopyright © 2013 The Kuali Foundation. All Rights Reserved.