@Entity public class EntityExternalIdentifierTypeBo extends PersistableBusinessObjectBase implements EntityExternalIdentifierTypeEbo, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
EntityExternalIdentifierTypeBo() |
| Modifier and Type | Method and Description |
|---|---|
static EntityExternalIdentifierTypeBo |
from(EntityExternalIdentifierType immutable) |
boolean |
getActive() |
String |
getCode() |
boolean |
getEncryptionRequired() |
groovy.lang.MetaClass |
getMetaClass() |
String |
getName() |
Object |
getProperty(String property) |
String |
getSortCode() |
Object |
invokeMethod(String method,
Object arguments) |
boolean |
isActive() |
boolean |
isEncryptionRequired() |
void |
setActive(boolean value) |
void |
setCode(String value) |
void |
setEncryptionRequired(boolean value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setName(String value) |
void |
setProperty(String property,
Object value) |
void |
setSortCode(String value) |
static EntityExternalIdentifierType |
to(EntityExternalIdentifierTypeBo bo) |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumbertoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetObjectId, getVersionNumberrefreshtoStringpublic EntityExternalIdentifierTypeBo()
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic String getCode()
getCode in interface org.kuali.rice.core.api.mo.common.CodedgetCode in interface EntityExternalIdentifierTypeEbopublic String getName()
getName in interface CodedAttributeContractgetName in interface EntityExternalIdentifierTypeEbopublic boolean getActive()
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.InactivatableisActive in interface EntityExternalIdentifierTypeEbopublic void setActive(boolean value)
public String getSortCode()
getSortCode in interface CodedAttributeContractgetSortCode in interface EntityExternalIdentifierTypeEbopublic void setSortCode(String value)
public boolean getEncryptionRequired()
public boolean isEncryptionRequired()
isEncryptionRequired in interface EntityExternalIdentifierTypeContractisEncryptionRequired in interface EntityExternalIdentifierTypeEbopublic void setEncryptionRequired(boolean value)
public static EntityExternalIdentifierType to(EntityExternalIdentifierTypeBo bo)
public static EntityExternalIdentifierTypeBo from(EntityExternalIdentifierType immutable)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.