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()
Returns an instance of the object being built by this builder based
on the current state of the builder.
|
static NotificationPriority.Builder |
create() |
static NotificationPriority.Builder |
create(NotificationPriorityContract contract) |
String |
getDescription() |
Long |
getId() |
String |
getName() |
String |
getObjectId()
Return the globally unique object id of this object.
|
Integer |
getOrder() |
Long |
getVersionNumber()
Returns the version number for this object.
|
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()
ModelBuilder
build
in interface ModelBuilder
public String getName()
getName
in interface NotificationPriorityContract
public String getDescription()
getDescription
in interface NotificationPriorityContract
public Integer getOrder()
getOrder
in interface NotificationPriorityContract
public Long getId()
getId
in interface KenIdentifiable
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
public void setDescription(String description)
public void setVersionNumber(Long versionNumber)
public void setObjectId(String objectId)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.