@MappedSuperclass public abstract class CodedAttributeBo extends DataObjectBase implements CodedAttributeContract
objectId, versionNumber| Constructor and Description |
|---|
CodedAttributeBo() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends CodedAttributeBo> |
from(Class<T> type,
CodedAttribute immutable)
Creates a EntityCitizenshipChangeTypeBo business object from an immutable representation of a
EntityCitizenshipChangeType.
|
String |
getCode()
The code value for this object.
|
String |
getName()
This the name for the AddressType.
|
String |
getSortCode()
This the sort code for the AddressType.
|
boolean |
isActive()
The active indicator for an object.
|
void |
refresh() |
void |
setActive(boolean active) |
void |
setCode(String code) |
void |
setName(String name) |
void |
setSortCode(String sortCode) |
static <T extends CodedAttributeBo> |
to(T bo)
Converts a mutable extension CodedAttributeBo to an immutable CodedAttribute representation.
|
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetVersionNumbergetObjectIdpublic CodedAttributeBo()
public static <T extends CodedAttributeBo> CodedAttribute to(T bo)
bo - public static <T extends CodedAttributeBo> T from(Class<T> type, CodedAttribute immutable)
immutable - an immutable CodedAttributepublic String getCode()
Codedpublic String getName()
CodedAttributeContractgetName in interface CodedAttributeContractpublic boolean isActive()
InactivatableisActive in interface Inactivatablepublic void setActive(boolean active)
public String getSortCode()
CodedAttributeContractgetSortCode in interface CodedAttributeContractpublic void setSortCode(String sortCode)
public void refresh()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.