|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--pl.edu.pjwstk.yaod.store.defaultstore.DatafileDescriptor
Constructor Summary | |
DatafileDescriptor(int id,
java.lang.String path,
int fileSize,
int blockSize)
|
Method Summary | |
int |
getBlockSize()
|
int |
getFileID()
|
int |
getFileSize()
|
java.lang.String |
getPath()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DatafileDescriptor(int id, java.lang.String path, int fileSize, int blockSize)
Method Detail |
public int getFileID()
public int getBlockSize()
public int getFileSize()
public java.lang.String getPath()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |