public class PersonEditableField extends KraPersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
BusinessObjectBusinessObject,
org.kuali.core.bo.PersistableBusinessObject,
Serialized FormUPDATE_USER_LENGTH| Constructor and Description |
|---|
PersonEditableField() |
| Modifier and Type | Method and Description |
|---|---|
CoeusModule |
getCoeusModule() |
String |
getFieldName()
Gets the value of fieldName
|
String |
getModuleCode() |
Long |
getPersonEditableFieldId() |
boolean |
isActive()
Read access to active flag
|
void |
setActive(boolean active)
Write access to active flag
|
void |
setCoeusModule(CoeusModule coeusModule) |
void |
setFieldName(String argFieldName)
Sets the value of fieldName
|
void |
setModuleCode(String moduleCode) |
void |
setPersonEditableFieldId(Long personEditableFieldId) |
getAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, prePersist, preUpdate, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic String getFieldName()
public void setFieldName(String argFieldName)
argFieldName - Value to assign to this.fieldNamepublic boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatableactive - public String getModuleCode()
public void setModuleCode(String moduleCode)
public Long getPersonEditableFieldId()
public void setPersonEditableFieldId(Long personEditableFieldId)
public CoeusModule getCoeusModule()
public void setCoeusModule(CoeusModule coeusModule)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.