com.redhat.rhn.domain.common
Class FileList
java.lang.Object
com.redhat.rhn.domain.BaseDomainHelper
com.redhat.rhn.domain.common.FileList
- All Implemented Interfaces:
- Identifiable
public class FileList
- extends BaseDomainHelper
- implements Identifiable
FileList
|
Method Summary |
void |
addFileName(java.lang.String fileIn)
Add a filename to this list. |
java.util.Collection |
getFileNames()
Returns Set of ConfigFileName instances. |
java.lang.Long |
getId()
Get the database id of this Object. |
java.lang.String |
getLabel()
|
Org |
getOrg()
|
void |
setFileNames(java.util.Collection fileNamesIn)
|
void |
setId(java.lang.Long i)
|
void |
setLabel(java.lang.String l)
|
void |
setOrg(Org orgIn)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileList
public FileList()
getId
public java.lang.Long getId()
- Description copied from interface:
Identifiable
- Get the database id of this Object.
- Specified by:
getId in interface Identifiable
- Returns:
- Returns the id.
setId
public void setId(java.lang.Long i)
- Parameters:
i - The id to set.
getLabel
public java.lang.String getLabel()
- Returns:
- Returns the label.
setLabel
public void setLabel(java.lang.String l)
- Parameters:
l - The label to set.
getOrg
public Org getOrg()
- Returns:
- Returns the org.
setOrg
public void setOrg(Org orgIn)
- Parameters:
orgIn - The org to set.
addFileName
public void addFileName(java.lang.String fileIn)
- Add a filename to this list.
- Parameters:
fileIn - to add
getFileNames
public java.util.Collection getFileNames()
- Returns Set of ConfigFileName instances.
- Returns:
- Returns the fileNames.
setFileNames
public void setFileNames(java.util.Collection fileNamesIn)
- Parameters:
fileNamesIn - The fileNames to set.