public class ProtocolAttachmentType extends ProtocolAttachmentTypeBase
UPDATE_USER_LENGTH| Constructor and Description |
|---|
ProtocolAttachmentType()
empty ctor to satisfy JavaBean convention.
|
ProtocolAttachmentType(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 ProtocolAttachmentType()
public String getCode()
getCode in class ProtocolAttachmentTypeBasepublic void setCode(String code)
setCode in class ProtocolAttachmentTypeBasecode - the protocol attachment type codepublic String getDescription()
getDescription in class ProtocolAttachmentTypeBasepublic void setDescription(String description)
setDescription in class ProtocolAttachmentTypeBasedescription - the protocol attachment type descriptionpublic int hashCode()
hashCode in class ProtocolAttachmentTypeBasepublic boolean equals(Object obj)
equals in class ProtocolAttachmentTypeBaseCopyright © 2013 The Kuali Foundation. All Rights Reserved.