com.ptc.edadata
Class FileListMember

java.lang.Object
  extended bycom.ptc.edadata.FileListMember

public class FileListMember
extends Object

Title: FileListMember

Description: Membor of files list (like board or schematic response item)

Copyright: Copyright (c) 2004

Company: PTC


Field Summary
private  String m_fiFile
           
private  String m_strRole
           
 
Constructor Summary
FileListMember()
          Default constructor
FileListMember(String file, String role)
           
 
Method Summary
 String getFile()
          This method will get the file's name with path
 String getRole()
          This method will get the file's role in the list (if any)
 void setFile(String file)
          This method will set the file's name with path
 void setRole(String role)
          This method will set the file's role in the list
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_fiFile

private String m_fiFile

m_strRole

private String m_strRole
Constructor Detail

FileListMember

public FileListMember()
Default constructor


FileListMember

public FileListMember(String file,
                      String role)
Parameters:
file - String of file
role - String of file
Method Detail

getFile

public String getFile()
This method will get the file's name with path

Returns:
The file name with path

setFile

public void setFile(String file)
This method will set the file's name with path

Parameters:
file - String of file name

getRole

public String getRole()
This method will get the file's role in the list (if any)

Returns:
The role of file in the list

setRole

public void setRole(String role)
This method will set the file's role in the list

Parameters:
role - String of the file in list