public static final class NotificationContentType.Builder extends Object implements Serializable, ModelBuilder, NotificationContentTypeContract
NotificationContentType instances. Enforces the constraints of the NotificationContentTypeContract.| Modifier and Type | Method and Description |
|---|---|
NotificationContentType |
build() |
static NotificationContentType.Builder |
create() |
static NotificationContentType.Builder |
create(NotificationContentTypeContract contract) |
String |
getDescription() |
Long |
getId() |
String |
getName() |
String |
getNamespace() |
String |
getObjectId() |
Integer |
getVersion() |
Long |
getVersionNumber() |
String |
getXsd() |
String |
getXsl() |
boolean |
isCurrent() |
void |
setCurrent(boolean current) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setObjectId(String objectId) |
void |
setVersion(Integer version) |
void |
setVersionNumber(Long versionNumber) |
void |
setXsd(String xsd) |
void |
setXsl(String xsl) |
public static NotificationContentType.Builder create()
public static NotificationContentType.Builder create(NotificationContentTypeContract contract)
public NotificationContentType build()
build in interface ModelBuilderpublic String getName()
getName in interface NotificationContentTypeContractpublic Integer getVersion()
getVersion in interface NotificationContentTypeContractpublic boolean isCurrent()
isCurrent in interface NotificationContentTypeContractpublic String getDescription()
getDescription in interface NotificationContentTypeContractpublic String getNamespace()
getNamespace in interface NotificationContentTypeContractpublic String getXsd()
getXsd in interface NotificationContentTypeContractpublic String getXsl()
getXsl in interface NotificationContentTypeContractpublic Long getId()
getId in interface KenIdentifiablepublic Long getVersionNumber()
getVersionNumber in interface Versionedpublic String getObjectId()
getObjectId in interface GloballyUniquepublic void setVersion(Integer version)
public void setCurrent(boolean current)
public void setDescription(String description)
public void setNamespace(String namespace)
public void setVersionNumber(Long versionNumber)
public void setObjectId(String objectId)
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.