|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.TransientBusinessObjectBase
org.kuali.kfs.sys.businessobject.BatchUpload
public class BatchUpload
Object that contains properties used on the batch upload screen.
Constructor Summary | |
---|---|
BatchUpload()
Default no-arg constructor. |
Method Summary | |
---|---|
String |
getBatchInputTypeName()
Gets the batchInputTypeName attribute. |
String |
getExistingFileName()
Gets the existingFileName attribute. |
String |
getFileUserIdentifer()
Gets the fileUserIdentifer attribute. |
void |
setBatchInputTypeName(String batchInputTypeName)
Sets the batchInputTypeName attribute value. |
void |
setExistingFileName(String deleteFile)
Sets the existingFileName attribute value. |
void |
setFileUserIdentifer(String fileRename)
Sets the fileUserIdentifer attribute value. |
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase |
---|
refresh |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BatchUpload()
Method Detail |
---|
public String getBatchInputTypeName()
public void setBatchInputTypeName(String batchInputTypeName)
batchInputTypeName
- The batchInputTypeName to set.public String getExistingFileName()
public void setExistingFileName(String deleteFile)
existingFileName
- The existingFileName to set.public String getFileUserIdentifer()
public void setFileUserIdentifer(String fileRename)
fileUserIdentifer
- The fileUserIdentifer to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |