public static final class EntityVisa.Builder extends Object implements Serializable, ModelBuilder, EntityVisaContract
EntityVisa instances.  Enforces the constraints of the EntityVisaContract.| Modifier and Type | Method and Description | 
|---|---|
| EntityVisa | build()Returns an instance of the object being built by this builder based
 on the current state of the builder. | 
| static EntityVisa.Builder | create() | 
| static EntityVisa.Builder | create(EntityVisaContract contract) | 
| 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. | 
| void | setEntityId(String entityId) | 
| void | setId(String id) | 
| void | setObjectId(String objectId) | 
| void | setVersionNumber(Long versionNumber) | 
| void | setVisaEntry(String visaEntry) | 
| void | setVisaId(String visaId) | 
| void | setVisaTypeKey(String visaTypeKey) | 
public static EntityVisa.Builder create()
public static EntityVisa.Builder create(EntityVisaContract contract)
public EntityVisa build()
ModelBuilderbuild in interface ModelBuilderpublic String getEntityId()
EntityVisaContractEntityVisaContract's identity id.getEntityId in interface EntityVisaContractEntityVisaContract, or null if none has been assigned.public String getVisaTypeKey()
EntityVisaContractEntityVisaContract's visa type key.getVisaTypeKey in interface EntityVisaContractEntityVisaContract, or null if none has been assigned.public String getVisaEntry()
EntityVisaContractEntityVisaContract's visa entry.getVisaEntry in interface EntityVisaContractEntityVisaContract, or null if none has been assigned.public String getVisaId()
EntityVisaContractEntityVisaContract's visa id.getVisaId in interface EntityVisaContractEntityVisaContract, or null if none has been assigned.public Long getVersionNumber()
VersionedgetVersionNumber in interface Versionedpublic String getObjectId()
GloballyUniquegetObjectId in interface GloballyUniquepublic String getId()
IdentifiablegetId in interface Identifiablepublic void setEntityId(String entityId)
public void setVisaTypeKey(String visaTypeKey)
public void setVisaEntry(String visaEntry)
public void setVersionNumber(Long versionNumber)
public void setObjectId(String objectId)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.