Interface EntityVisaContract
- All Superinterfaces:
GloballyUnique,Identifiable,Versioned
- All Known Implementing Classes:
EntityVisa,EntityVisa.Builder
visa information for a KIM identity
- Author:
- Kuali Rice Team (kuali-rice@googlegroups.com)
-
Method Summary
Modifier and TypeMethodDescriptionGets thisEntityVisaContract's identity id.Gets thisEntityVisaContract's visa entry.Gets thisEntityVisaContract's visa id.Gets thisEntityVisaContract's visa type key.Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectIdMethods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getIdMethods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
-
Method Details
-
getEntityId
String getEntityId()Gets thisEntityVisaContract's identity id.- Returns:
- the identity id for this
EntityVisaContract, or null if none has been assigned.
-
getVisaTypeKey
String getVisaTypeKey()Gets thisEntityVisaContract's visa type key.- Returns:
- the visa type key for this
EntityVisaContract, or null if none has been assigned.
-
getVisaEntry
String getVisaEntry()Gets thisEntityVisaContract's visa entry.- Returns:
- the visa entry for this
EntityVisaContract, or null if none has been assigned.
-
getVisaId
String getVisaId()Gets thisEntityVisaContract's visa id.- Returns:
- the visa id for this
EntityVisaContract, or null if none has been assigned.
-