Class NotificationPriority.Builder
java.lang.Object
org.kuali.rice.ken.api.notification.NotificationPriority.Builder
- All Implemented Interfaces:
Serializable,org.kuali.rice.core.api.mo.common.GloballyUnique,org.kuali.rice.core.api.mo.common.Versioned,org.kuali.rice.core.api.mo.ModelBuilder,KenIdentifiable,NotificationPriorityContract
- Enclosing class:
NotificationPriority
public static final class NotificationPriority.Builder
extends Object
implements Serializable, org.kuali.rice.core.api.mo.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 interfaceorg.kuali.rice.core.api.mo.ModelBuilder
-
getName
- Specified by:
getNamein interfaceNotificationPriorityContract
-
getDescription
- Specified by:
getDescriptionin interfaceNotificationPriorityContract
-
getOrder
- Specified by:
getOrderin interfaceNotificationPriorityContract
-
getId
- Specified by:
getIdin interfaceKenIdentifiable
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceorg.kuali.rice.core.api.mo.common.Versioned
-
getObjectId
- Specified by:
getObjectIdin interfaceorg.kuali.rice.core.api.mo.common.GloballyUnique
-
setName
-
setDescription
-
setOrder
-
setId
-
setVersionNumber
-
setObjectId
-