public class ProtocolAttachmentGroup extends ProtocolAttachmentGroupBase
UPDATE_USER_LENGTH| Constructor and Description |
|---|
ProtocolAttachmentGroup()
empty ctor to satisfy JavaBean convention.
|
ProtocolAttachmentGroup(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, setVersionNumberpublic ProtocolAttachmentGroup()
public String getCode()
getCode in class ProtocolAttachmentGroupBasepublic void setCode(String code)
setCode in class ProtocolAttachmentGroupBasecode - the protocol attachment group codepublic String getDescription()
getDescription in class ProtocolAttachmentGroupBasepublic void setDescription(String description)
setDescription in class ProtocolAttachmentGroupBasedescription - the protocol attachment group descriptionpublic int hashCode()
hashCode in class ProtocolAttachmentGroupBasepublic boolean equals(Object obj)
equals in class ProtocolAttachmentGroupBaseCopyright © 2013 The Kuali Foundation. All Rights Reserved.