|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.core.api.mo.AbstractDataTransferObject org.kuali.rice.kim.api.identity.visa.EntityVisa
@Deprecated public final class EntityVisa
Nested Class Summary | |
---|---|
static class |
EntityVisa.Builder
Deprecated. A builder which can be used to construct EntityVisa instances. |
Method Summary | |
---|---|
String |
getEntityId()
Deprecated. Gets this EntityVisaContract 's identity id. |
String |
getId()
Deprecated. The unique identifier for an object. |
String |
getObjectId()
Deprecated. Return the globally unique object id of this object. |
Long |
getVersionNumber()
Deprecated. Returns the version number for this object. |
String |
getVisaEntry()
Deprecated. Gets this EntityVisaContract 's visa entry. |
String |
getVisaId()
Deprecated. Gets this EntityVisaContract 's visa id. |
CodedAttribute |
getVisaType()
Deprecated. Gets this EntityVisaContract 's visa type. |
String |
getVisaTypeKey()
Deprecated. Gets this EntityVisaContract 's visa type key. |
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
---|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getEntityId()
EntityVisaContract
EntityVisaContract
's identity id.
getEntityId
in interface EntityVisaContract
EntityVisaContract
, or null if none has been assigned.public String getVisaTypeKey()
EntityVisaContract
EntityVisaContract
's visa type key.
getVisaTypeKey
in interface EntityVisaContract
EntityVisaContract
, or null if none has been assigned.public String getVisaEntry()
EntityVisaContract
EntityVisaContract
's visa entry.
getVisaEntry
in interface EntityVisaContract
EntityVisaContract
, or null if none has been assigned.public String getVisaId()
EntityVisaContract
EntityVisaContract
's visa id.
getVisaId
in interface EntityVisaContract
EntityVisaContract
, or null if none has been assigned.public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
public String getId()
Identifiable
getId
in interface Identifiable
public CodedAttribute getVisaType()
EntityVisaContract
EntityVisaContract
's visa type.
getVisaType
in interface EntityVisaContract
EntityVisaContract
, or null if none has been assigned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |