public class CustRptDefaultParms extends KraPersistableBusinessObjectBase
UPDATE_USER_LENGTH| Constructor and Description |
|---|
CustRptDefaultParms() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Gets the className attribute.
|
CustReportType |
getCustReportType()
Gets the custReportType attribute.
|
String |
getJavaStatements()
Gets the javaStatements attribute.
|
String |
getParameterName()
Gets the parameterName attribute.
|
Integer |
getReportTypeCode()
Gets the reportTypeCode attribute.
|
boolean |
isUnitForAuthCheck()
Gets the unitForAuthCheck attribute.
|
void |
setClassName(String className)
Sets the className attribute value.
|
void |
setCustReportType(CustReportType custReportType)
Sets the custReportType attribute value.
|
void |
setJavaStatements(String javaStatements)
Sets the javaStatements attribute value.
|
void |
setParameterName(String parameterName)
Sets the parameterName attribute value.
|
void |
setReportTypeCode(Integer reportTypeCode)
Sets the reportTypeCode attribute value.
|
void |
setUnitForAuthCheck(boolean unitForAuthCheck)
Sets the unitForAuthCheck attribute value.
|
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 getParameterName()
public void setParameterName(String parameterName)
parameterName - The parameterName to set.public Integer getReportTypeCode()
public void setReportTypeCode(Integer reportTypeCode)
reportTypeCode - The reportTypeCode to set.public String getClassName()
public void setClassName(String className)
className - The className to set.public String getJavaStatements()
public void setJavaStatements(String javaStatements)
javaStatements - The javaStatements to set.public CustReportType getCustReportType()
public void setCustReportType(CustReportType custReportType)
custReportType - The custReportType to set.public boolean isUnitForAuthCheck()
public void setUnitForAuthCheck(boolean unitForAuthCheck)
unitForAuthCheck - The unitForAuthCheck to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.