public final class EntityVisa extends AbstractDataTransferObject implements EntityVisaContract
Modifier and Type | Class and Description |
---|---|
static class |
EntityVisa.Builder
A builder which can be used to construct
EntityVisa instances. |
Modifier and Type | Method and Description |
---|---|
String |
getEntityId()
Gets this
EntityVisaContract 's identity id. |
String |
getId()
The unique identifier for an object.
|
String |
getObjectId()
Return the globally unique object id of this object.
|
Long |
getVersionNumber()
Returns the version number for this object.
|
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. |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
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
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.