public class AppointmentType extends KraPersistableBusinessObjectBase
UPDATE_USER_LENGTH| Constructor and Description |
|---|
AppointmentType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppointmentTypeCode()
Gets the appointmentTypeCode attribute.
|
String |
getDescription()
Retrieves the description attribute
|
Integer |
getDuration()
Gets the duration attribute.
|
void |
setAppointmentTypeCode(String appointmentTypeCode)
Sets the appointmentTypeCode attribute value.
|
void |
setDescription(String description)
Assigns the description attribute
|
void |
setDuration(Integer duration)
Sets the duration attribute value.
|
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 String getDescription()
public void setDescription(String description)
description - public String getAppointmentTypeCode()
public void setAppointmentTypeCode(String appointmentTypeCode)
appointmentTypeCode - The appointmentTypeCode to set.public Integer getDuration()
public void setDuration(Integer duration)
duration - The duration to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.