public class AwardAttachmentType extends KraPersistableBusinessObjectBase
UPDATE_USER_LENGTH| Constructor and Description |
|---|
AwardAttachmentType()
empty ctor to satisfy JavaBean convention.
|
AwardAttachmentType(String typeCode,
String description)
Convenience ctor to set the relevant properties of this class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Gets the protocol attachment type description.
|
String |
getTypeCode()
Gets the protocol attachment type code.
|
int |
hashCode() |
void |
setDescription(String description)
Sets the protocol attachment type description.
|
void |
setTypeCode(String typeCode)
Sets the protocol attachment type code.
|
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 AwardAttachmentType()
public String getTypeCode()
public void setTypeCode(String typeCode)
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.