@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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getVersionNumber
getObjectId
public EntityVisaBo()
public static EntityVisa to(EntityVisaBo bo)
public static EntityVisaBo from(EntityVisa immutable)
immutable
- an immutable EntityVisapublic String getId()
Identifiable
getId
in interface Identifiable
public String getVisaTypeCode()
public void setVisaTypeCode(String visaTypeCode)
public String getEntityId()
EntityVisaContract
EntityVisaContract
's identity id.getEntityId
in interface EntityVisaContract
EntityVisaContract
, or null if none has been assigned.public void setEntityId(String entityId)
public String getVisaTypeKey()
EntityVisaContract
EntityVisaContract
's visa type key.getVisaTypeKey
in interface EntityVisaContract
EntityVisaContract
, or null if none has been assigned.public void setVisaTypeKey(String visaTypeKey)
public String getVisaEntry()
EntityVisaContract
EntityVisaContract
's visa entry.getVisaEntry
in interface EntityVisaContract
EntityVisaContract
, or null if none has been assigned.public void setVisaEntry(String visaEntry)
public String getVisaId()
EntityVisaContract
EntityVisaContract
's visa id.getVisaId
in interface EntityVisaContract
EntityVisaContract
, or null if none has been assigned.Copyright © 2005–2014 The Kuali Foundation. All rights reserved.