public static final class EntityExternalIdentifierType.Builder extends Object implements Serializable, ModelBuilder, EntityExternalIdentifierTypeContract
CodedAttribute instances. Enforces the constraints of the CodedAttributeContract.| Modifier and Type | Method and Description |
|---|---|
EntityExternalIdentifierType |
build() |
static EntityExternalIdentifierType.Builder |
create(EntityExternalIdentifierTypeContract contract) |
static EntityExternalIdentifierType.Builder |
create(String code) |
String |
getCode() |
String |
getName()
This the name for the AddressType.
|
String |
getObjectId() |
String |
getSortCode()
This the sort code for the AddressType.
|
Long |
getVersionNumber() |
boolean |
isActive() |
boolean |
isEncryptionRequired()
This value determines if the encryption is required for this type.
|
void |
setActive(boolean active) |
void |
setCode(String code) |
void |
setEncryptionRequired(boolean encryptionRequired) |
void |
setName(String name) |
void |
setObjectId(String objectId) |
void |
setSortCode(String sortCode) |
void |
setVersionNumber(Long versionNumber) |
public static EntityExternalIdentifierType.Builder create(String code)
public static EntityExternalIdentifierType.Builder create(EntityExternalIdentifierTypeContract contract)
public EntityExternalIdentifierType build()
build in interface ModelBuilderpublic String getName()
CodedAttributeContractgetName in interface CodedAttributeContractpublic String getSortCode()
CodedAttributeContractgetSortCode in interface CodedAttributeContractpublic boolean isEncryptionRequired()
EntityExternalIdentifierTypeContractisEncryptionRequired in interface EntityExternalIdentifierTypeContractpublic Long getVersionNumber()
getVersionNumber in interface Versionedpublic String getObjectId()
getObjectId in interface GloballyUniquepublic boolean isActive()
isActive in interface Inactivatablepublic void setSortCode(String sortCode)
public void setEncryptionRequired(boolean encryptionRequired)
public void setVersionNumber(Long versionNumber)
public void setObjectId(String objectId)
public void setActive(boolean active)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.