@Entity public class EntityVisaBo extends DataObjectBase implements EntityVisaContract
objectId, versionNumber| Constructor and Description |
|---|
EntityVisaBo() |
| Modifier and Type | Method and Description |
|---|---|
static EntityVisaBo |
from(EntityVisa immutable)
Creates a EntityVisaBo business object from an immutable representation of a EntityVisa.
|
String |
getEntityId()
Gets this
EntityVisaContract's identity id. |
String |
getId()
The unique identifier for an object.
|
String |
getVisaEntry()
Gets this
EntityVisaContract's visa entry. |
String |
getVisaId()
Gets this
EntityVisaContract's visa id. |
String |
getVisaTypeCode() |
String |
getVisaTypeKey()
Gets this
EntityVisaContract's visa type key. |
void |
setEntityId(String entityId) |
void |
setId(String id) |
void |
setVisaEntry(String visaEntry) |
void |
setVisaId(String visaId) |
void |
setVisaTypeCode(String visaTypeCode) |
void |
setVisaTypeKey(String visaTypeKey) |
static EntityVisa |
to(EntityVisaBo bo) |
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetVersionNumbergetObjectIdpublic EntityVisaBo()
public static EntityVisa to(EntityVisaBo bo)
public static EntityVisaBo from(EntityVisa immutable)
immutable - an immutable EntityVisapublic String getId()
IdentifiablegetId in interface Identifiablepublic String getVisaTypeCode()
public void setVisaTypeCode(String visaTypeCode)
public String getEntityId()
EntityVisaContractEntityVisaContract's identity id.getEntityId in interface EntityVisaContractEntityVisaContract, or null if none has been assigned.public void setEntityId(String entityId)
public String getVisaTypeKey()
EntityVisaContractEntityVisaContract's visa type key.getVisaTypeKey in interface EntityVisaContractEntityVisaContract, or null if none has been assigned.public void setVisaTypeKey(String visaTypeKey)
public String getVisaEntry()
EntityVisaContractEntityVisaContract's visa entry.getVisaEntry in interface EntityVisaContractEntityVisaContract, or null if none has been assigned.public void setVisaEntry(String visaEntry)
public String getVisaId()
EntityVisaContractEntityVisaContract's visa id.getVisaId in interface EntityVisaContractEntityVisaContract, or null if none has been assigned.Copyright © 2005–2015 The Kuali Foundation. All rights reserved.