@Entity public class NoteType extends PersistableBusinessObjectBase
extension, versionNumber| Constructor and Description |
|---|
NoteType()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getNoteTypeCode()
Gets the noteTypeCode attribute.
|
String |
getNoteTypeDescription()
Gets the noteTypeDescription attribute.
|
boolean |
isNoteTypeActiveIndicator()
Gets the noteTypeActiveIndicator attribute.
|
void |
setNoteTypeActiveIndicator(boolean noteTypeActiveIndicator)
Sets the noteTypeActiveIndicator attribute.
|
void |
setNoteTypeCode(String noteTypeCode)
Sets the noteTypeCode attribute.
|
void |
setNoteTypeDescription(String noteTypeDescription)
Sets the noteTypeDescription attribute.
|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumbertoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoStringpublic NoteType()
public String getNoteTypeCode()
public void setNoteTypeCode(String noteTypeCode)
noteTypeCode - The noteTypeCode to set.public String getNoteTypeDescription()
public void setNoteTypeDescription(String noteTypeDescription)
noteTypeDescription - The noteTypeDescription to set.public boolean isNoteTypeActiveIndicator()
public void setNoteTypeActiveIndicator(boolean noteTypeActiveIndicator)
noteTypeActiveIndicator - The noteTypeActiveIndicator to set.Copyright © 2005–2016 The Kuali Foundation. All rights reserved.