org.kuali.rice.kim.api.identity.visa
Interface EntityVisaContract

All Superinterfaces:
GloballyUnique, Identifiable, Versioned
All Known Implementing Classes:
EntityVisa, EntityVisa.Builder, EntityVisaBo

public interface EntityVisaContract
extends Versioned, GloballyUnique, Identifiable

visa information for a KIM identity

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

Method Summary
 String getEntityId()
          Gets this EntityVisaContract's identity id.
 String getVisaEntry()
          Gets this EntityVisaContract's visa entry.
 String getVisaId()
          Gets this EntityVisaContract's visa id.
 String getVisaTypeKey()
          Gets this EntityVisaContract's visa type key.
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectId
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getId
 

Method Detail

getEntityId

String getEntityId()
Gets this EntityVisaContract's identity id.

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

getVisaTypeKey

String getVisaTypeKey()
Gets this EntityVisaContract's visa type key.

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

getVisaEntry

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

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

getVisaId

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

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


Copyright © 2005–2015 The Kuali Foundation. All rights reserved.