@Entity public class EntityVisaBo extends PersistableBusinessObjectBase implements EntityVisaContract, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
EntityVisaBo() |
| Modifier and Type | Method and Description |
|---|---|
static EntityVisaBo |
from(EntityVisa immutable) |
String |
getEntityId() |
String |
getId() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
String |
getVisaEntry() |
String |
getVisaId() |
String |
getVisaTypeKey() |
Object |
invokeMethod(String method,
Object arguments) |
void |
setEntityId(String value) |
void |
setId(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
void |
setVisaEntry(String value) |
void |
setVisaId(String value) |
void |
setVisaTypeKey(String value) |
static EntityVisa |
to(EntityVisaBo 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, waitgetVersionNumbergetObjectIdtoStringpublic EntityVisaBo()
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 getId()
getId in interface org.kuali.rice.core.api.mo.common.Identifiablepublic String getEntityId()
getEntityId in interface EntityVisaContractpublic void setEntityId(String value)
public String getVisaTypeKey()
getVisaTypeKey in interface EntityVisaContractpublic void setVisaTypeKey(String value)
public String getVisaEntry()
getVisaEntry in interface EntityVisaContractpublic void setVisaEntry(String value)
public String getVisaId()
getVisaId in interface EntityVisaContractpublic static EntityVisa to(EntityVisaBo bo)
public static EntityVisaBo from(EntityVisa immutable)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.