@Entity public class KrmsAttributeDefinitionBo extends Object implements org.kuali.rice.krms.api.repository.type.KrmsAttributeDefinitionContract, org.kuali.rice.core.api.mo.common.active.MutableInactivatable, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Long |
versionNumber |
| Constructor and Description |
|---|
KrmsAttributeDefinitionBo() |
| Modifier and Type | Method and Description |
|---|---|
static KrmsAttributeDefinitionBo |
from(org.kuali.rice.krms.api.repository.type.KrmsAttributeDefinition im)
Converts a immutable object to it's mutable bo counterpart
|
boolean |
getActive() |
String |
getComponentName() |
String |
getDescription() |
String |
getId() |
String |
getLabel() |
String |
getName() |
String |
getNamespace() |
Long |
getVersionNumber() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setComponentName(String componentName) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setVersionNumber(Long versionNumber) |
static org.kuali.rice.krms.api.repository.type.KrmsAttributeDefinition |
to(KrmsAttributeDefinitionBo bo)
Converts a mutable bo to it's immutable counterpart
|
protected Long versionNumber
public KrmsAttributeDefinitionBo()
public static org.kuali.rice.krms.api.repository.type.KrmsAttributeDefinition to(KrmsAttributeDefinitionBo bo)
bo - the mutable business objectpublic static KrmsAttributeDefinitionBo from(org.kuali.rice.krms.api.repository.type.KrmsAttributeDefinition im)
im - immutable objectpublic String getId()
getId in interface org.kuali.rice.core.api.mo.common.Identifiablepublic String getName()
getName in interface org.kuali.rice.krms.api.repository.type.KrmsAttributeDefinitionContractpublic String getNamespace()
getNamespace in interface org.kuali.rice.krms.api.repository.type.KrmsAttributeDefinitionContractpublic void setNamespace(String namespace)
public String getLabel()
getLabel in interface org.kuali.rice.krms.api.repository.type.KrmsAttributeDefinitionContractpublic String getDescription()
getDescription in interface org.kuali.rice.krms.api.repository.type.KrmsAttributeDefinitionContractpublic void setDescription(String description)
public boolean getActive()
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatablepublic String getComponentName()
getComponentName in interface org.kuali.rice.krms.api.repository.type.KrmsAttributeDefinitionContractpublic void setComponentName(String componentName)
public Long getVersionNumber()
getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versionedpublic void setVersionNumber(Long versionNumber)
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.