public class ResponsibilityCenter extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Constructor and Description |
---|
ResponsibilityCenter()
Default no-arg constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getResponsibilityCenterCode()
Gets the responsibilityCenterCode attribute.
|
String |
getResponsibilityCenterName()
Gets the responsibilityCenterName attribute.
|
String |
getResponsibilityCenterShortName()
Gets the responsibilityCenterShortName attribute.
|
boolean |
isActive()
Gets the active attribute.
|
void |
setActive(boolean active)
Sets the _active_ attribute.
|
void |
setResponsibilityCenterCode(String responsibilityCenterCode)
Sets the responsibilityCenterCode attribute.
|
void |
setResponsibilityCenterName(String responsibilityCenterName)
Sets the responsibilityCenterName attribute.
|
void |
setResponsibilityCenterShortName(String responsibilityCenterShortName)
Sets the responsibilityCenterShortName attribute.
|
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
public ResponsibilityCenter()
public String getResponsibilityCenterCode()
public void setResponsibilityCenterCode(String responsibilityCenterCode)
responsibilityCenterCode
- The responsibilityCenterCode to set.public String getResponsibilityCenterName()
public void setResponsibilityCenterName(String responsibilityCenterName)
responsibilityCenterName
- The responsibilityCenterName to set.public String getResponsibilityCenterShortName()
public void setResponsibilityCenterShortName(String responsibilityCenterShortName)
responsibilityCenterShortName
- The responsibilityCenterShortName to set.public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable
_active_
- The _active_ to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
Copyright © 2004–2016 The Kuali Foundation. All rights reserved.