public class PhysicalFlatFileInformation extends Object
| Constructor and Description | 
|---|
| PhysicalFlatFileInformation(String fileName)Constructs a PhysicalFlatFileInformation | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addFileErrorMessage(String message)Adds an error message applicable to the entire file | 
| void | addFileErrorMessages(List<String> messages) | 
| void | addFileInfoMessage(List<String> messages) | 
| void | addFileInfoMessage(String message)Adds an informative message applicable to the entire file | 
| String | getAllMessages() | 
| String | getFileName() | 
| List<FlatFileInformation> | getFlatFileInfomationList() | 
| List<String[]> | getMessages() | 
| void | setFileName(String fileName)Sets the file name of the physical file encapsulated in this PhysicalFlatFileInformation object | 
| void | setFlatFileInfomationList(List<FlatFileInformation> flatFileInfomationList)Sets the List of FlatFileInformation objects, each representing a logical file within the encapsulated physical file | 
| void | setMessages(List<String[]> messages)Sets a List of messages associated with the physical file as a whole | 
public PhysicalFlatFileInformation(String fileName)
fileName - the name of the file this encapsulatespublic void addFileErrorMessages(List<String> messages)
public void addFileErrorMessage(String message)
message - public void addFileInfoMessage(List<String> messages)
public void addFileInfoMessage(String message)
message - public String getFileName()
public void setFileName(String fileName)
fileName - the file name of the physical file encapsulated in this PhysicalFlatFileInformation objectpublic List<String[]> getMessages()
public String getAllMessages()
public void setMessages(List<String[]> messages)
messages - a List of messagespublic List<FlatFileInformation> getFlatFileInfomationList()
public void setFlatFileInfomationList(List<FlatFileInformation> flatFileInfomationList)
flatFileInfomationList - Copyright © 2004–2014 The Kuali Foundation. All rights reserved.