public class FinEntitiesDataGroup extends KraPersistableBusinessObjectBase implements Comparable<FinEntitiesDataGroup>
UPDATE_USER_LENGTH| Constructor and Description |
|---|
FinEntitiesDataGroup() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FinEntitiesDataGroup arg1) |
Integer |
getDataGroupId() |
String |
getDataGroupName() |
Integer |
getDataGroupSortId() |
List<FinEntitiesDataMatrix> |
getFinEntitiesDataMatrixs() |
void |
setDataGroupId(Integer dataGroupId) |
void |
setDataGroupName(String dataGroupName) |
void |
setDataGroupSortId(Integer dataGroupSortId) |
void |
setFinEntitiesDataMatrixs(List<FinEntitiesDataMatrix> finEntitiesDataMatrixs) |
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 Integer getDataGroupId()
public void setDataGroupId(Integer dataGroupId)
public String getDataGroupName()
public void setDataGroupName(String dataGroupName)
public Integer getDataGroupSortId()
public void setDataGroupSortId(Integer dataGroupSortId)
public List<FinEntitiesDataMatrix> getFinEntitiesDataMatrixs()
public void setFinEntitiesDataMatrixs(List<FinEntitiesDataMatrix> finEntitiesDataMatrixs)
public int compareTo(FinEntitiesDataGroup arg1)
compareTo in interface Comparable<FinEntitiesDataGroup>Copyright © 2013 The Kuali Foundation. All Rights Reserved.