@Entity public class NaturalLanguageUsageBo extends Object implements org.kuali.rice.krms.api.repository.language.NaturalLanguageUsageContract, Serializable
NaturalLanguageUsage.| Constructor and Description |
|---|
NaturalLanguageUsageBo()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static NaturalLanguageUsageBo |
from(org.kuali.rice.krms.api.repository.language.NaturalLanguageUsage naturalLanguageUsage)
Converts a immutable
NaturalLanguageUsage to its mutable NaturalLanguageUsageBo counterpart. |
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getNamespace() |
Long |
getVersionNumber() |
boolean |
isActive() |
void |
setActive(boolean active)
Sets the value of active on this builder to the given value.
|
void |
setDescription(String description)
Sets the value of description on this builder to the given value.
|
void |
setId(String id)
Sets the value of id on this builder to the given value.
|
void |
setName(String name)
Sets the value of name on this builder to the given value.
|
void |
setNamespace(String namespace)
Sets the value of namespace on this builder to the given value.
|
void |
setVersionNumber(Long versionNumber)
Sets the value of versionNumber on this builder to the given value.
|
static org.kuali.rice.krms.api.repository.language.NaturalLanguageUsage |
to(NaturalLanguageUsageBo naturalLanguageUsageBo)
Converts a mutable
NaturalLanguageUsageBo to its immutable counterpart, NaturalLanguageUsage. |
public NaturalLanguageUsageBo()
public String getName()
getName in interface org.kuali.rice.krms.api.repository.language.NaturalLanguageUsageContractpublic String getDescription()
getDescription in interface org.kuali.rice.krms.api.repository.language.NaturalLanguageUsageContractpublic String getNamespace()
getNamespace in interface org.kuali.rice.krms.api.repository.language.NaturalLanguageUsageContractpublic String getId()
getId in interface org.kuali.rice.core.api.mo.common.Identifiablepublic boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic Long getVersionNumber()
getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versionedpublic void setName(String name)
name - the name value to set.public void setDescription(String description)
description - the description value to set.public void setNamespace(String namespace)
namespace - the namespace value to set.public void setId(String id)
id - the id value to set.public void setActive(boolean active)
active - the active value to set.public void setVersionNumber(Long versionNumber)
versionNumber - the versionNumber value to set.public static org.kuali.rice.krms.api.repository.language.NaturalLanguageUsage to(NaturalLanguageUsageBo naturalLanguageUsageBo)
NaturalLanguageUsageBo to its immutable counterpart, NaturalLanguageUsage.naturalLanguageUsageBo - the mutable business object.NaturalLanguageUsage the immutable object.public static NaturalLanguageUsageBo from(org.kuali.rice.krms.api.repository.language.NaturalLanguageUsage naturalLanguageUsage)
NaturalLanguageUsage to its mutable NaturalLanguageUsageBo counterpart.naturalLanguageUsage - the immutable object.NaturalLanguageUsageBo the mutable NaturalLanguageUsageBo.Copyright © 2005–2017 The Kuali Foundation. All rights reserved.