public static final class EntityAffiliationType.Builder extends Object implements Serializable, ModelBuilder, EntityAffiliationTypeContract
CodedAttribute instances. Enforces the constraints of the CodedAttributeContract.| Modifier and Type | Method and Description |
|---|---|
EntityAffiliationType |
build() |
static EntityAffiliationType.Builder |
create(EntityAffiliationTypeContract contract) |
static EntityAffiliationType.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 |
isEmploymentAffiliationType()
This value determines if the Affiliation Type is an employment type.
|
void |
setActive(boolean active) |
void |
setCode(String code) |
void |
setEmploymentAffiliationType(boolean employmentAffiliationType) |
void |
setName(String name) |
void |
setObjectId(String objectId) |
void |
setSortCode(String sortCode) |
void |
setVersionNumber(Long versionNumber) |
public static EntityAffiliationType.Builder create(String code)
public static EntityAffiliationType.Builder create(EntityAffiliationTypeContract contract)
public EntityAffiliationType build()
build in interface ModelBuilderpublic String getName()
CodedAttributeContractgetName in interface CodedAttributeContractpublic String getSortCode()
CodedAttributeContractgetSortCode in interface CodedAttributeContractpublic boolean isEmploymentAffiliationType()
EntityAffiliationTypeContractisEmploymentAffiliationType in interface EntityAffiliationTypeContractpublic Long getVersionNumber()
getVersionNumber in interface Versionedpublic String getObjectId()
getObjectId in interface GloballyUniquepublic boolean isActive()
isActive in interface Inactivatablepublic void setSortCode(String sortCode)
public void setEmploymentAffiliationType(boolean employmentAffiliationType)
public void setVersionNumber(Long versionNumber)
public void setObjectId(String objectId)
public void setActive(boolean active)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.