org.kuali.rice.kim.bo.entity.impl
Class KimEntityVisaImpl

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.kim.bo.entity.impl.KimEntityDataBase
              extended by 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

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
KimEntityVisaImpl()
           
 
Method Summary
 String getEntityId()
          Gets this KimEntityVisa's entity id.
 String getId()
          Gets this KimEntityVisa's id.
 String getVisaEntry()
          Gets this KimEntityVisa's visa entry.
 String getVisaId()
          Gets this KimEntityVisa's visa id.
 String getVisaTypeKey()
          Gets this KimEntityVisa's viss type key.
 void setEntityId(String entityId)
           
 void setId(String id)
           
 void setVisaEntry(String visaEntry)
           
 void setVisaId(String visaId)
           
 void setVisaTypeKey(String visaTypeKey)
           
 
Methods inherited from class org.kuali.rice.kim.bo.entity.impl.KimEntityDataBase
getDefaultItem, getDefaultItem
 
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
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder, toStringMapper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

KimEntityVisaImpl

public KimEntityVisaImpl()
Method Detail

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.