@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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAffiliationType
getVersionNumber
getObjectId
getId
public EntityAffiliationBase()
public String getEntityId()
EntityAffiliationContract
getEntityId
in interface EntityAffiliationContract
EntityAddressContract
public void setEntityId(String entityId)
public String getAffiliationTypeCode()
public void setAffiliationTypeCode(String affiliationTypeCode)
public String getCampusCode()
EntityAffiliationContract
KimEntityAffiliation
's campus code.getCampusCode
in interface EntityAffiliationContract
KimEntityAffiliation
, or null if none has been assigned.public void setCampusCode(String campusCode)
public boolean getDefaultValue()
public boolean isDefaultValue()
Defaultable
isDefaultValue
in interface Defaultable
public void setDefaultValue(boolean defaultValue)
public boolean getActive()
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public void setActive(boolean active)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.