com.redhat.rhn.domain.common
Class FileList

java.lang.Object
  extended by com.redhat.rhn.domain.BaseDomainHelper
      extended by com.redhat.rhn.domain.common.FileList
All Implemented Interfaces:
Identifiable

public class FileList
extends BaseDomainHelper
implements Identifiable

FileList


Constructor Summary
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 com.redhat.rhn.domain.BaseDomainHelper
getCreated, getModified, setCreated, setModified
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileList

public FileList()
Method Detail

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.