public class FunctionalFieldDescription extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Constructor and Description |
|---|
FunctionalFieldDescription() |
FunctionalFieldDescription(String componentClass,
String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectProperty |
getBusinessObjectProperty() |
String |
getComponentClass() |
String |
getDescription() |
String |
getNamespaceCode() |
String |
getPropertyName() |
boolean |
isActive() |
void |
refreshNonUpdateableReferences() |
void |
setActive(boolean active) |
void |
setBusinessObjectProperty(BusinessObjectProperty businessObjectProperty) |
void |
setComponentClass(String componentClass) |
void |
setDescription(String description) |
void |
setNamespaceCode(String namespaceCode) |
void |
setPropertyName(String propertyName) |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic FunctionalFieldDescription()
public FunctionalFieldDescription(String componentClass, String propertyName)
public void refreshNonUpdateableReferences()
refreshNonUpdateableReferences in interface org.kuali.rice.krad.bo.PersistableBusinessObjectrefreshNonUpdateableReferences in class org.kuali.rice.krad.bo.PersistableBusinessObjectBasepublic String getNamespaceCode()
public void setNamespaceCode(String namespaceCode)
public String getComponentClass()
public void setComponentClass(String componentClass)
public String getPropertyName()
public void setPropertyName(String propertyName)
public String getDescription()
public void setDescription(String description)
public 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.MutableInactivatablepublic BusinessObjectProperty getBusinessObjectProperty()
public void setBusinessObjectProperty(BusinessObjectProperty businessObjectProperty)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.