public class FinEntitiesDataMatrix extends KraPersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
UPDATE_USER_LENGTH| Constructor and Description |
|---|
FinEntitiesDataMatrix() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnLabel() |
String |
getColumnName() |
Integer |
getColumnSortId() |
Integer |
getDataGroupId() |
FinEntitiesDataGroup |
getFinEntitiesDataGroup() |
String |
getGuiType() |
String |
getLookupArgument() |
List<PersonFinIntDisclDet> |
getPerFinIntDisclDets() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setColumnLabel(String columnLabel) |
void |
setColumnName(String columnName) |
void |
setColumnSortId(Integer columnSortId) |
void |
setDataGroupId(Integer dataGroupId) |
void |
setFinEntitiesDataGroup(FinEntitiesDataGroup finEntitiesDataGroup) |
void |
setGuiType(String guiType) |
void |
setLookupArgument(String lookupArgument) |
void |
setPerFinIntDisclDets(List<PersonFinIntDisclDet> perFinIntDisclDets) |
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 getColumnName()
public void setColumnName(String columnName)
public String getColumnLabel()
public void setColumnLabel(String columnLabel)
public String getGuiType()
public void setGuiType(String guiType)
public String getLookupArgument()
public void setLookupArgument(String lookupArgument)
public Integer getDataGroupId()
public void setDataGroupId(Integer dataGroupId)
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 Integer getColumnSortId()
public void setColumnSortId(Integer columnSortId)
public FinEntitiesDataGroup getFinEntitiesDataGroup()
public void setFinEntitiesDataGroup(FinEntitiesDataGroup finEntitiesDataGroup)
public List<PersonFinIntDisclDet> getPerFinIntDisclDets()
public void setPerFinIntDisclDets(List<PersonFinIntDisclDet> perFinIntDisclDets)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.