org.kuali.rice.kim.bo.entity.impl
Class KimEntityVisaImpl
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.rice.kim.bo.entity.impl.KimEntityDataBase
org.kuali.rice.kim.bo.entity.impl.KimEntityVisaImpl
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, ModelObjectBasic, KimEntityVisa, BusinessObject, PersistableBusinessObject
@Entity
public class KimEntityVisaImpl
- extends KimEntityDataBase
- implements KimEntityVisa
This is a description of what this class does - jimt don't forget to fill this in.
- Author:
- Kuali Rice Team (kuali-rice@googlegroups.com)
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
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, setVersionNumber |
KimEntityVisaImpl
public KimEntityVisaImpl()
getId
public String getId()
- Description copied from interface:
KimEntityVisa
- Gets this
KimEntityVisa
's id.
- Specified by:
getId
in interface KimEntityVisa
- Returns:
- the id for this
KimEntityVisa
, or null if none has been assigned. - See Also:
KimEntityVisa.getId()
getEntityId
public String getEntityId()
- Description copied from interface:
KimEntityVisa
- Gets this
KimEntityVisa
's entity id.
- Specified by:
getEntityId
in interface KimEntityVisa
- Returns:
- the entity id for this
KimEntityVisa
, or null if none has been assigned. - See Also:
KimEntityVisa.getEntityId()
getVisaEntry
public String getVisaEntry()
- Description copied from interface:
KimEntityVisa
- Gets this
KimEntityVisa
's visa entry.
- Specified by:
getVisaEntry
in interface KimEntityVisa
- Returns:
- the visa entry for this
KimEntityVisa
, or null if none has been assigned. - See Also:
KimEntityVisa.getVisaEntry()
getVisaId
public String getVisaId()
- Description copied from interface:
KimEntityVisa
- Gets this
KimEntityVisa
's visa id.
- Specified by:
getVisaId
in interface KimEntityVisa
- Returns:
- the visa id for this
KimEntityVisa
, or null if none has been assigned. - See Also:
KimEntityVisa.getVisaId()
getVisaTypeKey
public String getVisaTypeKey()
- Description copied from interface:
KimEntityVisa
- Gets this
KimEntityVisa
's viss type key.
- Specified by:
getVisaTypeKey
in interface KimEntityVisa
- Returns:
- the viss type key for this
KimEntityVisa
, or null if none has been assigned. - See Also:
KimEntityVisa.getVisaTypeKey()
setId
public void setId(String id)
- Parameters:
id
- the id to set
setEntityId
public void setEntityId(String entityId)
- Parameters:
entityId
- the entityId to set
setVisaTypeKey
public void setVisaTypeKey(String visaTypeKey)
- Parameters:
visaTypeKey
- the visaTypeKey to set
setVisaEntry
public void setVisaEntry(String visaEntry)
- Parameters:
visaEntry
- the visaEntry to set
setVisaId
public void setVisaId(String visaId)
- Parameters:
visaId
- the visaId to set
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.