@Entity public class KewAttributeDefinitionBo extends Object implements KewAttributeDefinitionContract, MutableInactivatable
| Constructor and Description |
|---|
KewAttributeDefinitionBo()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static KewAttributeDefinitionBo |
from(KewAttributeDefinition kadIm)
Converts a immutable object to it's mutable bo counterpart
|
String |
getComponentName()
Returns the component name.
|
String |
getDescription()
Returns the description.
|
String |
getId()
returns the unique identifier for this class
|
String |
getLabel()
Returns the label
|
String |
getName()
Returns the attribute name
|
String |
getNamespace()
Returns the name space
|
Long |
getVersionNumber() |
boolean |
isActive()
Returns the status of this record
|
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 KewAttributeDefinition |
to(KewAttributeDefinitionBo kadBo)
Converts a mutable bo to it's immutable counterpart
|
public KewAttributeDefinitionBo()
public static KewAttributeDefinition to(KewAttributeDefinitionBo kadBo)
kadBo - the mutable business objectpublic static KewAttributeDefinitionBo from(KewAttributeDefinition kadIm)
kadIm - immutable objectpublic String getId()
getId in interface Identifiablepublic String getName()
getName in interface KewAttributeDefinitionContractpublic String getNamespace()
getNamespace in interface KewAttributeDefinitionContractpublic void setNamespace(String namespace)
getNamespace()public String getLabel()
getLabel in interface KewAttributeDefinitionContractpublic void setLabel(String label)
getLabel()public boolean isActive()
isActive in interface Inactivatablepublic void setActive(boolean active)
setActive in interface MutableInactivatableisActive()public String getComponentName()
getComponentName in interface KewAttributeDefinitionContractpublic void setComponentName(String componentName)
getComponentName()public Long getVersionNumber()
getVersionNumber in interface Versionedpublic void setVersionNumber(Long versionNumber)
public String getDescription()
getDescription in interface KewAttributeDefinitionContractpublic void setDescription(String description)
getDescription()Copyright © 2005–2016 The Kuali Foundation. All rights reserved.