org.kuali.rice.kim.bo.entity
Interface KimEntityVisa

All Known Implementing Classes:
KimEntityVisaImpl, KimEntityVisaInfo

public interface KimEntityVisa

visa information for a KIM entity

Author:
Kuali Rice Team (kuali-rice@googlegroups.com)

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.
 

Method Detail

getId

String getId()
Gets this KimEntityVisa's id.

Returns:
the id for this KimEntityVisa, or null if none has been assigned.

getEntityId

String getEntityId()
Gets this KimEntityVisa's entity id.

Returns:
the entity id for this KimEntityVisa, or null if none has been assigned.

getVisaTypeKey

String getVisaTypeKey()
Gets this KimEntityVisa's viss type key.

Returns:
the viss type key for this KimEntityVisa, or null if none has been assigned.

getVisaEntry

String getVisaEntry()
Gets this KimEntityVisa's visa entry.

Returns:
the visa entry for this KimEntityVisa, or null if none has been assigned.

getVisaId

String getVisaId()
Gets this KimEntityVisa's visa id.

Returns:
the visa id for this KimEntityVisa, or null if none has been assigned.


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.