|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.edadata.FileListMember
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 |
private String m_fiFile
private String m_strRole
Constructor Detail |
public FileListMember()
public FileListMember(String file, String role)
file
- String of filerole
- String of fileMethod Detail |
public String getFile()
public void setFile(String file)
file
- String of file namepublic String getRole()
public void setRole(String role)
role
- String of the file in list
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |