@MappedSuperclass public abstract class EntityAffiliationBase extends DataObjectBase implements EntityAffiliationContract
objectId, versionNumber| Constructor and Description |
|---|
EntityAffiliationBase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getActive() |
String |
getAffiliationTypeCode() |
String |
getCampusCode()
Gets this
KimEntityAffiliation's campus code. |
boolean |
getDefaultValue() |
String |
getEntityId()
Gets this id of the parent identity object.
|
boolean |
isActive()
The active indicator for an object.
|
boolean |
isDefaultValue()
The default value for this object.
|
void |
setActive(boolean active) |
void |
setAffiliationTypeCode(String affiliationTypeCode) |
void |
setCampusCode(String campusCode) |
void |
setDefaultValue(boolean defaultValue) |
void |
setEntityId(String entityId) |
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAffiliationTypegetVersionNumbergetObjectIdgetIdpublic EntityAffiliationBase()
public String getEntityId()
EntityAffiliationContractgetEntityId in interface EntityAffiliationContractEntityAddressContractpublic void setEntityId(String entityId)
public String getAffiliationTypeCode()
public void setAffiliationTypeCode(String affiliationTypeCode)
public String getCampusCode()
EntityAffiliationContractKimEntityAffiliation's campus code.getCampusCode in interface EntityAffiliationContractKimEntityAffiliation, or null if none has been assigned.public void setCampusCode(String campusCode)
public boolean getDefaultValue()
public boolean isDefaultValue()
DefaultableisDefaultValue in interface Defaultablepublic void setDefaultValue(boolean defaultValue)
public boolean getActive()
public boolean isActive()
InactivatableisActive in interface Inactivatablepublic void setActive(boolean active)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.