public static final class EntityEthnicity.Builder extends Object implements Serializable, ModelBuilder, EntityEthnicityContract
EntityEthnicity instances. Enforces the constraints of the EntityEthnicityContract.public static EntityEthnicity.Builder create()
public static EntityEthnicity.Builder create(EntityEthnicityContract contract)
public EntityEthnicity build()
build in interface ModelBuilderpublic String getEntityId()
EntityEthnicityContractEntityEthnicityContract's identity id.getEntityId in interface EntityEthnicityContractEntityEthnicityContract, or null if none has been assigned.public String getEthnicityCode()
EntityEthnicityContractEntityEthnicityContract's ethnicity code.getEthnicityCode in interface EntityEthnicityContractEntityEthnicityContract, or null if none has been assigned.public String getEthnicityCodeUnmasked()
EntityEthnicityContractEntityEthnicityContract's unmasked ethnicity code.getEthnicityCodeUnmasked in interface EntityEthnicityContractEntityEthnicityContract, or null if none has been assigned.public String getSubEthnicityCode()
EntityEthnicityContractEntityEthnicityContract's sub-ethnicity code.getSubEthnicityCode in interface EntityEthnicityContractEntityEthnicityContract, or null if none has been assigned.public String getSubEthnicityCodeUnmasked()
EntityEthnicityContractEntityEthnicityContract's unmasked sub-ethnicity code.getSubEthnicityCodeUnmasked in interface EntityEthnicityContractEntityEthnicityContract, or null if none has been assigned.public boolean isSuppressPersonal()
EntityEthnicityContractisSuppressPersonal in interface EntityEthnicityContractpublic Long getVersionNumber()
getVersionNumber in interface Versionedpublic String getObjectId()
getObjectId in interface GloballyUniquepublic String getId()
getId in interface Identifiablepublic void setEntityId(String entityId)
public void setEthnicityCode(String ethnicityCode)
public void setSubEthnicityCode(String subEthnicityCode)
public void setVersionNumber(Long versionNumber)
public void setObjectId(String objectId)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.