org.kuali.rice.kim.impl.identity.visa
Class EntityVisaBo
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.kim.impl.identity.visa.EntityVisaBo
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Identifiable, Versioned, ModelObjectBasic, EntityVisaContract, BusinessObject, PersistableBusinessObject
@Entity
public class EntityVisaBo
- extends PersistableBusinessObjectBase
- implements EntityVisaContract
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
EntityVisaBo
public EntityVisaBo()
getVisaType
public CodedAttribute getVisaType()
- Description copied from interface:
EntityVisaContract
- Gets this
EntityVisaContract
's visa type.
- Specified by:
getVisaType
in interface EntityVisaContract
- Returns:
- the visa type for this
EntityVisaContract
, or null if none has been assigned.
to
public static EntityVisa to(EntityVisaBo bo)
from
public static EntityVisaBo from(EntityVisa immutable)
- Creates a EntityVisaBo business object from an immutable representation of a EntityVisa.
- Parameters:
immutable
- an immutable EntityVisa
- Returns:
- a EntityVisaBo
getId
public String getId()
- Description copied from interface:
Identifiable
- The unique identifier for an object. This can be null.
- Specified by:
getId
in interface Identifiable
- Returns:
- the id
setId
public void setId(String id)
getVisaTypeCode
public String getVisaTypeCode()
setVisaTypeCode
public void setVisaTypeCode(String visaTypeCode)
getEntityId
public String getEntityId()
- Description copied from interface:
EntityVisaContract
- Gets this
EntityVisaContract
's identity id.
- Specified by:
getEntityId
in interface EntityVisaContract
- Returns:
- the identity id for this
EntityVisaContract
, or null if none has been assigned.
setEntityId
public void setEntityId(String entityId)
getVisaTypeKey
public String getVisaTypeKey()
- Description copied from interface:
EntityVisaContract
- Gets this
EntityVisaContract
's visa type key.
- Specified by:
getVisaTypeKey
in interface EntityVisaContract
- Returns:
- the visa type key for this
EntityVisaContract
, or null if none has been assigned.
setVisaTypeKey
public void setVisaTypeKey(String visaTypeKey)
getVisaEntry
public String getVisaEntry()
- Description copied from interface:
EntityVisaContract
- Gets this
EntityVisaContract
's visa entry.
- Specified by:
getVisaEntry
in interface EntityVisaContract
- Returns:
- the visa entry for this
EntityVisaContract
, or null if none has been assigned.
setVisaEntry
public void setVisaEntry(String visaEntry)
getVisaId
public String getVisaId()
- Description copied from interface:
EntityVisaContract
- Gets this
EntityVisaContract
's visa id.
- Specified by:
getVisaId
in interface EntityVisaContract
- Returns:
- the visa id for this
EntityVisaContract
, or null if none has been assigned.
setVisaId
public void setVisaId(String visaId)
setVisaType
public void setVisaType(CodedAttribute visaType)
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.