@Entity public class EntityAffiliationBo extends EntityAffiliationBase
objectId, versionNumber
Constructor and Description |
---|
EntityAffiliationBo() |
Modifier and Type | Method and Description |
---|---|
static EntityAffiliationBo |
from(EntityAffiliation immutable)
Creates a EntityAffiliationBo business object from an immutable representation of a EntityAffiliation.
|
EntityAffiliationTypeBo |
getAffiliationType()
Gets this
KimEntityAffiliation 's type. |
String |
getId()
The unique identifier for an object.
|
void |
setAffiliationType(EntityAffiliationTypeBo affiliationType) |
void |
setId(String id) |
static EntityAffiliation |
to(EntityAffiliationBo bo) |
getActive, getAffiliationTypeCode, getCampusCode, getDefaultValue, getEntityId, isActive, isDefaultValue, setActive, setAffiliationTypeCode, setCampusCode, setDefaultValue, setEntityId
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getVersionNumber
getObjectId
public EntityAffiliationBo()
public static EntityAffiliation to(EntityAffiliationBo bo)
public static EntityAffiliationBo from(EntityAffiliation immutable)
immutable
- an immutable EntityAffiliationpublic EntityAffiliationTypeBo getAffiliationType()
EntityAffiliationContract
KimEntityAffiliation
's type.KimEntityAffiliation
, or null if none has been assigned.public void setAffiliationType(EntityAffiliationTypeBo affiliationType)
public String getId()
Identifiable
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.