Package org.kuali.rice.krad.bo
Class NoteType
java.lang.Object
org.kuali.rice.krad.bo.DataObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBaseAdapter
org.kuali.rice.krad.bo.NoteType
- All Implemented Interfaces:
Serializable,org.kuali.rice.core.api.mo.common.active.Inactivatable,org.kuali.rice.core.api.mo.common.active.MutableInactivatable,org.kuali.rice.core.api.mo.common.GloballyUnique,org.kuali.rice.core.api.mo.common.Versioned
@Entity
public class NoteType
extends PersistableBusinessObjectBaseAdapter
implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
- See Also:
-
Field Summary
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBaseAdapter
extension, newCollectionRecordFields inherited from class org.kuali.rice.krad.bo.DataObjectBase
objectId, versionNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the noteTypeCode attribute.Gets the noteTypeDescription attribute.booleanisActive()booleanGets the noteTypeActiveIndicator attribute.voidsetActive(boolean active) voidsetNoteTypeActiveIndicator(boolean noteTypeActiveIndicator) Sets the noteTypeActiveIndicator attribute.voidsetNoteTypeCode(String noteTypeCode) Sets the noteTypeCode attribute.voidsetNoteTypeDescription(String noteTypeDescription) Sets the noteTypeDescription attribute.Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBaseAdapter
buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecordMethods inherited from class org.kuali.rice.krad.bo.DataObjectBase
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toString
-
Constructor Details
-
NoteType
public NoteType()
-
-
Method Details
-
getNoteTypeCode
Gets the noteTypeCode attribute.- Returns:
- Returns the noteTypeCode
-
setNoteTypeCode
Sets the noteTypeCode attribute.- Parameters:
noteTypeCode- The noteTypeCode to set.
-
getNoteTypeDescription
Gets the noteTypeDescription attribute.- Returns:
- Returns the noteTypeDescription
-
setNoteTypeDescription
Sets the noteTypeDescription attribute.- Parameters:
noteTypeDescription- The noteTypeDescription to set.
-
isNoteTypeActiveIndicator
public boolean isNoteTypeActiveIndicator()Gets the noteTypeActiveIndicator attribute.- Returns:
- Returns the noteTypeActiveIndicator
-
setNoteTypeActiveIndicator
public void setNoteTypeActiveIndicator(boolean noteTypeActiveIndicator) Sets the noteTypeActiveIndicator attribute.- Parameters:
noteTypeActiveIndicator- The noteTypeActiveIndicator to set.
-
isActive
public boolean isActive()- Specified by:
isActivein interfaceorg.kuali.rice.core.api.mo.common.active.Inactivatable
-
setActive
public void setActive(boolean active) - Specified by:
setActivein interfaceorg.kuali.rice.core.api.mo.common.active.MutableInactivatable
-