|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.gridbus.broker.farming.common.data.DataFile
This class represents a DataFile and stores all its attributes
| Constructor Summary | |
DataFile(java.lang.String Filename)
Constructor for DataFile. |
|
| Method Summary | |
java.lang.String |
getFilename()
Returns the filename. |
java.lang.Object |
getHosts()
Returns a vector containing the names of the hosts on which this file is to be found. |
long |
getSizeInBytes()
Returns the size of the file in bytes |
java.lang.String |
getType()
|
void |
setFilename(java.lang.String filename)
Sets the name of this file |
void |
setHosts(java.lang.Object hosts)
Sets vector containing the names of the hosts on which this file is to be found. |
void |
setSizeInBytes(long l)
Set the size of the file in bytes |
void |
setType(java.lang.String type)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DataFile(java.lang.String Filename)
Filename - | Method Detail |
public java.lang.String getFilename()
public java.lang.Object getHosts()
public void setFilename(java.lang.String filename)
filename - public void setHosts(java.lang.Object hosts)
hosts - The hosts to setpublic long getSizeInBytes()
public void setSizeInBytes(long l)
l - (size in bytes)public java.lang.String getType()
public void setType(java.lang.String type)
type - The type to set.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||