public static final class NotificationPriority.Builder extends Object implements Serializable, ModelBuilder, NotificationPriorityContract
NotificationPriority instances. Enforces the constraints of the NotificationPriorityContract.| Modifier and Type | Method and Description |
|---|---|
NotificationPriority |
build() |
static NotificationPriority.Builder |
create() |
static NotificationPriority.Builder |
create(NotificationPriorityContract contract) |
String |
getDescription() |
Long |
getId() |
String |
getName() |
String |
getObjectId() |
Integer |
getOrder() |
Long |
getVersionNumber() |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setObjectId(String objectId) |
void |
setOrder(Integer order) |
void |
setVersionNumber(Long versionNumber) |
public static NotificationPriority.Builder create()
public static NotificationPriority.Builder create(NotificationPriorityContract contract)
public NotificationPriority build()
build in interface ModelBuilderpublic String getName()
getName in interface NotificationPriorityContractpublic String getDescription()
getDescription in interface NotificationPriorityContractpublic Integer getOrder()
getOrder in interface NotificationPriorityContractpublic Long getId()
getId in interface KenIdentifiablepublic Long getVersionNumber()
getVersionNumber in interface Versionedpublic String getObjectId()
getObjectId in interface GloballyUniquepublic void setDescription(String description)
public void setVersionNumber(Long versionNumber)
public void setObjectId(String objectId)
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.