@Entity public class KewTypeAttributeBo extends Object implements KewTypeAttributeContract, MutableInactivatable
| Constructor and Description |
|---|
KewTypeAttributeBo()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
static KewTypeAttributeBo |
from(KewTypeAttribute im,
KewTypeBo kewType)
Converts a immutable object to it's mutable bo counterpart
|
KewAttributeDefinitionBo |
getAttributeDefinition()
Returns the
KewAttributeDefinitionBo. |
String |
getAttributeDefinitionId()
Returns the attribute definition id from the internal attribute definition parameter.
|
String |
getId()
Returns the type attribute id.
|
Integer |
getSequenceNumber()
Returns the sequence number.
|
KewTypeBo |
getType() |
String |
getTypeId() |
Long |
getVersionNumber()
Returns the version number.
|
boolean |
isActive()
Returns the status of the KEW type attribute.
|
void |
setActive(boolean active) |
void |
setAttributeDefinition(KewAttributeDefinitionBo attributeDefinition) |
void |
setId(String id) |
void |
setSequenceNumber(Integer sequenceNumber) |
void |
setType(KewTypeBo type) |
void |
setVersionNumber(Long versionNumber) |
static KewTypeAttribute |
to(KewTypeAttributeBo bo)
Converts a mutable bo to it's immutable counterpart
|
public KewTypeAttributeBo()
public static KewTypeAttribute to(KewTypeAttributeBo bo)
bo - the mutable business objectpublic static KewTypeAttributeBo from(KewTypeAttribute im, KewTypeBo kewType)
im - immutable objectpublic String getId()
getId in interface Identifiablepublic Integer getSequenceNumber()
getSequenceNumber in interface KewTypeAttributeContractpublic void setSequenceNumber(Integer sequenceNumber)
getSequenceNumber()public boolean isActive()
isActive in interface Inactivatablepublic void setActive(boolean active)
setActive in interface MutableInactivatableisActive()public Long getVersionNumber()
public void setVersionNumber(Long versionNumber)
getVersionNumber()public KewAttributeDefinitionBo getAttributeDefinition()
KewAttributeDefinitionBo.getAttributeDefinition in interface KewTypeAttributeContractKewAttributeDefinitionBopublic void setAttributeDefinition(KewAttributeDefinitionBo attributeDefinition)
getAttributeDefinition()public String getAttributeDefinitionId()
getAttributeDefinitionId in interface KewTypeAttributeContractpublic String getTypeId()
getTypeId in interface KewTypeAttributeContractCopyright © 2005–2016 The Kuali Foundation. All rights reserved.