Class NotificationPriority.Builder
java.lang.Object
org.kuali.rice.ken.api.notification.NotificationPriority.Builder
- All Implemented Interfaces:
Serializable,GloballyUnique,Versioned,ModelBuilder,KenIdentifiable,NotificationPriorityContract
- Enclosing class:
NotificationPriority
public static final class NotificationPriority.Builder
extends Object
implements Serializable, ModelBuilder, NotificationPriorityContract
A builder which can be used to construct
NotificationPriority instances. Enforces the constraints of the NotificationPriorityContract.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbuild()static NotificationPriority.Buildercreate()static NotificationPriority.Buildercreate(NotificationPriorityContract contract) getId()getName()getOrder()voidsetDescription(String description) voidvoidvoidsetObjectId(String objectId) voidvoidsetVersionNumber(Long versionNumber)
-
Method Details
-
create
-
create
-
build
- Specified by:
buildin interfaceModelBuilder
-
getName
- Specified by:
getNamein interfaceNotificationPriorityContract
-
getDescription
- Specified by:
getDescriptionin interfaceNotificationPriorityContract
-
getOrder
- Specified by:
getOrderin interfaceNotificationPriorityContract
-
getId
- Specified by:
getIdin interfaceKenIdentifiable
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceVersioned
-
getObjectId
- Specified by:
getObjectIdin interfaceGloballyUnique
-
setName
-
setDescription
-
setOrder
-
setId
-
setVersionNumber
-
setObjectId
-